Totally Zenned
- Join Date:
- Feb 2012
- Location:
- mostly harmless
- Posts:
- 1,818
- Plugin Contributions:
- 4
Pages loading very slowly
nigelt74:
Umm anyone else getting these issues on that page ... wouldn't they have an effect?
Yes they have an effect. However when you disable javascript (in the browser) all those errors go away (and the time spent just to read the initial HTML file w/o javascript is still 6-12 seconds).
Now the 10000+ database queries accounting for 6-11 seconds of the load time would be my focus. Not saying the javascript issues should not also be addressed, just that the larger bottleneck appears to be time spent querying the database.
NOTE: During traditionally non-peak US hours, the database query time (at least what I was seeing) dropped to 2-4 seconds... Which indicates during peak US hours the database server may be a little overloaded... But again, the core question is why so many database queries (even in Ajeh's over the top example only about 3824 were required)?