1

I was wondering if it is possible to install or use any online service to measure your website's performance? I've seen many just checking the download speed of images, external files etc. But is it possible to meassure how long asp/php code takes to execute?

I have a site running a bit slowly, and it would be very nice with some app/service guiding where to optimize.

Sam Holder
  • 32,535
  • 13
  • 101
  • 181
  • indeed, you should accept answers, that is how the site works. if you don't participate, people will stop bothering to help you... – Sam Holder Jun 10 '10 at 10:15
  • I'm sorry, i will accept answers on my posts.. –  Jun 10 '10 at 10:25

3 Answers3

1

you could profile the code. There are several questions detailing available profilers for many languages. .Net or Php for example. also there are some which deal with asp specifcally, like this one, using a free profiler I believe.

Community
  • 1
  • 1
Sam Holder
  • 32,535
  • 13
  • 101
  • 181
  • Ended up using http://aspprofiler.sourceforge.net/ which does exactly what i need. –  Jun 10 '10 at 10:24
0

YSlow is an excellent tool for measuring client side performance of the web site. It will also suggest what you should do in order to improve performance.

Giorgi
  • 30,270
  • 13
  • 89
  • 125
0

Check out AlertGrid, basically, it is an app tracing app. You can use it to track ANY metrics or statistics but you have to collect them on your own. It provides alerting (alert rule editor) and data visualisation, it's not a classical profiler tool, but still you may find it useful.

PawelRoman
  • 6,122
  • 5
  • 30
  • 40