• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Debug Messages & Ineffective Resource Handling

Status
Not open for further replies.
When I came across this script (Ralles.js) I was kinda surprised to see the
Code:
console.log(i);
debug information everywhere.

Also this app loads 75 resources on every load! Most of them are images.
They should be combined into an image sprite which make them load much faster.
(A website is restricted to only load 3 resources at the same time in a web browser)

This will lead the website to take 3.75 seconds to load on a high end pc/laptop.

That's what I could find so far.
 
Status
Not open for further replies.
Top