Jump to content

Velocità Sito


pizzaparty

Recommended Posts

ciao, 

le cose che ti consiglio di fare sono queste :

usa questa guida per configurare al meglio prestashop :
https://www.prestashop.com/forums/topic/375707-prestashop-performance-tips-compilation/


usa questi moduli:
https://www.prestashop.com/forums/topic/329251-module-bozoom-prestashop-back-office-performance-for-15-16/
https://www.prestashop.com/forums/topic/314461-module-javapro-prestashop-performance-significantly-speed-up-your-shop-pages-defer-javascript/
https://www.prestashop.com/forums/topic/287648-module-smush-optimize-image-increase-the-speed-of-your-store-optimizing-images/
 

da un rapido sguardo al tuo sito vedo che la compressione non è attivata .

per vedere la velocità del tuo sito , i tempi di risposta , quanto ci mette a caricare le pagine nei vari paesi ecc ecc prova ad usare questo:
https://gtmetrix.com/
 

Link to comment
Share on other sites

intanto io ho messo nel file htaccess

 
# DEFLATE compressione
<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml
# Remove browser bugs
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule>
# FINE DEFLATE
 
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES CACHING ##
AddHandler application/x-httpd-php56 .php .php5 .php4 .php3
 
é ho attivato nella pagina prestazioni:
 CCC (COMBINAZIONE, COMPRESSIONE E CACHE)
On Smart cache per CSS Smart cache per JavaScript Minimizzazione HTML Compressione del JavaScript nell'HTML
 
 
è corretto?
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...