Seite 1 von 1
Google & XT with speed issues ...
Verfasst: 01.03.2010, 18:28
von Substantiv
Greetings,
just interested how to improve the speed of any site ....
GZIP, thanks i really know about it ..
Verfasst: 01.03.2010, 18:41
von scysys
GZIP
Compress your Codes....CSS, HTML, Javascript and so on
Re: Google & XT with speed issues ...
Verfasst: 01.03.2010, 22:47
von luzie
Substantiv hat geschrieben:GZIP, thanks i really know about it ..
Well, you can do more than just zip your site's files:
1. use clean and slick code, this also comprises javascript and style sheets
2. outsource scripts and style sheets that are used side-wide
(browsers will cache them separately, so they'll load from your local disc in as much as no time when a new page of the site is visited)
3. keep any embedded media including images to a reasonable size
4. also keep pages themselves short, larger content is often best distributed onto several pages, also for usability and logical reasons. Isolate different topics, don't mingle too much on one page.
There's sure more I didn't think of now, refer here perhaps to learn more:
https://code.google.com/intl/de/speed/articles/