rachaelbethan
Programmer
My website is taking so long to load because it is all images. Do you have any tips on optimizing a site like this?
Rachael Bethan
Rachael Bethan
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
While Flash isn't ideal for accessibility, it can be programmed to defer image loading until it's needed, which is nice. You could do a similar thing with Ajax calls too. You would do this with your content images, not your layout images.
If you're going to keep the images you should consider updating to JPEG2000, although it's not yet widely supported by web browsers sad , still something to think about.