Linux 软件免费装
Banner图

BuildsByLuke Speed Autopsy

开发者 lukeaxiomflow
更新时间 2026年8月28日 07:36
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

cache performance optimization troubleshooting minify

下载

1.1.1

详情介绍:

You turned on a speed plugin. Now your menu won't open, your checkout looks broken, or your fonts are gone — and you have no idea which setting did it. Cache and optimization plugins make sites faster by combining and minifying files, deferring and delaying JavaScript, removing "unused" CSS, and lazy-loading images. When it works, it's great. When it breaks something, it breaks silently — and the settings that caused it are buried across dozens of checkboxes. Even the plugins' own "safe mode" just turns whole categories off and leaves you to bisect the rest by hand. Speed Autopsy is the post-mortem. It finds what your optimizer broke, names the setting responsible, and tells you how to fix it — without touching a single setting itself. What it does Strictly read-only, by design Speed Autopsy never changes a setting, deactivates a plugin, clears a cache, or modifies your site in any way. It reads and it fetches — that's all. Every fix it suggests is for you to apply, in control, when you're ready. A diagnostic you can trust must never be a hand on the controls. Also included, free Speed Autopsy Pro Pro adds the runtime layer a server-side scan can't see, plus agency tools: an opt-in, admin-only JavaScript-error collector that catches the actual errors and failed asset loads hit in the browser while testing — correlated to the deferred or combined script that caused them — Slack and webhook alerts when a scan finds new breakage, and a white-label client report (print / save as PDF). Sold and licensed through Freemius (see "External services"). This is a diagnostic, not a fixer Speed Autopsy does not speed up your site, does not change your optimizer, and cannot guarantee a fix — it tells you, in plain language, what your optimizer appears to have broken and what to change. You stay in control of every change.

屏幕截图:

  • Settings
  • Site Health integration

升级注意事项:

1.1.1 First public release.

常见问题:

Will it change my cache settings or clear my cache?

No. Speed Autopsy is strictly read-only. It reads your optimizer's settings and fetches your pages; it never writes a setting, clears a cache, or deactivates anything. Every fix it suggests is for you to apply.

How is this different from my cache plugin's "safe mode"?

Safe mode turns whole categories of optimization off and leaves you to work out which specific setting was the problem. Speed Autopsy keeps everything on and tells you which individual setting is the likely culprit, with the symptom and the fix — and confirms real breakage by checking that your combined files actually load.

Which cache/optimization plugins does it support?

LiteSpeed Cache, WP Rocket, Autoptimize, W3 Total Cache, SiteGround Optimizer, WP-Optimize, Perfmatters, FlyingPress and WP Fastest Cache. It detects any of them that are active and reads the settings it understands; a couple store settings in a form it can't read, in which case it relies on the page/asset scan.

It says a combined file is missing — what does that mean?

Your optimizer combined several scripts or stylesheets into one cached file, but that file returns an error or is empty. Your pages ask for it, so the styles or scripts it should contain never load. Clearing your optimizer's cache usually rebuilds it; if it keeps failing, exclude the offending file from combination.

Does it slow my site down?

No. Scans run on demand or weekly via WP-Cron, fetch your own pages with a strict time budget, and store compact findings. Nothing runs on your visitors' page loads.

更新日志:

1.1.1