Web site slowness
Questions and Answers :
Web site :
Web site slowness
Message board moderation
Author | Message |
---|---|
Send message Joined: 26 Mar 22 Posts: 7 Credit: 1,020,376 RAC: 0 |
I've noticed all pages take a few seconds to show up after the relaunch, with the page being unresponsive during that time. I suspect the reason may be the USJ logo in the footer (https://denis.usj.es/denisathome//img/LogoUSJ.png) which is not scaled appropriately (17666x5601; filesize: 1.56MB). Can you please try shrinking this down to a more reasonable resolution? Scaling it down to 250x{appropriate ratio} ought to work without making any changes to the code, considering your CSS (`.footer-image img`) has max-width | max-height set to 250 | 100px. You may also want to look into having a better caching policy for static assets (js/ css/ images/ fonts) -- currently there isn't one specified. |
Send message Joined: 18 Mar 15 Posts: 283 Credit: 2,748,608 RAC: 0 |
Hi AnandBhat, Thank you for your comments. I've reduced the size of the logo and I'm reviewing the cache policy. I've added a page quality review to our to-do list. Best, Jesús. Jesús Carro Universidad San Jorge @InSilicoHeart |
Send message Joined: 26 Mar 22 Posts: 7 Credit: 1,020,376 RAC: 0 |
Thanks! The resized image appears to have helped greatly and I no longer see the lag. |