Re: [Phpslash-devel] bandwith savings...
Brought to you by:
joestewart,
nhruby
From: Alexander B. <ale...@gm...> - 2003-11-23 22:04:55
|
Luis M wrote: > here is an interesting read about what the slashcode guys are doing > to make the code xhtml 1.0 and save about 10gb of bandwith a month < (slashdot). > [...] > http://www.alistapart.com/articles/slashdot/ They use an external CSS file instead of redundant tags in the HTML. This does not require XHTML. And is already implemented in phpSlash. The only possible improvement I see is to have the template engine remove any white space and comments. |