Effects of internet connection speeds on server queries
Posted
by
SephMerah
on Server Fault
See other posts from Server Fault
or by SephMerah
Published on 2012-10-15T19:24:17Z
Indexed on
2012/10/15
21:39 UTC
Read the original article
Hit count: 251
Can my internet connection significantly effect queries run on phpmyadmin? I am currently 18 down and 30 up. I switched internet connections today and noticed a deep drop in query performance.
The query that I am running is SELECT * FROM table
. Simple. The table has one row of data. The MySQL server is on the same server as everything else. It is a VPS. Godaddy hosts. I dont have any other information.
Centos 6.3 MySQL 5.1 PhpMyAdmin 3.4
Okay used google tools to inspect the XHR going out and coming in and this is what it reported. {"success":true,"message":"<div class=\"success\">Your SQL query has been executed successfully ( Query took 0.0033 sec )<\/div>","sql_query":"<div id=\"result_query\" align=\"\">\n<div class=\"success\">Your SQL query has been executed successfully ( Query took 0.0033 sec ) SNIP..................."}
. So apparently my server is fine.
The strange thing is though.. The returned XHR comes back exactly as soon as I execute the query on the page. It comes back within less than a second. Why PhpMyadmin does not report the change immediately. I am going to try a re-install.
© Server Fault or respective owner