jogi109 Posted February 4, 2016 Share Posted February 4, 2016 Witam By włączyć kompresję GZIP wystarczy dodać to w dowolnym miejscu do pliku .htaccess? <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/x-component text/css application/xhtml+xml application/xml application/x-javascript application/javascript application/ecmascript application/rss+xml application/json </IfModule> Jak uruchomić cachowanie plików jgp,gif itp w sklepie, by szybciej się ładował? Link to comment Share on other sites More sharing options...
0 Jacek Posted March 23, 2018 Share Posted March 23, 2018 Dnia 4.02.2016 o 5:06 PM, jogi109 napisał: Witam By włączyć kompresję GZIP wystarczy dodać to w dowolnym miejscu do pliku .htaccess? <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/x-component text/css application/xhtml+xml application/xml application/x-javascript application/javascript application/ecmascript application/rss+xml application/json </IfModule> Jak uruchomić cachowanie plików jgp,gif itp w sklepie, by szybciej się ładował? Witam, zastosowałem powyższą instrukcję a audyt sklepu nadal raportuje brak kompresji gzip. Próbowałem również z poniższym wariantem <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> Sklep w wersji 1.6.1.18 Link to comment Share on other sites More sharing options...
0 tomek003 Posted March 25, 2018 Share Posted March 25, 2018 Jeszcze hosting musi mieć włączone gzip 1 Link to comment Share on other sites More sharing options...
0 Jacek Posted March 26, 2018 Share Posted March 26, 2018 12 godzin temu, tomek003 napisał: Jeszcze hosting musi mieć włączone gzip Dzięki za info, napisałem do hostingodawcy. Link to comment Share on other sites More sharing options...
0 tomek003 Posted March 26, 2018 Share Posted March 26, 2018 Mogą być dwa moduły od kompresji: mod_gzip i mod_deflate. Może masz ten pierwszy. 1 Link to comment Share on other sites More sharing options...
0 Jacek Posted March 27, 2018 Share Posted March 27, 2018 14 godzin temu, tomek003 napisał: Mogą być dwa moduły od kompresji: mod_gzip i mod_deflate. Może masz ten pierwszy. Hosting ma włączoną kompresję. Jak sprawdzić wersję? Link to comment Share on other sites More sharing options...
0 tomek003 Posted March 28, 2018 Share Posted March 28, 2018 Zapytać się hostingu? Włączyć w htaccess mod_gzip i zobaczyć czy działa? https://varvy.com/pagespeed/enable-compression.html 1 Link to comment Share on other sites More sharing options...
0 Jacek Posted March 28, 2018 Share Posted March 28, 2018 21 minut temu, tomek003 napisał: Zapytać się hostingu? Włączyć w htaccess mod_gzip i zobaczyć czy działa? https://varvy.com/pagespeed/enable-compression.html Witam, wkleiłem poniższe na samym końcu httacces i nadal audyt zwraca brak kompresji. <ifModule mod_gzip.c>mod_gzip_on Yesmod_gzip_dechunk Yesmod_gzip_item_include file .(html?|txt|css|js|php|pl)$mod_gzip_item_include handler ^cgi-script$mod_gzip_item_include mime ^text/.*mod_gzip_item_include mime ^application/x-javascript.*mod_gzip_item_exclude mime ^image/.*mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*</ifModule> Link to comment Share on other sites More sharing options...
Question
jogi109
Witam
By włączyć kompresję GZIP wystarczy dodać to w dowolnym miejscu do pliku .htaccess?
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/x-component text/css application/xhtml+xml application/xml application/x-javascript application/javascript application/ecmascript application/rss+xml application/json
</IfModule>
Jak uruchomić cachowanie plików jgp,gif itp w sklepie, by szybciej się ładował?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now