user328146
user328146

Reputation:

Measure website

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.

Upvotes: 1

Views: 136

Answers (3)

PawelRoman
PawelRoman

Reputation: 6262

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.

Upvotes: 0

Giorgi
Giorgi

Reputation: 30873

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.

Upvotes: 0

Sam Holder
Sam Holder

Reputation: 32936

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.

Upvotes: 1

Related Questions