A lot of things affect the page display speed in Tapestry. If there's
low free memory in Tomcat (look at the /manager/status page when
Tomcat is running) or if your page uses a substantial amount of OGNL,
it will show the speeds you report.
Also, many developers test with caching off, which means you see that
delay for every page. If caching is on, serving the pages happens
much more quickly.
Still, 2 seconds isn't unusual for a page the first time it's shown,
especially with complex OGNL or multiple included components.
...Richard
On Jan 9, 2006, at 4:06, Yura Tkachenko wrote:
Hi, everybody
Is it normal if my tapestry page first compilation about 2-4
seconds? Because the same page in JSF compiles much faster. I have
Intel Celeron 1,7 GHz and 512 MB of RAM, I use JDK 1.5 and Tomcat
5.5. Is it normal behavior?
Thanks,
Yura.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]