LeSchtroumpf Posted January 21, 2020 Share Posted January 21, 2020 (edited) Bonjour, J'ai des problème de temps de chargement sur mes pages. Elles mettent en moyenne 7/10 secondes pour s'afficher. J'ai tenté de supprimer la tache CRON de mise à jour des index de recherche mais ça n'a rien changé. En testant le site sur gtmetrix (https://gtmetrix.com/reports/www.swanea.fr/lKai64Ow) et sur google insight ( https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.swanea.fr%2Fen%2F&hl=fr ) il me dit d'activer la compression. Gzip est activé sur mon serveur et j'ai ajouté le code ci-dessous dans mon .htaccess : <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript </IfModule> Ce sont ces fichiers qui nécessite une compression : - themes/classic/assets/cache/bottom-a85a1b87.js - themes/classic/assets/cache/theme-91a97588.css Sauriez vous m'aider à trouver ce qui fait ralentir mon site ? Merci ! Edited January 21, 2020 by LeSchtroumpf (see edit history) 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