SetH
Member
Registered: 15th Jul 01
User status: Offline
|
just looking at the usage summary for one of my sites and trying to interpret the data.
hits 21253 and visits 344 for the last month
What is the difference between those 2 stats, isnt a hit and visit the same thing?
|
Joff
Member
Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
|
Hits is generally every request for an item on the server.
So, 1 hit for the page, 1 for each image on the page, etc.
Visits are normally sessions. So visitor goes onto the site, server creates a session that lasts whilst the user keeps clicking on links within the site.
After 20 mins or so inactivity, session expires.
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Hit is every single thing you pass, ie. every page and image.
Visits is the number of unique people.
|
Joff
Member
Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
|
Does this site have photos of a certain lady?
|
Joff
Member
Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
|
quote: Originally posted by Ian
Hit is every single thing you pass, ie. every page and image.
Visits is the number of unique people.
FFS, so slow.
|
Joff
Member
Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
|
I even gave examples.
I'd have been awarded extra marks for that.
|
SetH
Member
Registered: 15th Jul 01
User status: Offline
|
ok so visits are unique, so a new ip address begins a new session? person leaves site and session is ended. What if same ip address visits 30 mins later? is that logged as another session and unique visitor?
|
Joff
Member
Registered: 17th Oct 00
Location: Cambridgeshire
User status: Offline
|
Depends.
Sometimes yes, sometimes no.
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
There's no way of telling, you have to guess. Usually 30 minutes is the timeout, and after that time activity from the same IP is regarded as new traffic (which for Freeserve/AOL users it probably is)
|