Hi Rahul, PageBlaster caches each page seperately depending on the complete Url so it is expected that they may cache at different times. You can get them sync'd up by pressing CTRL and refreshing the page to force the cache to refresh on each page. If there is dynamic information on the page (such as a time), then you may not want the page to cache at all, but I would recommend not having any information that changes too often on your home page, because this is the most important page to deliver quickly. To exclude that page only from caching, you will need to do an assertion in RegEx that excludes any page that does not have a querystring. |