[rt-users] Small performance improvements on displaying tickets with much text

Ruslan Zakirov ruz at bestpractical.com
Sun Oct 28 00:32:03 EDT 2007


  Hi,

Finally had some time to merge changes into Text::Quoted. Now code is
much cleaner and I tried to improve its performance a little. My tests
show that it's 1.5x faster now on middle size texts(10-30 lines with
2-3 levels of quoting). I don't expect rendering of the tickets'
history page to be 1.5x faster, but anyway it should be faster.

Version 2.02_01 is available from the CPAN, but it's a development
release so you have to install it manually to try:
> wget http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Text-Quoted-2.02_01.tar.gz
> tar -xzvf Text-Quoted-2.02_01.tar.gz
> cd Text-Quoted-2.02_01
> perl Makefile.PL && make && make test
> sudo make install
stop and start web server.

NOTE: that if there wouldn't be regressions reported during next week
then I'll release version 2.03 to the CPAN, so it's your chance to
check that everything works fine.

-- 
Best regards, Ruslan.



More information about the rt-users mailing list