Ask a Question related to ASP.NET General, Design and Development.
-
Mircea Pleteriu #1
Loading pages faster
Does any body know any article about tips to load aspx pages as fast as it
gets?
Mircea Pleteriu Guest
-
Master Pages - loading of ContentPlaceHolder
I currently use frames for a website. I plan on moving this site over to .NET now that the ISP is using ver 2 beta 2. I currently have the website... -
Image Loading Speed on web server pages (IIS4 - Acrobat PDF)
We have created a 2-page PDF document using Acrobat 5 and when you load it locally, it loads fast (as you'd expect). But when it is placed on our... -
ASP pages not loading
Hi again, Recently I encountered a problem with my ASP application. The pages which involves databases aren't loading (the page isn't rendered... -
DuplicateMovieClip goes faster and faster
hi! I'm trying to program a game in which oranges drop down. These oranges are created by a duplicateMovieClip. A new orange is created everytime... -
Slicing images for faster browser loading
Not being able to see your image and view the color concentrations, one cannot determine the number of slices needed. Areas where there is... -
Kevin Spencer #2
Re: Loading pages faster
See any articles on the Microsoft MSDN site regarding .Net optimization.
There are quite a few things you can do.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Mircea Pleteriu" <mpleteriu@asp-gmbh.de> wrote in message
news:OEJ4tmEVDHA.1928@TK2MSFTNGP12.phx.gbl...> Does any body know any article about tips to load aspx pages as fast as it
> gets?
>
>
Kevin Spencer Guest
-
Alvin Bruney #3
Re: Loading pages faster
one of the easiest things is to replace webserver controls with html
controls
and to turn off viewstate on controls that don't need them
there are a bunch of other stuff too numerous to mention so read this link
[url]http://msdn.microsoft.com/library/default.asp?URL=/library/en-us/dniis/html/tencom.asp[/url]
"Mircea Pleteriu" <mpleteriu@asp-gmbh.de> wrote in message
news:OEJ4tmEVDHA.1928@TK2MSFTNGP12.phx.gbl...> Does any body know any article about tips to load aspx pages as fast as it
> gets?
>
>
Alvin Bruney Guest
-
Arjen #4
Re: Loading pages faster
And what about page output compressing?
Like:
[url]http://www.intesoft.co.uk/aspaccelerator/demonstration.aspx[/url]
Thanks!
"Mircea Pleteriu" <mpleteriu@asp-gmbh.de> schreef in bericht
news:OEJ4tmEVDHA.1928@TK2MSFTNGP12.phx.gbl...> Does any body know any article about tips to load aspx pages as fast as it
> gets?
>
>
Arjen Guest



Reply With Quote

