简体   繁体   中英

How to test a web application for memory leaks?

How to test a web application for the memory leaks?
How much does it contribute to the overall performance of the site?
Please suggest any tool which can help us test the web application for memory leaks.

Which platform are you developing on? This makes all of the difference in the world. A webapp done in Django/Python is going to test a lot differently than an ASP.NET site. You're better off searching for profiling tools based on the platform you're developing for.

对于php,您可以使用xdebug和kcachegrind。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM