-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GZIP et minify (css, js, html) #374
Comments
just my 2 cents... compressing and/or caching should be a job of the webserver (for example, apaches mod_deflate and mod_cache) . Sure, it a hell of config but after it, it's blazing fast and there is no need to minify the files at all. But if you still want to have a look at googles mod_pagespeed |
@ragnar76, there are several use cases where cache management and compression by the web server (apache/nginx...) is not the "optimal" solution. Since BT 3.7, I see some points that can cause problems :
There are still a few other cases that I do not mention. For information, on my working version (3.8), I finished the cache/versionning/compression/minify system for CSS /JS / SVG (admin side), as soon as I have some time I will make a comparison, and I will put you the results, but without having looked in details, the working version is more powerful than the 3.7.6 (for now). In any case, when BT 3.8 will be in test/freeze, we can always decide to remove this feature if it is problematic or not really necessary. |
Juste pour ne pas oublier, je pose ça là :
Toujours dans un but d'améliorer les performances d'un Blogotext auto-hébergé.
The text was updated successfully, but these errors were encountered: