I can address two questions that were submitted over the feedback form:
- “I lost in Manage (Frontend), Manage (Backend), Please work on these two sections.”
Everything is already explained in the plugin’s docs. However, now, I’m thinking of adding some additional notes in the heading of each section to explain in short the usage process.
In short, each section (Frontend/Backend) is used to add Groups of assets which then can be dequeued either globally or on particular pages/categories/etc. Anyway, you certainly have to read the documentation.
- “how to find unused assets?”
Well, there’s no easy way, at least, no click-a-button solution. The plugin helps in identifying all the assets on your pages, but you have to decide which of them to dequeue.
If you go to the plugin’s section “Assets (Options)”, the first option is “Enable assets discovery”. If you enable this option, when visiting each page on the site, you’ll be able to extend the plugin’s box, showing you all the used assets.
Now, you have to think about which are those that you do not need. E.g. You have the contact form loading only on the Contact page. Use the plugin’s section “Manage (Frontend)” to prevent the loading of its assets on all other pages. If you have Woocommerce and you may need its assets only on the product pages. Again, use the “Manage (Frontend)” section to add Woocommerce’s assets in a group which will prevent its loading outside of product pages.
Repeat the same, if you have animation assets on particular pages, a countdown plugin loading its assets, etc. These are just the common scenarios, every Website is unique.
I hope that helps. Again, everything is illustrated in the plugin's docs. However, I’ll look to add some additional notes inside the plugin’s UI. Thanks.
Still open...