Measure Performance after Caching
-
Hey guys I have used OutPutCaching on a webpage. Now how I can measure what benifit I'm geting from Caching...!
All the way from Sialkot ...
You can use the
Application_BeginRequest()
andApplication_EndRequest()
methods in theglobal.asax
file to determine the time it took to process the request. But here your question is How to measure the Performance of Output Cache. You may have to take a look at this MSDN article[^], It says that performance of the Output Cache has to be evaluated based on the hits to the cached entries because Caching utilizes the server memory. If the hits are low to the Cached entries then sometime it may affect the performance.- Regards -
JON
Life is not measured by the amount of breaths we take, but by the moments that take our breath away.