EduardoAlfer Posted August 22, 2022 Share Posted August 22, 2022 Buenas tardes a todos, Recientemente hemos lanzado en nuestra empresa un nuevo e-commerce, paralelo al que ya tenemos, pero que sigue otra línea de productos. El diseño que hemos lanzado ha sido bajo la plantilla Alysum y algo de personalización gracias a un programador. Sin embargo, al hacer la prueba con Page Speed, nos salen resultados muy bajitos (16 en móvil y 37 en ordenador). Las imágenes están comprimidas y hemos intentado reducir la carga de tiempo quitando algunos banners (sobre todo de "revolution slider") pero aún así nos sale un rendimiento de velocidad un tanto bajo. ¿Podríais recomendarnos alguna solución al respecto para mejorar estos apartados de tiempo de carga? Sabemos la importancia que tiene actualmente tanto para el usuario como para el posicionamiento en Google. Hemos mirado algún modulo que tiene buena pinta pero que no sabemos si realmente da resultado, como el siguiente: https://addons.prestashop.com/es/fotos-productos/27669-image-webp-compress-zoom-lazy-load-alt-more.html Cualquier cosa que nos comentéis será de ayuda. Muchas gracias de antemano. Un saludo. Link to comment Share on other sites More sharing options...
Zohaib-fk Posted August 22, 2022 Share Posted August 22, 2022 (edited) Hi, You can try a web hosting caching system and good servers like high CPU and RAM. Also, try below code in htaccess related to speed Article link below https://www.presta-addons-modules.com/en/blog/227_Prestashop-how-to-use--htaccess-to-speed-up-your-site.html <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" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/vnd.microsoft.icon "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType font/woff2 "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year" </IfModule> <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 (only needed for really old browsers) 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> Edited August 24, 2022 by Zohaib-fk Post Updated (see edit history) Link to comment Share on other sites More sharing options...
Nickz Posted September 11, 2022 Share Posted September 11, 2022 On 8/22/2022 at 12:22 PM, EduardoAlfer said: Sin embargo, al hacer la prueba con Page Speed, nos salen resultados muy bajitos (16 en móvil y 37 en ordenador). mandame el domain para ver. Link to comment Share on other sites More sharing options...
EduardoAlfer Posted September 13, 2022 Author Share Posted September 13, 2022 Actualizo: - Con el módulo hemos mejorado considerablemente la reducción de peso de las imágenes y la publicación de imágenes en nueva generación (se han cambiado a formato webp). - Nos hemos dado de alta en CloudFlare y hemos cambiado las DNS, dándonos muy buenos resultados en "Reducción del tiempo de respuesta inicial del servidor" y "Eliminando los recursos que bloquean el renderizado" Por lo que en general, hemos mejorado bastante aplicando estas dos cuestiones. Un saludo. Link to comment Share on other sites More sharing options...
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