Mobile app version of vmapp.org
Login or Join
Kristi927

: Is there a standard file size recommendation to optimize web images? I remember, during college (2008), my web design professor made a point to keep all images' file size at/below 40K (didn't

@Kristi927

Posted in: #FileSize #ImageQuality #Images #Optimization #WebsiteDesign

I remember, during college (2008), my web design professor made a point to keep all images' file size at/below 40K (didn't matter what the dimensions). I have made an effort to do so ever since, especially with mobile optimization being so important.

But now, with broadband and LTE/4G speed internet, larger data plans... and I being out of college for a while... are there any file size (not dimensions) standards out there?

Side note:
My project is dealing with product photography. I'm looking at Amazon.com as a benchmark and note that their product images are under 40K (usually) with a zoom image under 100K (usually).

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi927

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pierce403

At the risk of being frowned upon for not answering your question, I would say this: don't worry about file size. Instead, worry about load time. They're certainly directly correlated, but the difference is that load time is universally applicable. A 2MB file might load instantly on a powerful hosting site such as imgur but not on an inexpensive shared hosting service.

To determine your answer, you can run load time benchmarks before you begin designing. Upload a simple page with a few images of varying file sizes to the future site host and record the network performance. You can do this yourself using browser developer tools, or you could use an external service.

Try pushing the limit to see what you can get away with. Keep in mind that downloading a 5MB file is not the same as downloading 10 512KB files because of the overhead involved. If the load time for the entire page is taking a few seconds, it's probably a good idea to reconsider an image-heavy site design.

Your question focuses on images, but there is so much more to optimize beyond that. Google has a great resource available for this kind of thing: Web Performance Best Practices. Not all of the advice there will necessarily apply to your situation. Depending on your expected traffic some of the optimizations might be lead to insignificant performance improvements, but it's a great guide to know what to look out for.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme