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: 6441
39470 credits Members referred : 374
It's time to use PHP5!
« Reply #3 on: Jul 19, 2006, 08:59:22 PM »
Quote
Every time someone veiws the page it calls EVERY single file on the server?
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: 8250
42487 credits Members referred : 3
« Reply #6 on: Jul 19, 2006, 11: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.