wp_nav_menu and db queries
-
May I know how many db queries will do on
wp_nav_menu
Here an example my theme structure : image
When I put
<?php printf(__(‘%d queries. %s seconds.’), get_num_queries(), timer_stop(0, 3)); ?>
looks like each
wp_nav_menu
will be5 queries
. So here I have 4 menus so the total is20 queries
This is normal?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_nav_menu and db queries’ is closed to new replies.