• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Terrible Frontpage performance

Status
Not open for further replies.
Level 23
Joined
Jan 1, 2009
Messages
1,617
I mean, what is with all the huge, lossless png images and gifs in the news articles?
The site is totally unresponsive and takes forever to load. Also I can not login because the login box only loads after the site has loaded.
The google page scores are quite terrible.
Mobile:
YgteCkx.png

Desktop:
LnTWGxQ.png


The desktop site is 100+ MB of which 80% are off screen images?!
If you don't want to implement some async loading, how about using proper compression on the media like webp/webm?
 

pyf

pyf

Level 32
Joined
Mar 21, 2016
Messages
2,985
People should learn to first optimize any image they intend to upload, with software such as IrfanView for example.

As for animated GIFs, I am still advocating for serving APNG or lossy WebP versions of them instead, to the web browsers which support any of them. Even though they will most probably require more memory than their animated GIF equivalent, such modern file formats have a much smaller file size, and therefore they download faster. That way, the page loading would be less heavy for the end user.

APNG - Wikipedia
WebP - Wikipedia
 
Last edited:
Hello. To help alleviate loading time, I will do the following from now:
  • Limit the amount of GIFs to around half the level seen in the most recent spotlight
  • Compress the GIFs, saving at least 25% space
  • Start using WEBP instead of PNG, saving up to 90% space
Thank you.
 

pyf

pyf

Level 32
Joined
Mar 21, 2016
Messages
2,985
Last edited:
Status
Not open for further replies.
Top