mysql select queries option-tree
-
I turned on mysql logging because my new site was slow and there is thousands of select queries for each page load:
| 2014-11-18 20:25:45 | root[root] @ localhost [] | 35 | 0 | Query | SELECT post_name FROM wp_posts WHERE post_name = ‘media-1433’ AND post_type = ‘option-tree’ AND ID != 0 LIMIT 1
| 2014-11-18 20:25:45 | root[root] @ localhost [] | 35 | 0 | Query | SELECT post_name FROM wp_posts WHERE post_name = ‘media-1434’ AND post_type = ‘option-tree’ AND ID != 0 LIMIT 1Any ideas what is wrong? Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘mysql select queries option-tree’ is closed to new replies.