Firefox DevTools panel that audits the current page and summarizes performance, accessibility, best practices, and SEO signals.
- Runs a fresh audit with a full reload (cache disabled).
- Scores categories and shows audit details inspired by Lighthouse.
- Breaks down JS, CSS, and other resource sizes.
- Exports the raw JSON report to the clipboard.
- Open DevTools on any page.
- Select the Performance panel.
- Click Analyze to run a fresh audit (the page reloads without cache).
- TTFB, FCP, LCP, CLS, TBT
- DOMContentLoaded and Load timings
- Total transfer size and resource count
- Accessibility checks (image alt, button/link names, form labels)
- Best practices (HTTPS, mixed content, doctype, viewport, image sizes)
- SEO basics (title, meta description, canonical, indexable)
- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on....
- Select
manifest.jsonfrom this folder.
All analysis runs locally in the browser. No data is sent to external services.
- Works in Firefox DevTools (78+).
