With the move to more JavaScript and Styles in WordPress admin pages and editors, I spend some time debugging what styles and scripts are being loaded on a given page. (Specially important if you’re working on blocks, or JavaScript rendered admin pages)

To help with that I use a small vibe-coded tool. It helps understanding why a script or style was enqueued on a given page.

For each script (or style) it gives:

And it presents all of that in a digestible list.

How to use it


That’s it, for a more complete debugging solution, consider checking the excellent Query Monitor plugin.

Leave a Reply

Your email address will not be published. Required fields are marked *