• tiosolid

    (@tiosolid)


    Hi, I just updated my blog to the new 2.5 WP, but all of a sudden some pages started to use something like 2000~3000 MySQL queries per exibition!!

    I tried to disable all the plugins I have, but the problem persists. I checked and strangly the pages that uses 1000+ queries are all in the same category o.0

    Any help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tiosolid

    (@tiosolid)

    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

    dkatzman

    (@dkatzman)

    Hi,

    I think I might be getting a different problem coming from the same issue. I get an install.php page 95% of the times I try to load any page of my blog… It seems to me it might be a database access issue, but I cannot find any answers (and don’t know how to check the number of queries, but it seems to me the database connection might be the thing)

    http://wordpress.org/support/topic/168505

    dkatzman

    (@dkatzman)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quantity of queries rised after updating to 2.5’ is closed to new replies.