Re: compress html templates when read from disk

2007-03-20 Thread yoursoft
Dear Developers, The first version is my class is available. It is a little performance tweak, because this read from disk only, when original template is changed, and make a cached compressed copy of it. With compressed input, the memory use is lower, velocity variables insertion is faster

Re: compress html templates when read from disk

2007-03-20 Thread yoursoft
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yoursoft, yoursoft wrote: Dear Developers, The first version is my class is available. It is a little performance tweak, because this read from disk only, when original template is changed, and make a cached

compress html templates when read from disk

2007-03-09 Thread yoursoft
Dear Developers, I would like to write a plugin to velocity. This plugin will compress html templates when reading from disk (remove white-spaces, comments etc.), not when Velocity is write to output, because my cache modified check time is one hour. :-) Can you suggest any entry point