By Mocherad on
Hellow!
I am searching for drupal module or something like that, which will tell me how many users per day visit my page and how many users in total have visited my page.
Hellow!
I am searching for drupal module or something like that, which will tell me how many users per day visit my page and how many users in total have visited my page.
Comments
First you will need to login
First you will need to login as admin, go to Site Building--> Modules. Under the "Core Optional" group enable the "Statistics" module.
After enabling this stats will now be tracked, however to in order to get them to work properly I believe you will need to set up a cron job to process that stats, I remember poor mans cron module worked for me last time i did this, it can be found here http://drupal.org/project/poormanscron
I also recall there is a trick to the cron jobs, you want to set it to process small chunks of your site at once, i think there is a ui for specifying percentage on the job or something along those lines, anyways set it to process chunks of your site at once at regular intervals so it isn't just running the entire cron job to often. Sorry if I am a little vague on that, its been a while.