Forum Moderators: open
Today I'm here with some different issue, other than seo. Actually my client has been converted its website from asp to aspx and when I got its testing, it seems that the load time of the pages are higher than they had with asp. Could someone explain me is that true using aspx can cause increase in load time. As maximum load time could also cause search engines to avoid visiting or to rate a site in bad words with no worth at all. So my question is that how to optimize website load time (using any script or an online resource) or any other method to reduce website load time. One more question, is aspx codes are seo friendly, in my point of they are not search enigne friendly, but I'd like to have different opinions of different webmasters.
Thanks,
Bilal
ASP.NET is completely SEO friendly and actually has some nice features that make doing SEO work easier.
[edited by: Response at 6:43 pm (utc) on April 14, 2008]
Thanks,
Bilal
I think you might find it beneficial to read to help tune the Asp.Net applications and to get the full benefit out of asp.net conversion.
When doing active development on a site, the changes being made will require asp.net to recompile the pages in the background. This will slow asp.net down until that recompile process is finishes. Also when developing a asp.net often time debugging code is left in slowing it down also. So when moving the site to production remember to make it so its no longer including the extra debugging information in the finial results.
Also in most of the conversion projects I have seen, a good percentage of the time the code is ported over, but does not use Asp.Net features which would be beneficial to the project and the speed of the pages. Thus the end result is a slower loading page then what it truly should be.
But it wasn't always so, after converting from asp to asp.net, but i found the problem
Asp.net is a totally different concept from asp, c, php and all procedural languages,
my code was full of asp programming technique which asp.net tolerated an translated, but crucially, slowed it down, plus lots of crashing :)
I had to spend weeks weeding out the code, learning asp.net better
And , voila, the site was like quicksilver compared to before plus it rarely crashes
good luck
10 ASP.NET Performance and Scalability Secrets [codeproject.com]