Search Results

1
vote

How can I improve loading times on a static HTML site?

Enable caching for image files (the example below also adds css and js caching) which will ensure users don't download files twice. If you are using apache 1.3 or 2: ExpiresActive O …