How to speed up my websites (backoffices)

Posted by jmpena on Stack Overflow See other posts from Stack Overflow or by jmpena
Published on 2010-04-15T04:48:03Z Indexed on 2010/04/15 4:53 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

Hello im developing some backends in ASP.NET 2.0 and i have put all the images in Cache, GZIPED my CSS, JS files and everything to speedup the load of each options.

the performance its good and i have no problems with the clients but i want "MORE" fast loads and im looking for some recomendations.

Is important to mention that those websites are using only in intranets so im thinking to implement my next projects using IFRAME for content that way (i think) the options will be loading faster because they not have to load the entire site.

any help / recomendations?

thanks in advance.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Performance