optimize loading time
optimize loading time
Out of context: Reply #1
- Started
- Last post
- 11 Responses
- 7point340
optimizing images, using css image sprites for smaller icons and such, you can apparently compress an entire site using tools like http://www.gzip.org/, using css instead of images when you can, not bothering with cufon or other javascript based text replacement, utilizing html tags correctly instead of div after div after div (ie, using p tags instead of div class=paragraph)...
- compression can be performed automatically by apache********
- compression can be performed automatically by apache