jsonx10
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 1
Hello and good day to you!
My site, which I have been very busy with lately, is starting to slow down. The cause appears to be network latency (according to a Chrome extension that is measuring load times). It takes around 5-10 seconds sometimes for pages to load. Sometimes, resources don't even load--I'm sending requests and getting no response.
Other times, however, it seems fine, and it only takes 1-3 seconds for the pages to load. These load times are like a roller coaster, with no specific correlation/pattern.
The site is http://ajango.x10.mx, and the server is Vox. Is Vox going through something lately?
I've optimized my PHP scripts as best as I can (or so I think--I'm pretty sure I've patched a lot of stuff).
I have no problem upgrading to paid hosting/VPS or whatever; I planned on doing it--just not until I needed to. If this is that time, I'll gladly do it.
EDIT:
Just wanted to put this stuff out there, but I do the following things on the site:
I do free MySQLi result sets, if that means anything.
My site, which I have been very busy with lately, is starting to slow down. The cause appears to be network latency (according to a Chrome extension that is measuring load times). It takes around 5-10 seconds sometimes for pages to load. Sometimes, resources don't even load--I'm sending requests and getting no response.
Other times, however, it seems fine, and it only takes 1-3 seconds for the pages to load. These load times are like a roller coaster, with no specific correlation/pattern.
The site is http://ajango.x10.mx, and the server is Vox. Is Vox going through something lately?
I've optimized my PHP scripts as best as I can (or so I think--I'm pretty sure I've patched a lot of stuff).
I have no problem upgrading to paid hosting/VPS or whatever; I planned on doing it--just not until I needed to. If this is that time, I'll gladly do it.
EDIT:
Just wanted to put this stuff out there, but I do the following things on the site:
- Loop through MySQLi results [while ($result = mysqli_fetch_assoc($query){}]. Within these loops, I also create hashes using 1 md5()
- Loop and execute queries (for($x = 0; $x < 10; $x++){$q = mysqli_query($db,"QUERY");}
I do free MySQLi result sets, if that means anything.
Last edited: