Tuesday, March 31, 2009

Re: looking for a method to record 'page views'

Another thing to consider (especially if it's a busy site) is to not
track the views in real time. Instead scan your webserver logs hourly/
daily and update the counts that way. This allows you to cache the
pages and still keep track of visits.

-Matt
http://www.pseudocoder.com

On Mar 30, 11:14 am, JamesF <usaexportexpe...@gmail.com> wrote:
> Hi all,
>
> I am looking for a simple way of keeping track of page views. The
> application is a rental properties website and I would like
> advertisers who list their properties to know how many times they have
> been viewed.
>
> Anyone have a tried and true method for this ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: