[Mono-devel-list] Mono ASP.NET is very slow with big html pages...

Hubert FONGARNAND informatique.internet at fiducial.fr
Thu May 12 03:07:53 EDT 2005


Some precision,
our javascript takes only 40KB on our page, and it's very hard to separate it 
in a .js due to various reason (for example, we don't know when exactly the 
script is loaded on the page...)
The rest of the page is pure HTML...
The 315Ko page is a test page with more than 100 menu and submenu...
The production site will be less than that!

Another question how can I use the --profile option

Le Mercredi 11 Mai 2005 16:18, Rafael Teixeira a écrit :
> First of all,
>
> Separate your Javascript on a .js file that you include, and generate
> your menus from embedded or on-demand xml data. 315KB for a page is
> surely not a good design.
>
> :)
>
> On 5/11/05, Hubert FONGARNAND <informatique.internet at fiducial.fr> wrote:
> > I'm currently working on an intranet project. We want to develop it as a
> > cross-platform project. It would be useful that it could run under MS.NET
> > or Mono...
> > I'm working with the svn version of mono 1.1.7.99
> > I've seen that mono (xsp) is very slow when rendering (relative) big html
> > rich content. My Accueil.aspx pages is about 315Ko... It contains many
> > javascript for generating menus dynamically.
> > On MS.NET, the page takes 3sec (the first time) to be rendered, and about
> > 500ms (the second time)
> > On Mono it takes about 12sec everytime. when rendering the xsp process
> > takes about 100% of my cpu :
> >
> > Is there a way to do some profiling in order to know wich method takes
> > the more time?
> > When I run mono --verbose xsp.exe I see that xsp is waiting most of
> > time... is it normal?
> >
> > Thanks in advance...
> > _______________________________________________
> > Ce message et les éventuels documents joints peuvent contenir des
> > informations confidentielles. Au cas où il ne vous serait pas destiné,
> > nous vous remercions de bien vouloir le supprimer et en aviser
> > immédiatement l'expéditeur. Toute utilisation de ce message non conforme
> > à sa destination, toute diffusion ou publication, totale ou partielle et
> > quel qu'en soit le moyen est formellement interdite. Les communications
> > sur internet n'étant pas sécurisées, l'intégrité de ce message n'est pas
> > assurée et la société émettrice ne peut être tenue pour responsable de
> > son contenu. _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
_______________________________________________
Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.
Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'étant pas sécurisées, l'intégrité de ce message n'est pas assurée et la société émettrice ne peut être tenue pour responsable de son contenu.



More information about the Mono-devel-list mailing list