Script Report is a minimal and focused debugging tool for WordPress developers. It helps you audit and visualize JavaScript and CSS dependencies on any admin or frontend page.
When something loads out of order, loads twice, or slows down a page, Script Report helps you see exactly what is happening.
Use the Script Report link in the admin navbar on any page to open a complete breakdown of scripts and styles, their load order, dependencies, and origin. You can also append ?script_report=true or &script_report=true to the URL.
Developers often ask:
Why is this script loading here
Who enqueued this style
Why is my dependency not working
Is something loading twice
What is affecting performance on this page
Script Report gives you clear answers instantly.
View a complete breakdown of:
Inspect styles with the same detailed structure:
Audit registered and enqueued script modules along with their dependency chains.
Switch between two views:
List view
Clean, structured overview of all scripts and styles.
Tree view
Visual representation of dependency chains. Circular or missing dependencies are clearly flagged.
Quickly filter by handle or source to narrow down large lists. Filtering works client side for fast inspection.