neci Posted October 26, 2015 Posted October 26, 2015 compression is not working for me, i added the code below to the .htaccess files and no effect, so i wonder if its enabled on the server. so i need it on and enabled. AddOutputFilterByType DEFLATE application/atom+xmlAddOutputFilterByType DEFLATE application/javascriptAddOutputFilterByType DEFLATE application/jsonAddOutputFilterByType DEFLATE application/ld+jsonAddOutputFilterByType DEFLATE application/manifest+jsonAddOutputFilterByType DEFLATE application/rdf+xmlAddOutputFilterByType DEFLATE application/rss+xmlAddOutputFilterByType DEFLATE application/schema+jsonAddOutputFilterByType DEFLATE application/vnd.geo+jsonAddOutputFilterByType DEFLATE application/vnd.ms-fontobjectAddOutputFilterByType DEFLATE application/x-font-ttfAddOutputFilterByType DEFLATE application/x-javascriptAddOutputFilterByType DEFLATE application/x-web-app-manifest+jsonAddOutputFilterByType DEFLATE application/xhtml+xmlAddOutputFilterByType DEFLATE application/xmlAddOutputFilterByType DEFLATE font/eotAddOutputFilterByType DEFLATE font/opentypeAddOutputFilterByType DEFLATE image/bmpAddOutputFilterByType DEFLATE image/svg+xmlAddOutputFilterByType DEFLATE image/vnd.microsoft.iconAddOutputFilterByType DEFLATE image/x-iconAddOutputFilterByType DEFLATE text/cache-manifestAddOutputFilterByType DEFLATE text/cssAddOutputFilterByType DEFLATE text/htmlAddOutputFilterByType DEFLATE text/javascriptAddOutputFilterByType DEFLATE text/plainAddOutputFilterByType DEFLATE text/vcardAddOutputFilterByType DEFLATE text/vnd.rim.location.xlocAddOutputFilterByType DEFLATE text/vttAddOutputFilterByType DEFLATE text/x-componentAddOutputFilterByType DEFLATE text/x-cross-domain-policyAddOutputFilterByType DEFLATE text/xml i added this to the .ht file with no effect.before this i was using this script above with `&--#60;IfModule mod_filter.c&--#62;` and `&--#60;/IfModule&--#62;` at the end, untill i notice the apache verison notice below, by adding only `AddOutputFilterByType` as seen above to the .htaccess file on the server. as my Apache version is 2.2.16 on heliohost; still no effect. i need help, else if not activated on the root, please do. # Compress all output labeled with one of the following media types. # # (!) For Apache versions below version 2.3.7 you don't need to # enable `mod_filter` and can remove the `&--#60;IfModule mod_filter.c&--#62;` # and `&--#60;/IfModule&--#62;` lines as `AddOutputFilterByType` is still in # the core directives. # # https://httpd.apache...putfilterbytype obviously the apache mod_deflate module may not be enabled on the server. thank you and pls do treat as urgent.
wolstech Posted October 26, 2015 Posted October 26, 2015 This is not supported. I'll escalate it, but I'm not sure if we can actually support this or not. I won't be surprised if it's intentionally disabled for load reasons or the like.
Krydos Posted October 26, 2015 Posted October 26, 2015 I won't be surprised if it's intentionally disabled for load reasons or the like.Yeah, some people claim that enabling compression actually reduces load since the server has to transmit less packets of data. Some people claim that leaving compression disabled reduces load since the server doesn't have to do the extra processing of compressing everything before sending it. I suspect it actually varies depending on the server and that both sides can be correct depending on the situation. The thing that nobody argues about is that enabling compression uses less bandwidth. Since Heliohost offers unlimited bandwidth for all accounts that argument is sort of pointless though. so i need it on and enabled. thank you and pls do treat as urgent.Why do you need it, and why is it so urgent?
Recommended Posts