Releases: superspeedyplugins/super-speedy-performance-analysis
Releases · superspeedyplugins/super-speedy-performance-analysis
Release list
0.29.2
0.23.10
0.23.7
0.18.0
Install by downloading super-speedy-performance-analysis.zip below and uploading it under Plugins -> Add New -> Upload Plugin. The version-stamped super-speedy-performance-analysis-0.18.0.zip is the same build, named so the file says which version it is.
Sharing with the community
- Shared analyses now describe what kind of site this is - an online shop, a jobs board, a publisher, or honestly more than one of them - with the signals that led to the label, so results can be compared against sites genuinely like yours instead of a single average.
- Site sizes are shared as bands and never exact counts, and now cover pages, total orders, orders in the last 30 days, comments and how many plugins are active, alongside the posts, products, users and database size already sent. Order counts use safe routes only: total orders come from WooCommerce's own order table estimate or WordPress's maintained count, and from nothing at all on a posts table too large to count cheaply, while the 30-day figure is a real count of that window and stays accurate however busy your shop is.
- A checkout analysis now shares your order-management time - opening the order and marking it completed - as its own record with its own total. Customer checkout totals are unchanged and still contain no admin time.
- A management sequence blocked by a security plugin, or that only got half way, is shared as blocked or partial rather than quietly left out.
Deep analysis safety
- When a plugin reacts to another being excluded for measurement - trying to switch a plugin on or off, or to run a destructive database statement - you are now told, with an admin notice naming the plugin that reacted and the plugin it reacted to. Every attempt was already refused; now you find out even if the analysis finished while you were elsewhere.
- Reactions get their own block on the Overview tab and read as plain English rather than a rule name.
- Fixed the SEO plugin slug in the bundled rules (Rank Math installs as
seo-by-rank-math), so a Rank Math site is correctly spotted when a second SEO plugin is also active.
The full history for every version is in readme.txt, and the long-form engineering account is in .changelog-full.md in the repository.
0.10.12
- The installation instructions now point at the GitHub Releases download, https://github.com/superspeedyplugins/super-speedy-performance-analysis/releases/latest
- Restored the plugin's own update check against superspeedyplugins.com, so new versions show up on your Plugins screen again. If you are on 0.9.3 to 0.10.10, install this one by hand once and updates arrive on their own from then on.
- Fixed the spot-check offered after you activate or deactivate a plugin re-running itself every time the page reloaded, instead of stopping once its results were in.
- The spot-check notice now clears once you take it up, not only when you dismiss it.
0.10.11
- Restored the plugin's own update check against superspeedyplugins.com, so new versions show up on your Plugins screen again. If you are on 0.9.3 to 0.10.10, install this one by hand once from https://github.com/superspeedyplugins/super-speedy-performance-analysis/releases/latest and updates arrive on their own from then on.
- Fixed the spot-check offered after you activate or deactivate a plugin re-running itself every time the page reloaded, instead of stopping once its results were in.
- The spot-check notice now clears once you take it up, not only when you dismiss it.
0.10.10
- Fixed the spot-check offered after you activate or deactivate a plugin re-running itself every time the page reloaded, instead of stopping once its results were in.
- The spot-check notice now clears once you take it up, not only when you dismiss it.
0.10.9
Free performance analysis for WordPress and WooCommerce - finds which plugins are costing you SQL time, RAM and page speed, with evidence.
Install: download the attached super-speedy-performance-analysis.zip and upload it via Plugins -> Add New -> Upload, then run your first analysis from Super Speedy -> Performance Analysis.
Highlights of the 0.10.x line:
- Function-level profiling via the free excimer PHP extension, with per-phase drill-downs and driven-by splits per hot function - the Tools tab generates the exact install steps for your server.
- The panel discloses the measurement path (Cloudflare traversal, country header) so you know when the measured path differs from the visitor path.
- Full changelog in readme.txt.