[Mono-dev] Understanding web application loading time
Gonzalo Paniagua Javier
gonzalo.mono at gmail.com
Wed May 13 21:36:00 EDT 2009
On Wed, 2009-05-13 at 18:26 +0200, APS wrote:
> Hi,
>
> I've a web application that runs under apache with mod_mono v2.
> It takes more than 20 minutes to load a directory containing 250
> .ascx + 250 .aspx
> I would like to understand how the time is spent, there's a way to
> log what mono does during application loading?
> There's some configuration that enable mono to load single pages when
> they are opened without reading everything on opening of the first
> page of te directory?
You could try to disable batch compilation
(http://msdn.microsoft.com/en-us/library/s10awwz0.aspx) or
try precompiling that website on windows and then copy it over and run
it on mono.
-Gonzalo
More information about the Mono-devel-list
mailing list