I am designing a website and some pages take way too long to load. Especially since I am expecting high traffic rates and I know that my website would slow to a crawl if it was getting a couple hundred hits a day.
I know about using CSS instead of HTML to load images, and I know about making CSS files as small as possible, but that hardly makes it faster.
Also, which is the fastest way to display identical content on several pages? IFRAME, or PHP Include statement?
Tags: