Last post Apr 29, 2016 05:27 PM by dvdgzzrll
Member
19 Points
197 Posts
Apr 28, 2016 06:45 PM|dvdgzzrll|LINK
All my webform identity websites load the account folder really slow.
I've read on how to keep connection alive and stuff like that and it has helped, but not for the Account folder.
Do I need to inherit the main web.config?
Why is Login Register and Account pages soo slow?
Participant
1911 Points
482 Posts
Apr 28, 2016 11:00 PM|Nataraj Gandhi Arunachalam|LINK
Hi dvdgzzrll,
Please try using a profiler to see if there is some service/database call which is taking some time while loading these Account pages.
Some good profiler tools,
https://www.jetbrains.com/profiler/
https://www.yourkit.com/.net/profiler/download/
http://stackoverflow.com/questions/3927/what-are-some-good-net-profilers
Star
11344 Points
2348 Posts
Microsoft
Apr 29, 2016 07:23 AM|Yohann Lu|LINK
As far as I know, some interconnect resources and data load will affect the loading speed. as Nataraj Gandhi Arunachalam said, you can use a profiler to see where (which code) to spend a lot of time. Then optimize for these places.
You can refer the following links.
How to speed up your website load times:
http://www.webdesignerdepot.com/2013/02/how-to-speed-up-your-website-load-times/
Best Regards,
Yohann Lu
Apr 29, 2016 05:27 PM|dvdgzzrll|LINK
well, thanks.
I have fiddler and it shows me that Edge loads ok. However, Opera seems to have the problem.
Also, I see a lot of script resource requests. Is there an easy way to bungle those?
I'm using 4.5 web forms with code first identity ef.
Member
19 Points
197 Posts
Website loads fast but not the Account folder ?
Apr 28, 2016 06:45 PM|dvdgzzrll|LINK
All my webform identity websites load the account folder really slow.
I've read on how to keep connection alive and stuff like that and it has helped, but not for the Account folder.
Do I need to inherit the main web.config?
Why is Login Register and Account pages soo slow?
Participant
1911 Points
482 Posts
Re: Website loads fast but not the Account folder ?
Apr 28, 2016 11:00 PM|Nataraj Gandhi Arunachalam|LINK
Hi dvdgzzrll,
Please try using a profiler to see if there is some service/database call which is taking some time while loading these Account pages.
Some good profiler tools,
https://www.jetbrains.com/profiler/
https://www.yourkit.com/.net/profiler/download/
http://stackoverflow.com/questions/3927/what-are-some-good-net-profilers
Nataraj
----------------------
Please mark as answer if it helps!
Star
11344 Points
2348 Posts
Microsoft
Re: Website loads fast but not the Account folder ?
Apr 29, 2016 07:23 AM|Yohann Lu|LINK
Hi dvdgzzrll,
As far as I know, some interconnect resources and data load will affect the loading speed. as Nataraj Gandhi Arunachalam said, you can use a profiler to see where (which code) to spend a lot of time. Then optimize for these places.
You can refer the following links.
How to speed up your website load times:
http://www.webdesignerdepot.com/2013/02/how-to-speed-up-your-website-load-times/
Best Regards,
Yohann Lu
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
Member
19 Points
197 Posts
Re: Website loads fast but not the Account folder ?
Apr 29, 2016 05:27 PM|dvdgzzrll|LINK
well, thanks.
I have fiddler and it shows me that Edge loads ok. However, Opera seems to have the problem.
Also, I see a lot of script resource requests. Is there an easy way to bungle those?
I'm using 4.5 web forms with code first identity ef.