Connect with us

Hi, what are you looking for?

SharePoint 2007

SharePoint Warmup Tool – Speed up your Microsoft SharePoint loading time

If you’re running Sharepoint, I can bet if you try using it in the morning, it takes a good while before the page initially loads up. Then for the rest of the day, every page you hit is lightning fast. This is because the IIS application pool for Sharepoint resets at night between 1AM – 2 AM (right click on the application pool in IIS and check the Recycling tab for the exact time on your server). When you access the page for the first time in the morning, IIS has to wait for the application pool to “warm up” and rebuild the cache before it presents the page to you.

I had been using the scripts that Joel Oleson (Former Sr. Technical Product Manager for SharePoint at Microsoft & current Sharepoint Evangelist) made available on his blog back in 2006 for the longest time:

http://blogs.msdn.com/joelo/archive/2006/08/13/697044.aspx

Advertisement. Scroll to continue reading.

Since then, a tool called SPWakeUp has been created inspired from these scripts and I have been using this on all my Sharepoint and Project front end servers instead. It is maintained at CodePlex here:

http://www.codeplex.com/SPWakeUp

Just follow the instructions and set it up as a scheduled task to run on your web front ends after the app pool recycles at night. I created a .bat file containing the following arguments that the scheduled task is pointed at:

Advertisement. Scroll to continue reading.

C:\SPWakeUp\SPWakeUp.exe -discover -log:c:\SPWakeUp\log.txt

This will automatically discover all your Sharepoint sites (which is the default behavior of the tool anyway) and also log the results to a text file. This will eliminate the slow loading in the mornings of MOSS, WSS, PWA, etc.

Advertisement. Scroll to continue reading.
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Apache

Today I would like to go over proper URL redirection when using SSL but first I would like to preface this by describing what...

Exchange 2003

A useful Exchange 2003 guide I wrote for a friend’s blog originally but I am posting it here on mine now for your viewing...

Citrix Workspace

You can use FIDO2 hardware security keys plugged into your physical desktop over the Citrix HDX remoting protocol for use with virtualized Windows Desktop...

Cloud Design Architecture

The community-driven paperback book initiated by my friends Bas van Kaam and Christiaan Brinkhoff is available for sale on Amazon. If you haven’t picked...

Advertisement

JasonSamuel.com was launched in 2008 as a platform to give back to the IT community by sharing knowledge and expertise. Over the years, it has become a trusted global resource for the latest insights, how-to guides, and forward-thinking leadership on enterprise mobility, security, virtualization, cloud architecture, automation, and other cutting-edge technologies. Today, it serves as a go-to reference hub for IT professionals, attracting hundreds of thousands of unique visitors from around the world each month. Learn more on the About Me page.
Copyright © 2008-2025 JasonSamuel.com