Le 17 mars 05, � 18:30, Eric E. Meyer a �crit :
...Some pages in the site scale quite well, while one in particular does
not scale well at all..

Did you try to run tests on just that page, many same requests, and try removing components from the page generation path, one after the other?

This should help you isolate the component that causes the problem, to narrow your search.

You could also create a request-specific logger, one for each request, store it in the request context and use it to log times at various stages, with a unique request ID. This would help find worst case times.

-Bertrand

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to