Skip to main content
Known Participant
June 2, 2013
Question

Want my Website to load faster

  • June 2, 2013
  • 3 replies
  • 608 views

Hello everyone,

I used AS3 to create a website with some animaiton and motion graphics. It takes roughly 2 minutes for the site to load. Can anyone give me some advice on how to make it load faster or what I might be doing wrong that is causing it to be so slow?

Thank you

This topic has been closed for replies.

3 replies

sinious
Legend
June 3, 2013

Single large file downloads can be throttled. If you have one giant SWF with all your assets in it, consider breaking it into separate SWFs by type. Load the most vital first to get "something" to display (preloader as kglad mentioned or startup animation graphics) and back-load anything that isn't immediately loaded later. This is just a standard tactic, flash or not. The biggest speed bump in loading complex non-flash sites is actually limiting the number of http requests as well as using CDNs. Flash is the opposite. Too much crammed in a single downloaded file isn't desirable.

Make sure the quality of the graphics and especially sound is actually required for your users experience. Most people can't tell the difference between 112kbit stereo and 192kbit stereo but the file size difference is very noticable. Same with graphics. I almost never export a web JPG over 60 quality using photoshops save for web and to any standard user the graphic looks clean and crisp. Same for video..

User Unknow
Legend
June 2, 2013

show your website firstly. May be you have huge amount of images?

kglad
Community Expert
Community Expert
June 2, 2013

you can delay the loading of anything that's not immediately (in frame 1) needed.  but whether that will be a significant help to you is unclear.  it depends on a number of specifics related to your website.

you may just want to create a preloader that displays something entertaining and informative while your site is loading.  that would not require any specifics.