Jump to content

gzip compresion


agustin.allera

Recommended Posts

chicos, alguien sabe porque estos 2 archivos no logra coomprimirlo con gzip

 

 

GZIP encode all appropriate text assets: 35/100

190.1 KB total in compressible text, target size = 68.1 KB - potential savings = 122.0 KB

 

FAILED - (114.2 KB, compressed = 35.8 KB - savings of 78.4 KB) - http://guadalupenatural.com.ar/shops/themes/prestashop_alt/cache/e29db90d3f3064f3af13b2bf7af76283.js

FAILED - (54.3 KB, compressed = 10.8 KB - savings of 43.5 KB) - http://guadalupenatural.com.ar/shops/themes/prestashop_alt/cache/6cac3d87c29f03234d2cc29f98aa4e35_all.css

 

 

 

 

 

.htacces dice esto:

 

 

 

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution

# WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE

# http://www.prestashop.com - http://www.prestashop.com/forums

 

 

<IfModule mod_rewrite.c>

# URL rewriting module activation

RewriteEngine on

 

# URL rewriting rules

</IfModule>

 

# Catch 404 errors

ErrorDocument 404 /shops/404.php

 

<IfModule mod_expires.c>

ExpiresActive On

ExpiresByType image/gif "access plus 1 month"

ExpiresByType image/jpeg "access plus 1 month"

ExpiresByType image/png "access plus 1 month"

ExpiresByType text/css "access plus 1 week"

ExpiresByType text/javascript "access plus 1 week"

ExpiresByType application/javascript "access plus 1 week"

ExpiresByType application/x-javascript "access plus 1 week"

ExpiresByType image/x-icon "access plus 1 year"

</IfModule>

 

FileETag INode MTime Size

<IfModule mod_deflate.c>

<IfModule mod_filter.c>

AddOutputFilterByType DEFLATE text/html text/css text/plain text/javascript application/javascript application/x-javascript

</IfModule>

</IfModule>

 

# compress text, html, javascript, css, xml:

AddOutputFilterByType DEFLATE text/plain

AddOutputFilterByType DEFLATE text/html

AddOutputFilterByType DEFLATE text/xml

AddOutputFilterByType DEFLATE text/css

AddOutputFilterByType DEFLATE text/javascript

AddOutputFilterByType DEFLATE application/xml

AddOutputFilterByType DEFLATE application/xhtml+xml

AddOutputFilterByType DEFLATE application/rss+xml

AddOutputFilterByType DEFLATE application/javascript

AddOutputFilterByType DEFLATE application/x-javascript

 

espero su ayuda..

 

saludos!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...