Not planned Optimises CSS, Javascript and HTML

Status
Not open for further replies.

Nirjonadda

Customer
Please can you add option for Optimises CSS, Javascript and HTML?

Features:

CSS Optimiser: Minifies all CSS files and serves CSS directly.

Javascript Optimiser: Intelligently defers Javascript loading (puts script tags just before </body> on the fly) and combines common Javascript files. Also features optional compression with Google Closure Compiler.

HTML Optimiser: Based on HELLCAT's Realtime Page Compressor, and adds complete whitespace removal around block and meta elements and removal of unimportant comments.

Attachment Optimiser:serves attachment thumbnails and images directly rather than through PHP.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
CSS Optimiser: Minifies all CSS files and serves CSS directly.
This is not as important as the CSS is cached by the browser.

Javascript Optimiser: Intelligently defers Javascript loading (puts script tags just before </body> on the fly) and combines common Javascript files. Also features optional compression with Google Closure Compiler.
Combining javascript files has the potential to cause a large amount of issues when updating JS files, plus it will be very computationally expensive.

HTML Optimiser: Based on HELLCAT's Realtime Page Compressor, and adds complete whitespace removal around block and meta elements and removal of unimportant comments.
Doing this via PHP is going to be way more computationally expensive than doing it in the web server, this will cause a reduction of performance.

Attachment Optimiser:serves attachment thumbnails and images directly rather than through PHP.
This is a major security problem, bypassing permissions. There is no way this should ever, EVER be used on a forum.
 
Hello Nirjonadda,

This ticket has now been closed with the status Declined.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Similar threads

Back
Top