Probably some code on your site caches the result of an expensive operation. When the page is cached by W3TC, if on the very same page generation, cache was being regenerated, you will see the actual queries that operation requires. After that, queries are like the usual page load ones.
Don’t worry about it until you see it too often.
Related Posts:
- Return only Count from a wp_query request?
- Get the Plugin Which Triggered a MySql Query in WordPress?
- Mysql query LIKE not working
- Order by custom table and multiplication
- Query most popular terms by taxonomy over 2 week period
- Which is faster wpdb & get_row or wp_query & ge_post_meta?
- get_var is neither a string, integer, or array …?
- How to print the excuted sql right after its execution
- Pagination with custom SQL query
- Use REGEXP in WP_Query meta_query key
- Order by DESC, ASC in custom WP_Query
- How to prevent execution of default query, while preserving ability to use WP_Query in template?
- how does $wpdb differ to WP_Query?
- Should I use Transients with W3 Total Cache APC Caching? [closed]
- find a random blogid across my multisite network that has at least one post published
- Is it true $wpdb->get_results is faster than WP_Query in most cases?
- Get posts by menu ID
- Query causing load because of SQL_CALC_FOUND_ROWS post counting?
- Slow SQL_CALC_FOUND_ROWS Query
- Use WP_Query with a custom SQL query
- Identify which loop you are hooking into; primary or secondary?
- How to make an activities stream mixing posts and comments?
- How can I connect to another WP database and use WP_Query?
- SQL query equivalent to WP User Query
- What’s wrong with this WP query?
- Stop all SQL_CALC_FOUND_ROWS wordpress queries
- How to count post meta key values for all posts in database
- Group posts by meta_key
- How to search for posts IN OR title OR content OR author?
- WP_Query hit max joins… How else can I build a search function that uses custom fields?
- Get number of comments after modifying comment query
- How to change a custom query into a standard loop?
- Would this post meta be better added to the post table rather than post_meta table
- How to count data records in wordpress which have same meta_value in wp_postmeta table?
- Order By Multiple Meta Fields
- meta_query on a date range using an array of values
- Should close $wpdb via $wpdb->close()
- How to speed up wp_query, took more 5s to run against 100k posts
- SQL User Query by Multiple Roles using PHP
- WordPress Query is taking more then 20 second and stuck on creating index
- $wpdb->insert inserting two rows in database
- How To Get Some Data From WordPress Database Using WordPress $wpdb Query?
- Detect featured image among the attached images
- How would I format a query that depends on post parent taxonomy
- How to get posts on a specific date – WP Query
- Using WP_Query and WP_Meta_Query Outside of WordPress
- Select from wp_post and multiple meta_value from wp_postmeta
- How to find exact match for search term in WP_Query? What is the additional string added in LIKE query in WP_Query?
- Improve wp query perfomance on large db
- How to correctly pass values to wpdb->prepare()?
- wpdb custom post_type problem
- $wpdb select date range of posts
- Single meta_query query using OR instead of AND in request’s WHERE statement
- What’s the purpose / logic of split_the_query in WP_Query->get_posts
- WPDB query – decrypting DB data
- Why is variable not working on custom sql query using wpdb?
- why update and delete query not worked in custom table?
- How to delete taxonomy term when a wordpress user is removed?
- How to use MySQL’s MATCH AGAINST in WP_Query?
- Slow WP_Query for custom post type
- Performance when getting post meta for post retrieved by meta value
- Hide Administrators From User List except current user (administrator)
- Add “Category” to Mysql Query
- Mysql query and order meta value
- Help with WP_Query – Too many mySQL queries
- Custom Query num_rows returns wrong amount
- Using hook to use DISTINCT in a wp_query
- Getting post revision and printing them on the post content site
- pagination with ‘no_found_rows’ => true,
- Filtering posts from different categories into different section by doing WP_Query only once
- Iterating through $wpdb query without using get_results for large query results
- Order by summing multiple values
- How to implement a new row_count method in WordPress?
- Query with search and subscribers only output
- wp_Qwery works to slow
- Wp query show post by author name or post title or post content
- How to query custom post types with mixed AND & OR statements for custom fields
- Custom query: Get all posts that are from a certain category?
- How to access custom WordPress database tables
- How to pass orderby params to $wpdb->prepare()?
- Ajax future single post query doesn’t work when NOT logged in
- Conditional sorting with variable using WP Query
- Is it safe to access the underlying mysqli object from \wpdb for custom queries?
- how update data through ajax and jquery
- Debugging wp_query orderby for taxonomy
- Meta Query doesn’t works as espected
- Make a SQL query with wpdb in WordPress
- WordPress query posts with multiple post_meta data
- List of ways to access WordPress database?
- Specify strict ‘order by’ in WordPress query
- how to get Nearby zipcode
- How I can change the condition or compare operator for WP_Query in pre_get_posts
- Does WordPress have something like Drupal’s DB API?
- get_post() is not returning correct value
- Update query for wp_posts and wp_postmeta
- mysql query order by
- WP_Query with page_ids in arguments without a result
- Query multiple meta key values for template
- Disable (or limit) queries when certain content (or data) is not needed (or showed)
- Use have_posts() with array of post results retrieved by $wpdb->get_results