Re: AW: [SMARTY] can we save considerable bandwidth with tidy *and smarty* as well ?
[email protected] (Valerie Delon)
| Newsgroups | php.smarty.dev,php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
http://conf.phpquebec.com/en/archive/conf2004/session#tidy On Sun, 21 Nov 2004 15:55:26 +0100, Ben <[email protected]> wrote: > Hi, > > sorry that this won't be a help, just a question, where can i find this > article? phparch? > But as i can see in this code snip, the file gets parsed one time by > tidy, > afterwards by smarty, if you can use it, and all that used code by the > php-parser, > so do you know sth. about the serverload? > > Thanks in advance. > Ben > > -----Ursprüngliche Nachricht----- > Von: Valerie Delon [mailto:[email protected]] > Gesendet: Sonntag, 21. November 2004 15:16 > An: [email protected] > Cc: [email protected] > Betreff: [SMARTY] can we save considerable bandwidth with tidy *and > smarty* as well ? > > I'm so excited after reading Mr. John's 2004 PHP Quebec Conference > Session about Tidy. I want to use tidy function special for my Smarty > template . Can I ? > > Valérie Delon > étudiante > > -- > On a besoin d'apprendre beacoup plus > Quelqu'un croit c'est trop > Mais j'crois que ce n'est pas assez > > <?php > > $opts = array("clean" => true, > "drop-proprietary-attributes" => true, > "drop-font-tags" => true, > "drop-empty-paras" => true, > "hide-comments" => true, > "join-classes" => true, > "join-styles" => true); > > $tidy = tidy_parse_file("php.html", $opts); > tidy_clean_repair($tidy); > > echo $tidy; > ?> > > -rw-rw-r-- 1 john john 27066 Jan 3 04:11 php.html > -rw-rw-r-- 1 john john 26193 Jan 3 04:11 php_tidy.html > > Without losing maintainability, tidy has saved 873 bytes per request > That might not seem like a lot, but when you serve 100,000 hits a day > you save 87.3 megabytes a day in bandwidth. > > -- > Smarty General Mailing List (http://smarty.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > --- > __________________________________________________________ > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.797 / Virus Database: 541 - Release Date: 15.11.2004 > > --- > __________________________________________________________ > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.797 / Virus Database: 541 - Release Date: 15.11.2004 > >