Hit (Internet)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Fixuture (talk | contribs) at 22:19, 19 July 2016 (→‎See also: +Wikipedia article traffic). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A hit is a request to a web server for a file, like a web page, image, JavaScript, or Cascading Style Sheet.[1]

When a web page is downloaded from a server the number of "hits" or "page hits" is equal to the number of files requested. Therefore, one page load does not always equal one hit because often pages are made up of other images and other files which stack up the number of hits counted. Because one page load does not equal one hit, it is an inaccurate measure of a website's popularity or web traffic. A more accurate measure of web traffic is how many page views a web site has.

Hits are useful when evaluating the requirements of your server, depending on the number and size of files which need to be transferred for one request. Servers should be tested to make sure they meet throughput targets (i.e., they should be capable of processing a certain number of "hits" per second).

Unique hits count the number of different individuals who have generated at least one hit.

See also

References

  1. ^ "Hits or Pageviews?". Opentracker. Retrieved 8 June 2013.

Further reading