Best traffic / performance / usage monitoring module?

前端 未结 8 2102
梦毁少年i
梦毁少年i 2021-01-06 08:36

Are there any open source (or I guess commercial) packages that you can plug into your site for monitoring purposes? I\'d like something that we can hook up to our ASP.NET s

8条回答
  •  [愿得一人]
    2021-01-06 09:09

    It should be noted that google analytics is not an accurate representation of web site usage. This is because the web beacon (web bug) used on the page does not always load for these reasons:

    1. Google analytics servers are called by millions of pages every second and can not always process the requests in a timely fashion.
    2. Users often browse away from a page before the full page has loaded and thus there is not enough time to load Googles web beacon to record a hit.
    3. Google analytics require javascript to be installed which can be disabled.
    4. Quite a few (but not substantial amount) of people block google-analytics.com from their browsers, myself included.

    The physical log files are the best 'real' representation of site usage as they record every request. Alternatively there are far better 'professional' packages, of which Omniture is my favourite, which have much better response times, alternative methods for recording actions and more functionality.

提交回复
热议问题