• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Scalability Pro

Scalability Pro 5.81

= 5.81 (12th November 2024) =
* Fixed warning from new settings page
= 5.79 (22nd October 2024) =
* Fixed remove group by option so that it ONLY applies to that dropdown
- @hakan found that filtering the wp-admin > product list by category was broken unless the cat was a top level cat
  • Like
Reactions: edgars221289
= 5.69 (29th September 2024) =
* Upgraded the Remove Row Count feature
- limits itself to running against post queries with < 10 rows requested
- transforms news and magazine sites or those with mega menus where you have a dozen or so short queries for posts on your various pages
- added similar code to the Admin version of Remove Row Count
- we're seeing newpaper page load speeds drop from 12s to 1.4s uncached
* Added new tagDiv recent posts indexes for these newspaper websites
= 5.64 (20th July 2024) =
* Updated slow query log profiling to improve handling when wp-config.php cannot be edited
- for best results with the query profiling, make sure you have the db.php symlink in place and wp-config.php edited
= 5.53 (14th May 2024) =
* Fixed a bug in the new transient cache where with some db configs it could keep on redefining the table
= 5.52 (11th April 2024) =
* Updated stored reference list tables from WP updates
- hopefully this doesn't need to happen too often, maybe I could just reference the constructor of the parent somehow to run the hash check
= 5.44 (10th January 2024) =
* Version number bumped for new deployment system test
= 5.42 (21st November 2023) =
* Updated plugin updater to look at superspeedyplugins.com
= 5.39 (15th November 2023) =
* Added new SPRO_PREVENT_WPAI_DUP_CHECK definition
- setting this to true can help speed up WP All Import if you have large imports
- this seems to be dependent on your config for your 'unique key' which is normally automated
* Fixed bug with fixing Woo Onboarding code
- the has_products function was fixed previously, now the is_new_install is properly fixed
- previously the fix had only been added to some admin pages, this fix now stops that slow code running on WP All Import batches too
* Altered wp-admin > Optimise Woo products list to instead Remove Woo Product Category dropdown
- the code previously altered the code to only list the first level of categories, but was no longer working
- now this code just removes that dropdown completely
- with the recent update to Super Speedy Search you can search for categories instead

* Improved Slow Query Log so it captures info more reliably
* Fixed bug that prevented slow query log running if no db.php existed
Top