Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi.
I've noticed page reload is very slow after editing a view. UmbDebug shows the RazorView.Render takes up to 15-20 seconds to reload a page.
When I reload the page again - without changes to the view - it takes 30ms.
I can understand it takes longer to load when changes are made, but 15-20 seconds is pretty slow.
Does anybody knows what causes the delay after editing a view?
Found the problem.
It has nothing to do with umbraco, it's Windows Defender realtime protection which causes the delay. If you add your projects folder to the realtime protection exclusions, reloading a page with changes to the view takes about 4 seconds.
The solution: https://stackoverflow.com/questions/7869824/net-to-remote-sql-server-slow-on-one-machine-not-the-other
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Slow reload after editing view
Hi.
I've noticed page reload is very slow after editing a view. UmbDebug shows the RazorView.Render takes up to 15-20 seconds to reload a page.
When I reload the page again - without changes to the view - it takes 30ms.
I can understand it takes longer to load when changes are made, but 15-20 seconds is pretty slow.
Does anybody knows what causes the delay after editing a view?
Found the problem.
It has nothing to do with umbraco, it's Windows Defender realtime protection which causes the delay. If you add your projects folder to the realtime protection exclusions, reloading a page with changes to the view takes about 4 seconds.
The solution: https://stackoverflow.com/questions/7869824/net-to-remote-sql-server-slow-on-one-machine-not-the-other
is working on a reply...