Page very slow
-
Ok, I have enquired with my ISP in regards to apparent slow-ness at https://www.lamson.com.au
Here is the response:
I have sent this to our Network Engineers for investigation, and they have
advised the following information:When doing a query of a customers database:
mysql> select * from wp_term_relationships;
+———–+——————+————+
| object_id | term_taxonomy_id | term_order |
+———–+——————+————+
<snip>
+———–+——————+————+
49 rows in set (0.00 sec)mysql>
This is quick. the wp_posts; takes a while to read, but this is also based on
how much data is in it.mysql> select * from wp_posts;
<snip>
41 rows in set (6.85 sec)Word press will query this table multiple times to get this information which
could be causing the delay.A query optimisation on wordpress could fix this – however its not supported.
In other words, the slowness is simply due to the way WordPress queries the SQL
database.I hope this information will be of some assistance.
Thoughts? Any way to fix the slowness?
- The topic ‘Page very slow’ is closed to new replies.