hits = connections to (all) files on your server page views = how often a document is called (.htm, .php etc.)
I don't get it, so say i have 100 files on my server. Every time someone veiws the page it calls EVERY single file on the server? And also, if i put RAW CPM ads would they be counted on page veiws?
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #3 on: Jul 19, 2006, 07:59:22 pm »
Quote
Every time someone veiws the page it calls EVERY single file on the server?
yes if the user hits F5+refresh (windows)
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #4 on: Jul 19, 2006, 08:54:17 pm »
every file on that page. Lets say your .html page contains 4 images: viewing that page would cause 5 hits (4 images + the .html)
every file on that page. Lets say your .html page contains 4 images: viewing that page would cause 5 hits (4 images + the .html)
yes, thats right but only the first time since browsers use files from the cache too. There are also files which are executed every time like php scripts...
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #6 on: Jul 19, 2006, 10:25:43 pm »
All those are correct, but you should also have in mind that most proxies have false statistics as most of the hits are also counted as pageviews. So the only real statistic data you can use from a proxy site is the unique visitors value.