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 で作成された Web アプリケーションは、ASP.NET サイトとはかなり異なる方法でテストされます。開発しているプラットフォームに基づいてプロファイリング ツールを検索することをお勧めします。
PHP の場合、xdebug と kcachegrind を使用できます。