Registrarse | Entrar
martes, 22 de mayo de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosGeneralGeneralLocoponLocoponPerformance hintsPerformance hints
Anterior Anterior
 
Siguiente Siguiente
New Post
 06/06/2006 05:25 a.m.
 
Performance hints  (Germany)
Hi Locopon,

your DNN is so fast. Do you want to share your secret tuning tips ?-)

Kind regards, Sebastian
New Post
 06/06/2006 08:49 p.m.
 
Re: Performance hints  (Bolivia)

well, here is what I am doing

a) I use blowery for http compression.- For most new browsers, http compression is a MUST for everyone. You will have to check if all your modules work well with it. You can always exclude URL paths from compression

b) I use DSLocalizator and its optimization features.- As many people know, I included some optimization features inside DSLocalizator, so you can use it to optimize your site without the need to localize anything

  1. Enable SQLViewState.- Sometimes and depending of what modules do you have, you asp.net engine will generate big viewstate information directly on the response sent to the requesting user. DSLocalizator can store that info inside your SQL server and avoid sending extra data to the final user. DSLocalizator can also enable/disable this feature per page (or per site) so you can avoid using it when a page don't need it.
  2. Enable WhiteSpaceRemover.- DSLocalizator includes a feature that could remove your html spaces (Cr,  tab, etc) to reduce the final response. The size of spaces from you page may depend of the kind of modules and content you have in your site.
New Post
 07/06/2006 01:48 a.m.
 
Re: Performance hints  (Germany)
 Modificado por paul.s  on 07/06/2006 12:55:57 a.m.
Hi Locopon,

thanks for your answer!

a) I use blowery for http compression.- For most new browsers, http compression is a MUST for everyone. You will have to check if all your modules work well with it. You can always exclude URL paths from compression

We recently enabled this. At first we had problems with HttpHandlers (Webresource.axd) that returned no data and caused many forms not to work, but after a little hack everything works fine. The effect is actually more than I imagined. I thought compression would increase CPU load and spare some bandwidth, but even the CPU load lowers drastically. Maybe the network device takes much of the CPU.

DSLocalizator can store that info inside your SQL server and avoid sending extra data to the final user.

Our database server has a strong usage by DNN and therefore a high CPU load. We believe that storing the viewstate there would make it worse.

Enable WhiteSpaceRemover.- DSLocalizator includes a feature that could remove your html spaces (Cr,  tab, etc) to reduce the final response. The size of spaces from you page may depend of the kind of modules and content you have in your site.

We had this enabled for a short time. We should check this again...

In my opinion only massive caching can reduce CPU load. We noticed a lot of stored procedure calls by DSLocalizator. Is it a good idea to enable "Optimize with cache"?

We also noticed bad performance of some core stored procedures. E.g. hacking procedure GetTab resulted in a great performance boost.

Best regards,
Sebastian
New Post
 14/08/2006 04:03 p.m.
 
Re: Performance hints  (France)
Hey Locopon,

I totally agree with Sebastian, your DNN is very fast.
But does Blowery the same as when I activate compression in IIS (like explained here)?

Regards,
Fabian
New Post
 14/08/2006 09:46 p.m.
 
Re: Performance hints  (Bolivia)
Yes, IIS6 compression does the same, and if it is well configured, it does it better (compressing .css, etc).
Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosGeneralGeneralLocoponLocoponPerformance hintsPerformance hints