Forum Moderators: phranque

Message Too Old, No Replies

What do you do for site speed optimization?

at all levels

         

AjiNIMC

6:16 pm on Mar 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What do you do for site speed optimization?
- HTML optimization
- MYSQL (DB) optimization (what all do you do here?)
- Code optimization (what all do you do here?)

Anything else?

Thanks,
AjiNIMC

gendude

8:22 pm on Mar 7, 2007 (gmt 0)

10+ Year Member



Make sure to have some kind of cache setup - if you have a lot of content that is static, try to keep it cached so that strain on the DB, etc., is lowered.

Of course, you have to have a fair amount of traffic before you hit that point, but can definitely improve things.

cmarshall

9:32 pm on Mar 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In some of my sites, I use PHP's Output Control Functions [us3.php.net], and strip all the cruft from the stream, so it is one big, long ugly line with no comments or extra whitespace.

AjiNIMC

9:11 am on Mar 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I tried to use a lot of caches, I have used JPcache, functional ones, block ones and many more, now I have my own cache system to make it faster.

I was wondering what the best sites do to get a faster rendering. I like Google as they are really fast, any idea on how Google process their pages?

I really want to ask stupid questions to learn all things to make my site faster, from HTML optimization to akamai servers. Is there a good book(s) on these topics.

Thanks,
Aji

simonuk

10:26 am on Mar 8, 2007 (gmt 0)

10+ Year Member



I design all sites in pure css. When the whole page visually is crammed full of graphics and text but the html is less than 100 lines you know your onto a winner :)

AjiNIMC

1:02 pm on Mar 16, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Any idea about CSS sprites?

There is another optimization available at [webmasterworld.com...]