[Mono-dev] Understanding web application loading time

Avery Pennarun apenwarr at gmail.com
Wed May 13 13:59:31 EDT 2009


On Wed, May 13, 2009 at 12:26 PM, APS <dev.malst at apsystems.it> wrote:
> 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?

The first thing I would try doing in such a situation is running
strace on the mono process.  It sounds like something very fishy is
going on... perhaps DNS timeouts or something.

Avery


More information about the Mono-devel-list mailing list