WHY ASPX pages are running slow...?
-
hello experts, I have one question... Why ASPX pages are running more slower than any other web technology...? I saw php sites are running too fast than the any ASP.NET application. The latest example of it is Code Project it self. When it was in classic ASP than it run smoothly, but since the upgradation is apply on it using ASP.NET technology it running more slower and slower. one more intersting aspect of ASP.NET is : This is the only web technology which having the compiled code and other technologies are run whole code every time. So .NET should run fast as compare to other... How to over come with this particular problem...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
-
hello experts, I have one question... Why ASPX pages are running more slower than any other web technology...? I saw php sites are running too fast than the any ASP.NET application. The latest example of it is Code Project it self. When it was in classic ASP than it run smoothly, but since the upgradation is apply on it using ASP.NET technology it running more slower and slower. one more intersting aspect of ASP.NET is : This is the only web technology which having the compiled code and other technologies are run whole code every time. So .NET should run fast as compare to other... How to over come with this particular problem...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
This is a dumb question. Many tests have been done, for example between J2EE and ASP.NET. No matter what the result, examining the code used will result in people pointing out ways to optimise one version or the other. There's really no way to compare apples for apples, the core benefit of ASP.NET is being able to write structured code, no-one said it was faster, although I also don't think it's slower. Each app needs to be written, performance tested and, yes, worked on when it fails to perform as hoped under extreme load. That doesn't mean ASP.NET is slow.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hello experts, I have one question... Why ASPX pages are running more slower than any other web technology...? I saw php sites are running too fast than the any ASP.NET application. The latest example of it is Code Project it self. When it was in classic ASP than it run smoothly, but since the upgradation is apply on it using ASP.NET technology it running more slower and slower. one more intersting aspect of ASP.NET is : This is the only web technology which having the compiled code and other technologies are run whole code every time. So .NET should run fast as compare to other... How to over come with this particular problem...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
Pankaj - Joshi wrote:
The latest example of it is Code Project it self.
Adding CG's post, who said CP became slow after upgradation ? Then better change your internet connection. I felt it's faster than the ASP version, and AFAIK, CP team has not completed the full upgradation process. So they might be uploading something and it cause recompilation of the site which will make it slower. For getting good performance on ASP.NET pages, optimize it, follow best practices and understand well about how it works.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Pankaj - Joshi wrote:
The latest example of it is Code Project it self.
Adding CG's post, who said CP became slow after upgradation ? Then better change your internet connection. I felt it's faster than the ASP version, and AFAIK, CP team has not completed the full upgradation process. So they might be uploading something and it cause recompilation of the site which will make it slower. For getting good performance on ASP.NET pages, optimize it, follow best practices and understand well about how it works.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Well said Navaneeth.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
This is a dumb question. Many tests have been done, for example between J2EE and ASP.NET. No matter what the result, examining the code used will result in people pointing out ways to optimise one version or the other. There's really no way to compare apples for apples, the core benefit of ASP.NET is being able to write structured code, no-one said it was faster, although I also don't think it's slower. Each app needs to be written, performance tested and, yes, worked on when it fails to perform as hoped under extreme load. That doesn't mean ASP.NET is slow.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Christian Graus wrote:
This is a dumb question.
I strongly opine that the above statement was not at all necessary...coz i think we are all here to help and if you find some question not "up-to-your mark" , then please better do not answer the question than to fire rude words like this. I have been noticing this kind of behavior from some "experts" as well, on this community. If the users are expected to maintain the decorum and dignity of this community, so are all the "heads" of this community. Being the owner of this area, doesnt mean that you have got all rights to insult and humiliate the naive users. I am sure, after reading this long post of protest, my message either would be deleted or I would be barred or even worse, both could happen. But i am not gonna backtrack just due to this. Even if you do any of this to me, you would definitely prove me right.
-
Christian Graus wrote:
This is a dumb question.
I strongly opine that the above statement was not at all necessary...coz i think we are all here to help and if you find some question not "up-to-your mark" , then please better do not answer the question than to fire rude words like this. I have been noticing this kind of behavior from some "experts" as well, on this community. If the users are expected to maintain the decorum and dignity of this community, so are all the "heads" of this community. Being the owner of this area, doesnt mean that you have got all rights to insult and humiliate the naive users. I am sure, after reading this long post of protest, my message either would be deleted or I would be barred or even worse, both could happen. But i am not gonna backtrack just due to this. Even if you do any of this to me, you would definitely prove me right.
Hi friends, gladiatron said right. Some people are thining they are only experts and no one else can give answer. Its helping forum. We should help people in anyway..
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Christian Graus wrote:
This is a dumb question.
I strongly opine that the above statement was not at all necessary...coz i think we are all here to help and if you find some question not "up-to-your mark" , then please better do not answer the question than to fire rude words like this. I have been noticing this kind of behavior from some "experts" as well, on this community. If the users are expected to maintain the decorum and dignity of this community, so are all the "heads" of this community. Being the owner of this area, doesnt mean that you have got all rights to insult and humiliate the naive users. I am sure, after reading this long post of protest, my message either would be deleted or I would be barred or even worse, both could happen. But i am not gonna backtrack just due to this. Even if you do any of this to me, you would definitely prove me right.
I have to disagree with you. Given that the OP's question was both inappropriate and ill-informed, Christian's remarks were quite reasonable. Most people who answer questions in the programming forums do so in a reasonable and understanding manner, which is often difficult with the high volume of 'noise' posts. This is a free site and no one is being paid for offering their assistance. If you are not happy with the standards of response, maybe you should be encouraging those that post to ask more intelligent questions.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
Pankaj - Joshi wrote:
The latest example of it is Code Project it self.
Adding CG's post, who said CP became slow after upgradation ? Then better change your internet connection. I felt it's faster than the ASP version, and AFAIK, CP team has not completed the full upgradation process. So they might be uploading something and it cause recompilation of the site which will make it slower. For getting good performance on ASP.NET pages, optimize it, follow best practices and understand well about how it works.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Their is no way to prove you wrong... :(( otherwise I'll definitely give you speed demo between ASP and ASP.net version of Code project.
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
-
I have to disagree with you. Given that the OP's question was both inappropriate and ill-informed, Christian's remarks were quite reasonable. Most people who answer questions in the programming forums do so in a reasonable and understanding manner, which is often difficult with the high volume of 'noise' posts. This is a free site and no one is being paid for offering their assistance. If you are not happy with the standards of response, maybe you should be encouraging those that post to ask more intelligent questions.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
Exactly well said.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
hello experts, I have one question... Why ASPX pages are running more slower than any other web technology...? I saw php sites are running too fast than the any ASP.NET application. The latest example of it is Code Project it self. When it was in classic ASP than it run smoothly, but since the upgradation is apply on it using ASP.NET technology it running more slower and slower. one more intersting aspect of ASP.NET is : This is the only web technology which having the compiled code and other technologies are run whole code every time. So .NET should run fast as compare to other... How to over come with this particular problem...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
I think you are getting architecture and implementation mixed up here. If you write a PHP page that does nothing but return HTML, then it is going to be faster than an ASP.NET page that hits the database, pulls back a couple of thousand rows, binds them to various parts of the display and then sends that back to the client, with a couple of HTTP handlers interacting on the way. The only way to verify speed differences is to code up two systems that do exactly the same thing, in exactly the same way, and measure the time over a period of interactions.
Pankaj - Joshi wrote:
This is the only web technology which having the compiled code
Errm no. What about CGI code? What about Java applications? Please check your facts before making bald statements like this.
Deja View - the feeling that you've seen this post before.
-
I think you are getting architecture and implementation mixed up here. If you write a PHP page that does nothing but return HTML, then it is going to be faster than an ASP.NET page that hits the database, pulls back a couple of thousand rows, binds them to various parts of the display and then sends that back to the client, with a couple of HTTP handlers interacting on the way. The only way to verify speed differences is to code up two systems that do exactly the same thing, in exactly the same way, and measure the time over a period of interactions.
Pankaj - Joshi wrote:
This is the only web technology which having the compiled code
Errm no. What about CGI code? What about Java applications? Please check your facts before making bald statements like this.
Deja View - the feeling that you've seen this post before.
That's answer for that I'm looking for. I already make some pages in ASP, .NET (same functionality and test them) and ASP.NET application is running slow as compare to asp. Sorry about that compiled code line.... :doh: But here some people underestimate me and some start fighting without giving proper answer of my question. One thing I want to tell "NO ONE IS THE PERFECT IN THE WORLD". So you are sit here to helping people or underestimate them....? :confused: One thing is very famous in india...... "Every human make mistakes, If you don't make any mistake in life then you are definitely the GOD :laugh: "
-
Christian Graus wrote:
This is a dumb question.
I strongly opine that the above statement was not at all necessary...coz i think we are all here to help and if you find some question not "up-to-your mark" , then please better do not answer the question than to fire rude words like this. I have been noticing this kind of behavior from some "experts" as well, on this community. If the users are expected to maintain the decorum and dignity of this community, so are all the "heads" of this community. Being the owner of this area, doesnt mean that you have got all rights to insult and humiliate the naive users. I am sure, after reading this long post of protest, my message either would be deleted or I would be barred or even worse, both could happen. But i am not gonna backtrack just due to this. Even if you do any of this to me, you would definitely prove me right.
I also disagree, although people can seem a little harsh at times, it is usualy because people do not pay attention to the rules... or ask a question that is so obviously a peice of homework. Also, CP doesn't delete posts, or ban / suspend its members for their opinions. If enough people regard your post as inapropriate, or spam then it will automaticaly be removed. But thats down to the community, not because of one person.
My current favourite word is: Bauble!
-SK Genius