Images on home page quadruple in size after they are uploaded
Hey all,
This is quite strange - it seems that any JPEG we upload as part of the site design (we are using the infinity theme, if that makes a difference) is getting re-encoded on your end, using the "99%" quality setting which makes them HUGE!
To be clear, we are talking huge in terms of *file size*, not dimension in pixels. The resulting image is still the same dimension (say, 1920 x 753px in the case of our banner images), but instead of being 250kb (the size of the file we upload) it ends up being over 850kb!!! Multiply that by all of the images on our home page and it makes for a truly bloated and slow-loading site.
Any idea what could be causing this problem? Thanks!!
Comments
Hi there! Reporting this to the support team and the devs will look right into it.
In the meantime, here's a list of recommended sizes for images on Infinity which should make the editing easier:
Splash 2560 x 1440 http://infinity.demo.modelcentro.com/splashLogin 2560 x 1440 http://infinity.demo.modelcentro.com/login
Join 2560 x 1440 http://infinity.demo.modelcentro.com/join
404 2560 x 1440 http://infinity.demo.modelcentro.com/404
Logo 280 x 60 http://infinity.demo.modelcentro.com/home
Slider images 1920 x 700 http://infinity.demo.modelcentro.com/home
Welcome banner 960 x 545 http://infinity.demo.modelcentro.com/home
Feature images (1, 2, 3) 640 x 545 http://infinity.demo.modelcentro.com/home
Join banner 1920 x 680 http://infinity.demo.modelcentro.com/home
About me image (1, 2) 960 x 545 http://infinity.demo.modelcentro.com/about
Counter image 1920 x 560 http://infinity.demo.modelcentro.com/about
Live show background image 1920 x 750 http://infinity.demo.modelcentro.com/liveshow
Tips image 960 x 840 http://infinity.demo.modelcentro.com/tips
Wow quick answer - thanks!
How can I get in touch with support? We had a long and unproductive discussion about this yesterday with a person from modelcentro using the red circle button at the bottom of our admin area... Kept trying to explain that its was a file size problem, not a problem of dimensions, and never got a sense that the problem was understood
That'd be support or you could email support@modelcentro.com. They're not bad guys, just takes them time to see the problem sometimes since it isn't always easy to reproduce it and they can't fix a bug they can't reproduce. The problem was understood and reported to developers, who are now working on it. I've asked them to keep you posted on the progress.
Ok great - thanks! Very cool to be kept informed, appreciate it!
As a web developer myself, I would look into your server-side jpeg encoding library first. Using 99% as a quality setting for jpegs on the web is unheard of, and is probably a typo in the code. I also had a look around at other modelcentro sites using Infinity and they all seems to have the same problem (did not test other themes), so it is quite possible that a small tweak to your code (and subsequent re-encoding of a *lot* of images will yield huge download speed improvements for modelcentro sites accross the board!
Thanks, I'll pass this along.