1

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.

Aliaksandr Belik
  • 12,725
  • 6
  • 64
  • 90
Aditya
  • 425
  • 3
  • 8
  • 22

2 Answers2

1

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.

Dan Lorenc
  • 5,376
  • 1
  • 23
  • 34
0

for php, you can use xdebug and kcachegrind.