Hi, thanks for this “extensive” suggestion list. I will go through it step by step ??
change “unequal” to “not equal”
Yeah, maybe you have noticed, english is not my native language. i will change that in the next version ??
allow the order of js and css to be changed
I have think of it and will check it out, when i change the script-list to allow a better overview of the dependencys. maybe drag&drop..
allow multi selection of pages / posts / custom post types
Please, could you explain that a little more? i don’t get it.
allow entering of url for pages that are dynamic such as woocommervce checkout etc
Yes, vou’ve probably noticed, that only globally enqueued scripts are processed by this plugin. This has the simple reason, that wordpress register, enqueue and print scripts on the fly with each page load. So theres only two ways: Check only global scripts, e.g. from the frontpage of a site or check it on a per page basis and make it configurable via admin bar etc. Maybe i will make the second way as an additional feature.
allow own groups so that specific css / js can be grouped and then allow a group to have option of minify / combine
This will definitely be included.
enable change of url path for css / js so that they can be loaded from different CDN servers
Instead of changing the url of a registered script, it’s maybe better to give the user the ability to add custom scripts via backend and then deactivate the original script. This is already on my to-do list.
enable for admin backend pages / paths so css / js can be optimized / removed when not needed in backend
You mean the same list, but for backend scripts? Yes, that should be not a big problem. but this has the potential to break the admin panel, what makes it more complicated to resolve an issue, if you can’t disable plugins anymore etc.
admin backend option to enable / disable changes for current user
Current user means what? Because every logged in user is a current user ??
Or you mean whitelisting / blacklisting of user id’s?
ability to alter http headers for js / css eg expiry, cache, etag etc, also ability to reset cache settings for when js / css are updated
Will check it out..
You have the potential to have a great plugin that could help optimize wordpress content which you could sell with extra features. Good luck.
Thank you! I will try to improve it as best as i can to make it the (hopefully) best all in one solution for script handling for wordpress. We will see.. ??