[Mono-aspnet-list] ASP.NET initial compile time on OS X

Francois Rouaix francois.rouaix at gmail.com
Thu Sep 30 09:43:19 EDT 2010


Hello folks,
I'm debugging an ASP.NET app on my Mac with mod_mono and was surprised with
a very high (2 minutes) initial compile time for the first page displayed.
This is a fairly simple app, which very little logic in ASP.NET pages
themselves (most of the code is in DLL).
I ran Instruments on the Mono process running mod-mono-server2 and
discovered that the top consumers of CPU are TT_Load_Simple_Glyph from
libfreetype (12 seconds) and inflate_fast in the kernel (8 seconds)  - which
I presume has to do with font file decompression of font files.
I'm running 2.6.7.
Any clue of why I should be spending 20 seconds in reading font files for a
web app? (the total cost is most likely much high due to IO on all the
fonts).
--f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20100930/77cd85e8/attachment.html 


More information about the Mono-aspnet-list mailing list