0 Deploying code in our test environment causes Rock to take forever to load 2 Chris McGrath posted 8 Years Ago This is a strange one but I wanted to see if anyone had ever seen this. We have a few servers we deploy rock to for production, test, demoing, etc. In most of our environments, when we deploy new code and turn IIS and the Rock application pool back on, loading the site at first takes 30 seconds or so, but once we've started clicking around to the different pages it's pretty responsive. But on our test server, every time we deploy those same code packages, all requests to Rock will timeout for 30+ minutes, and even after the first page will load the other pages will usually time out the first time we try to get to them. We've checked other files such as the readme.txt in the root of the rock folder and those come up fine; it's only the Rock pages that won't load. We've watched the server resources when loading Rock for the first time and we see the expected minute or so of high resource usage but for most of the time that Rock is unresponsive the server does not seem to be doing anything at all. As you can imagine this makes rolling out new code for testing an extremely tedious and discouraging experience! Any suggestions as to what this might be or how to troubleshoot it would be greatly appreciated.