This looks like a query generated as part of the search facility within WordPress. For example, a visitor has been to your site and typed the word ‘true’ into your search box.
If you have a large number of posts/pages/etc in your WordPress installation, then the only way you could optimise this query is to use fulltext indexing. This would mean actually changing the functionality of the search facility within the WordPress core. I’m not too hot on fulltext indexing within MySQL unfortunately, else I would be able to offer more help.
This might be a good starting point though: http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html
Related Posts:
- Nested meta_query with multiple relation keys
- numberposts? showposts? posts_per_page?
- How can I save an array from a random post sequence for later use?
- All-in-One Event Calendar: Custom Query – Getting each event Instance [closed]
- Is there an action/filter called when WP_Query->query is finished and assigns posts
- Limit search results to exact match
- Highlighting Sub topic in a post?
- Pagination Not working on Home Page with 2 Query
- Multiple keyword search
- Get number of comments after modifying comment query
- Show default content if custom WP_Query has no posts
- Include Sticky Posts with Custom Query
- $wpdb->insert inserting two rows in database
- Create unique page without header.php for json feed
- Sub-loop / nested loops Best Practices
- How to loop for every result found in the_content() when using the search query?
- Is there any advantage of using default WordPress Search instead of creating a custom one?
- Order By table field comment_status in WordPress > 4.0
- Clean up WordPress code that repeats
- How to optimize multiple WP_Query() calls on one page?
- Use post object from first query in second query
- Query to get siblings and parent page
- How to list custom fields as headers and list all pages sharing that custom field under it?
- Cutom wp_query for geolocation search, pagination not working
- Include data from custom table in WP_Query
- echo a specific meta_key queried through a custom post
- WP Group posts by year(desc) > month(desc) > date(asc)
- How to order posts on each different category?
- Get specific ACF key and value from all posts – no access to DB
- Orderby two meta fields not working
- Custom wp_query – I’m getting ‘all’ post, not the specific post in the query
- meta_query with array as value with multiple arrays
- Adding pagination to sub-wp_query within a singular post page
- Magazine style frontpage with multiple categories/loops and no duplicate posts
- How to make a query returning pages from multiple parents
- Prioritising and Ordering Posts By Category Name Using A Custom Loop
- How to use wp query in my custom page without including header and footer in wordpress
- Custom order revolution sliders post base slides as inserted in Specific Posts List field
- WP Query for all events prior to current date
- How to extend WP_query to a specific table?
- Display the search results like the original pages
- Multi line of $wpdb->query just run 1 time and end the loop right after
- Add to search posts query array with post IDS which will appear first
- Woocomerce – Order products by float attribute in archive pages
- Multiple values in WP_Query : category__and
- How to set up pagination for a custom loop on a global template (author.php, tag.php, archive.php?)
- Custom query using WP_Query is not working
- Limit the number of posts from a specific category on index.php
- Get the type of an advanced custom field (ACF) in a WP_Query loop [closed]
- Switched from query_posts to wp_query, pagination no longer working
- WP_Query breaks pagination
- Pagination problem with multiple loops on the same page
- shortcode with $atts with strange results
- I need to get all categories from a WP_Query
- $wp_query->found_posts; returns zero
- Rewrite URL custom search query
- How to remove “MY WORDPRESS”” Label
- How could i add username field in WooCommerce
- Stomping WP_Query in author archive to facilitate pagination with custom queries
- How to make posts unqueryable/unpublish posts where ACF relationship field is an unpublished post? [closed]
- wp_query serialised array
- WP query is calling get_userdata and throws error [closed]
- Conditional operator OR not working with custom fields
- complex get_posts() query to select child pages
- Display if author page is author page of current user
- How to set up hierarchical relationships without using plugins / meta query
- Count posts per taxonomy else change taxonomy if less than x number
- How to add custom meta to ‘pre_get_terms’?
- How to add $args to any running wp_query from function.php?
- How do I check if an article is popular this week?
- WP Query ordering on a meta field for posts with a date in the future not ordering by datetime
- Merge 2 custom post type posts and taxonomy terms and sort ascending
- Single field to search for matches on post ID or meta values
- Tax Query only returns for the first of several terms
- Combine 2 arrays in a query parameter
- Pagination on template page for custom query redirecting to index.php
- Add ACF field in a query
- Set front_page programatically after user login via query, while leaving site option alone
- Can’t fetch Custom Post Type Data through Custom Query
- how to get Nearby zipcode
- Loop increase in while loop not working
- Wp-query Order By problem
- Create a loop on my pages with new “WP_Query”
- Get All posts by Tag_Id not working, query seems to contain extra term_taxonomy_id
- Getting rid of unwanted nonSQL syntax characters when debugging a query
- Is this meta query problematic?
- Get posts that do not have the same tags as current
- Which meta_query and post_content blend is better in WP_Query, performance wise?
- array of meta values using WP_User_Query
- queried_object using pre_get_posts gets notices and warning
- WP_Query object: what’s the difference between [query] and [query_vars]?
- Should $query-> be used with conditional tags?
- post_parent don’t work and return 0 page
- I need help using pre_get_comments to limit comments in the comments admin screen
- WP Query causing timeout
- Utilising an existing page while using the “s” query parameter
- Get user posts with custom WP_Query on author.php
- date_query in pre_get_posts out of memory
- posts archive page – closing WP_Query loop correctly [closed]
- How I can change the condition or compare operator for WP_Query in pre_get_posts