Improve Loading Speed on Homepage

OpenThu Sep 03 2020, 8:21

Performance Issue on Homepage

The homepage is taking over 5 seconds to load on average, which is negatively impacting user experience. Investigate and optimize database queries and image loading strategies.

  • Ensure queries are indexed correctly.
  • Lazy-load images below the fold.

Comments

John Doe commented on Sun Dec 20 2020, 22:35
The homepage load time is really frustrating, especially on mobile. It can take up to 10 seconds before it's fully visible.
Carol Williams commented on Mon May 10 2021, 6:13
I've noticed the homepage is slower when there are more images. Maybe lazy-loading images could help?
Bob Smith commented on Tue Nov 02 2021, 1:45
I cleared my browser cache, and the homepage loads faster now, but it's still not ideal. Could caching be optimized?
Carol Williams commented on Tue Mar 29 2022, 18:31
I think the slow load is due to large images not being compressed. Can we use smaller image sizes or formats like WebP?
John Doe commented on Mon Aug 15 2022, 10:12
The homepage takes a while to load even when the database queries seem fine. Could there be some frontend bottleneck?
Bob Smith commented on Sat May 27 2023, 14:20
It's even slower when using 3G or a slower connection. Maybe we need to consider reducing the number of initial requests.