I have been having a problem for a long time with page rendering taking up to 7 seconds (20 seconds rendering have occured) seconds if I have the sql server on a remote virtual maching and the webserver on a other virtual machine.
If I debug the site I see that it is Loading IMacroEngine that is taking upp all the time. Now i want to debug that is see more specific what takes time. Though I can't find the right version of umbraco. I run 4.7.1, but when i download that from codeplex the version number of umbraco.dll is wrong and i cannot debug. The version that I am looking for is 1.0.4281.20201. Is there someway that i can find this version of the dll file along with the pdb file?
Hi. I also noticed that some time ago there was some mismatch between the sources and the binary build on the codeplex for Umbraco 4.7.1.1. But now everything looks ok with that. Try just to download sources once more.
Just to address your last post: are you building for debug or release configuration? And are you using the configurations of the Umbraco solution, or your own defined in Visual Studio? Such differences can affect the output, depending on whether noops, etc. are part of the binary.
You should build with the exact same configuration the release build of Umbraco uses.
Get specific version of umbraco.dll
Hi,
I have been having a problem for a long time with page rendering taking up to 7 seconds (20 seconds rendering have occured) seconds if I have the sql server on a remote virtual maching and the webserver on a other virtual machine.
If I debug the site I see that it is Loading IMacroEngine that is taking upp all the time. Now i want to debug that is see more specific what takes time. Though I can't find the right version of umbraco. I run 4.7.1, but when i download that from codeplex the version number of umbraco.dll is wrong and i cannot debug. The version that I am looking for is 1.0.4281.20201. Is there someway that i can find this version of the dll file along with the pdb file?
/Tommy
Hi. I also noticed that some time ago there was some mismatch between the sources and the binary build on the codeplex for Umbraco 4.7.1.1. But now everything looks ok with that. Try just to download sources once more.
When i download the binaries from 4.7.1.1 the umbraco.dll is smaller then if a download the source and build it.. This makes it hard to debug :P
Tommy,
Just to address your last post: are you building for debug or release configuration? And are you using the configurations of the Umbraco solution, or your own defined in Visual Studio? Such differences can affect the output, depending on whether noops, etc. are part of the binary.
You should build with the exact same configuration the release build of Umbraco uses.
is working on a reply...