From: Vlad <mar...@gm...> - 2004-09-13 14:54:46
|
Boris, I've installed last version of PgKit-TT you have posted here on my local server and came to a disappointing performance issues. I don't know is it tied to PageKit in general and not to TT extension (cause I didn't play with pgkit + native html templates), but here is the numbers: 1) page kit "homepage" showed me 35 requests per second 2) simple pure mod_perl handler that loads and expands TT template (with 2 included files and one simple cycle) - 330 rps I was considering PageKit as framework for my application, but those numbers, frankly, keeping me off... I understand that it's not valid to compare page expanded via pagekit with page expanded purely by TT, because there is a lot going on "behind the scene" in pagekit, but it still way too much - 10 times... also, something that I dind't quite understand is presence of PgKit tags which looks quite not like default TT tags in the code of your templates (taken from pgkit TT edition)... it looked to me like you are doing some "double" scans over each template, expanding internal page-kit related stuff and then giving the result to TT... if I guessed that correctly, perhaps this is the source of such "slowness"? Perhaps, this pre-parsing of a template it worth giving down to TT? thank you! p.s. btw, what are the changes in this last Apache-PageKit-2.14_09-tt.tar.gz compared to what you gave us to download several of week ago? On Sun, 12 Sep 2004 13:40:31 +0200, Boris Zentner <bz...@2b...> wrote: > Hi, > > I just upload Apache-PageKit-2.14_09-tt to > http://eg.2bz.de/Apache-PageKit-2.14_09-tt.tar.gz. > It works with the new mod_perl 1.9916 and libapreq2-2.04_03-dev. > > Also I add a downloadpage with very inclomplete discription of all > recent versions at > > http://eg.2bz.de/download > > I wish a little more feedback on the Template-Toolkit extension - or > does nobody use it currently? > > -- > Boris > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Pagekit-users mailing list > Pag...@li... > https://lists.sourceforge.net/lists/listinfo/pagekit-users > -- Vlad |