Any change to code forcing compile of website taking nearly 3 mins
Is this normal? Im using v6.
I have a mix of App_code files and also Compiled dll's.
Before (and im thinking v4), any App_Code changes used to take a few seconds to rebuild but its almost like a full rebuild is taking place.
Any tiny tweaks needed while im doing development is killing my productivity while i wait for the site to build.
How can i get around this? I have some code in other libraries but a batch of my stuff is in app code as I need access to mvc stuff which i dont like pulling into class libraries etc.
Its doing my head in and slowing me to a crawl. Surely there is a better way? I cant believe just how long its taking.
Right ive pulled all my code out into another mvc project and compiled it and pushed the dll out to the site.
Every time i make a change to this compiled dll and push it out (22kb) its forcing a full recompile of the site - and its taking anywhere between 3 and 5.5 mins!
Just doesnt seem right. Ive worked on loads of umbraco sites and dont ever recall issues like this.
Any change to code forcing compile of website taking nearly 3 mins
Is this normal? Im using v6.
I have a mix of App_code files and also Compiled dll's.
Before (and im thinking v4), any App_Code changes used to take a few seconds to rebuild but its almost like a full rebuild is taking place.
Any tiny tweaks needed while im doing development is killing my productivity while i wait for the site to build.
How can i get around this? I have some code in other libraries but a batch of my stuff is in app code as I need access to mvc stuff which i dont like pulling into class libraries etc.
Its doing my head in and slowing me to a crawl. Surely there is a better way? I cant believe just how long its taking.
Right ive pulled all my code out into another mvc project and compiled it and pushed the dll out to the site.
Every time i make a change to this compiled dll and push it out (22kb) its forcing a full recompile of the site - and its taking anywhere between 3 and 5.5 mins!
Just doesnt seem right. Ive worked on loads of umbraco sites and dont ever recall issues like this.
Any ideas what could be causing this?
Scheduled a server reboot so lets see if that clears it up at all.
There were a few updates waiting to go on and its been quite a while since a reboot.
After patching and reboot it all seems to have gone back to normal. Now its taking about 13-15 seconds to build.
Phew!
is working on a reply...