Skip to content

0.18.0

Choose a tag to compare

@dhilditch dhilditch released this 12 Aug 07:48
· 125 commits to main since this release

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.