Re: Tapestry is slow on my machine.

2006-12-07 Thread Jesse Kuhnert
Slower than the website? Not sure what to say. I would probably need more definitive metrics on what you mean by "slow" . On 12/7/06, Henry Chen <[EMAIL PROTECTED]> wrote: I'm running Tapestry 4.1.1 snapshot, tomcat 5.5 on two machines. The speed is kind of slow. I did a test on the workbench sa

RE: Tapestry is slow on my machine.

2006-12-07 Thread Henry Chen
: Thursday, December 07, 2006 7:18 PM To: Tapestry users Subject: Re: Tapestry is slow on my machine. Do you have caching disabled? If you do, then tapestry is doing all kinds of extra work on every request in order to detect any changes that are made to the webapp between requests. Generally, caching

Re: Tapestry is slow on my machine.

2006-12-07 Thread Daniel Tabuenca
Yes definitely. Disable caching has a HUGE performance hit (more then you'd think). It also eventually causes your program to run out of memory I've found. On 12/7/06, Sam Gendler <[EMAIL PROTECTED]> wrote: Do you have caching disabled? If you do, then tapestry is doing all kinds of extra w

Re: Tapestry is slow on my machine.

2006-12-07 Thread Sam Gendler
Do you have caching disabled? If you do, then tapestry is doing all kinds of extra work on every request in order to detect any changes that are made to the webapp between requests. Generally, caching will be enabled via an environment variable set like this: -Dorg.apache.tapestry.disable-cachin