Download Scalability Pro 5.83 from nulled fire. Scalability Pro is a powerful WordPress plugin that solves slow page load issues for high-traffic we
* Hotfix for yesterday's release - fix for remove SQL_CALC_FOUND_ROWS for admins
- I broke the 'remove SQL_CALC_FOUND_ROWS' for admins
- this code is being refactored so that it can be specified more granularly, e.g. for specific admin pages, or for specific parts of admin pages loading
- similarly for the front-end, e.g. apply to nav menu, sidebar, main query, main content, footer, or even more specific than that using hooks and priorities
* #164 - Fixed missing pagination at media library
* Improved the Remove Group By option
- if WP_Query selects columns from only wp_posts and does not join to other tables, we remove DISTINCT and GROUP BY for extra speed
- if WP_Query joins to other tables, but still only selects columns from wp_posts, we swap GROUP BY for DISTINCT to remove the extra sort operation
- improved it so it's no longer called experimental, it should be safe in all cases so long as no plugins rely on items coming back in ID order for some reason
- also improved it so that it catches more cases
* Added new SPRO_ALLOW_NAV_MENU_ITEMS_FILTERS definition
- this is since I found that nav_menu_items tends to have suppress_filters applied
- if you have huge nav menus and you find in Query Monitor that these are behaving slowly, add define('SPRO_ALLOW_NAV_MENU_ITEMS_FILTERS', true); to your wp-config.php