wordpress icon indicating copy to clipboard operation
wordpress copied to clipboard

Add caching to slow database queries

Open sboisvert opened this issue 9 years ago • 0 comments

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)

sboisvert avatar Jun 01 '16 14:06 sboisvert