Delete a Message
antp
I should install some statistics tool to have more reliable numbers about visitors.
But I have few stats computed from the server logs.
For last month:
Total Visitors 502,130
Total Pageviews 18,100,383
Total Hits 22,479,376
Total Bytes Transferred 82.09GB
Average Visitors Per Day 16,737
Average Pageviews Per Day 603,346
Average Hits Per Day 749,312
Average Bytes Transferred Per Day 2.736GB
Average Pageviews Per Visitor 36
Average Hits Per Visitor 44
Average Bytes Per Visitor 175,531
Average Length of Visit 264sec
As these stats are from the webserver, so the "hits" include images - not only pages.
The "pageview" value is completely false as it includes hits made by all non-image files... but thumbnails are provided by a PHP file so they are wrongly counted as page here.
"visitors" is probably quite accurate, but many of them (but not so many - I'd say not more than 30%) are due to images linked on forum or other sites which are not actual visitors of the site.
That's why I say that I could have more reliable numbers with a statistic tool installed on the site.
I suppose that "visitors" number is IP-based, but AOL users are still wrongly counted (as their IP change due to the use of various proxy servers by AOL).
But I have few stats computed from the server logs.
For last month:
Total Visitors 502,130
Total Pageviews 18,100,383
Total Hits 22,479,376
Total Bytes Transferred 82.09GB
Average Visitors Per Day 16,737
Average Pageviews Per Day 603,346
Average Hits Per Day 749,312
Average Bytes Transferred Per Day 2.736GB
Average Pageviews Per Visitor 36
Average Hits Per Visitor 44
Average Bytes Per Visitor 175,531
Average Length of Visit 264sec
As these stats are from the webserver, so the "hits" include images - not only pages.
The "pageview" value is completely false as it includes hits made by all non-image files... but thumbnails are provided by a PHP file so they are wrongly counted as page here.
"visitors" is probably quite accurate, but many of them (but not so many - I'd say not more than 30%) are due to images linked on forum or other sites which are not actual visitors of the site.
That's why I say that I could have more reliable numbers with a statistic tool installed on the site.
I suppose that "visitors" number is IP-based, but AOL users are still wrongly counted (as their IP change due to the use of various proxy servers by AOL).