Is Scalability Pro development still active?
You can view what’s currently being worked on here:
https://www.superspeedyplugins.com/category/support/dev-diary/
All plugins are under active development – Scalability Pro has a minor update coming early next week.
The biggest upcoming update is a code scanner that is going to spot bad coding practices within plugins – the kind of thing that prevents scaling including:
- Code that fetches the entire database
- Code that performs DB queries inside a loop
In addition, I am building a plugin blacklist and a plugin ‘feature’ blacklist to highlight to users which things they should change or disable to avoid scaling issues.