Apr 1, 2010

App pool recycle or IISReset and Running Warmup Script

IIS Application Pool Recycle: Is Warmup script accessing home page only enough?

IIS App pool generally gets recycled once a day, to make sure the end user access to site in terms of  performance doesn't drastically degrades, we need to have caching as well as warmup script setup correctly.

FACT:
Warmup script should hit the most frequently accessed pages of the sites instead of just accessing the site collection or home page.

REASON:
So that after the app pool recycle / iisreset the cache is created again and subsequent access of the site pages are retrived from the cache as applicable, instead of building the cache and slowing down the pages access further after the iis reset / app pool recycle.

No comments:

Pages