
內容簡介
Script Report 是一款針對 WordPress 開發者的簡約調試工具,幫助用戶審核和可視化任何管理或前端頁面的 JavaScript 和 CSS 依賴性,快速找出加載順序錯誤、重複加載或影響頁面性能的問題。
【主要功能】
• 審核 JavaScript 和 CSS 的加載順序
• 檢視註冊和佇列的腳本及樣式
• 提供清晰的依賴關係視覺化
• 支援 WordPress 6.5+ 的腳本模組審核
• 快速過濾腳本和樣式來源
外掛標籤
開發者團隊
原文外掛簡介
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.
Why Use Script Report?
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.
What You Can Inspect
JavaScript
View a complete breakdown of:
Registered scripts
Enqueued scripts
Total required scripts
Load order
File size
Footer or header loading
Inline scripts
Enqueued by source
Required by dependencies
CSS
Inspect styles with the same detailed structure:
Registered styles
Enqueued styles
Total required styles
Load order
File size
Dependency relationships
Enqueued by source
Required by dependencies
Script Modules WordPress 6.5+
Audit registered and enqueued script modules along with their dependency chains.
Views
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.
Filtering
Quickly filter by handle or source to narrow down large lists. Filtering works client side for fast inspection.
