eneasgesing
Member
Posted 2 years ago #
Hi,
I'm running a fresh install of WordPress on localhost, with a 16407 categories and no posts. When I try to open my start page, it tooks more than 10 minutes.
I've placed on footer the code "<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); time ?> seconds." and the following was returned: 10762 queries. 733.383 seconds.
Anybody can help me?
Something is going wrong there - there might be an repeating loop with almost no end. Can you provide an link to the site?
eneasgesing
Member
Posted 2 years ago #
Hi, i'm running at localhost. I've maked some tests and turned off all my plugins. The result: 15 queries and 825.222 seconds. The problem aren't the queries.
The problem appear to be my 16407 categories. If so, I think that is a WordPress performance bug.
I'll make more tests...