Remove unused assets, minify them, take care of speed
-
Hi,
Your plugin is awesome, but need some cure.
– – –
There are some file like “assets/css/frontend.css” and “assets/js/frontend.js”
these files are being enqueued to front-end but useless since does not have any code.
so remove them.
– – –
Also you should minify the assets (css/js) file before enqueue to front-end.
Lets keep two version of files , like admin.js and admin.min.js– – –
We care about site speed. ??Thanks !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove unused assets, minify them, take care of speed’ is closed to new replies.