Bump!
I just installed a plugin that helps me to debug my sql queries, and when I open the log I found the following:
4.29153442383E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
4.19616699219E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
4.6968460083E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
4.19616699219E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
4.19616699219E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
4.41074371338E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
4.29153442383E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
4.2200088501E-05 SELECT post_parent
FROM wp_posts WHERE ID= ‘286’ LIMIT 1
Its like 1000~2000 lines of the same queries one after another. Please somebody help me to fix this! I already changed my theme back to my original one and disabled all the plugins but the problem still persists