Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何测试 Web 应用程序的内存泄漏? 它对网站的整体性能有多大贡献? 请推荐任何可以帮助我们测试 Web 应用程序是否存在内存泄漏的工具。
你在哪个平台上开发?这使得世界上的一切都变得不同。在 Django/Python 中完成的 webapp 的测试将与 ASP.NET 站点有很大不同。您最好根据您正在开发的平台搜索分析工具。
for php, you can use xdebug and kcachegrind.