wordpress
wordpress copied to clipboard
Add caching to slow database queries
This query is slow on sites that have very large number of posts since SQL_CALC_FOUND_ROWS is slow to process. (using no_found_rows => true would also alleviate the problem)