SharePoint Warmup Tool - Speed up your Microsoft SharePoint loading time
If SharePoint is slow every morning, it's because IIS app pool recycling kills the cache overnight. Use SPWakeUp to pre-warm your front-end servers before users arrive.

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
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:
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.

Jason Samuel
Product leader, advisor, and international speaker with 27+ years in enterprise end-user computing, security, and cloud. Has deployed infrastructure at Fortune 500 scale across 34 countries. 1 of 3 people globally to hold Citrix CTP + VMware vExpert + VMware EUC Champion concurrently. 200+ articles, 1,000+ reader discussions.
How to edit Word and Excel documents in Microsoft SharePoint 2007 using Firefox
If Firefox opens SharePoint 2007 documents in read-only mode, install the Coral IE Tab or OpenDocument plugin. You'll be able to edit Word and Excel files directly from SharePoint.
sharepoint-2007Getting Firefox to pass Active Directory credentials to Microsoft SharePoint 2007
If Firefox keeps prompting for credentials on SharePoint 2007, add your SharePoint URLs to network.automatic-ntlm-auth.trusted-uris in about:config. NTLM passthrough works after that.
sharepoint-2007How to find out what build version of Microsoft SharePoint you are running
Not sure what SharePoint 2007 build you're running? Check it in Central Administration and cross-reference against the version wiki to see where you stand on cumulative updates.