I have an existing template base.tmpl.
There's a new template that I am trying out base-new.tmpl (at this point it's just plain HTML).
A page based on base.tmpl takes about 9-10 secs the first time, subsequent reloads are nearly instantaneous on my GAE development server.
base-new.tmpl (in same directory, same Rythm configuration file) takes 6-7 minutes the first time, subsequent reloads are nearly instantaneous (this template doesn't have any dynamic content as yet).
If I use a new instance of RythmEngine every time, the new template takes 6-7 minutes every time I reload the page. From this I am guessing that this is the template compile time.
Why is this new template taking so long to compile? The template is at
http://pastebin.com/HPPLg8RE
Yes, this is an old, unsolved problem that I have come back to. All help is highly appreciated.
--
Regards,
Harshdeep S Jawanda