Feature requests for Lire.
Brett Simpson
Simpsonb at hillsboroughcounty.org
Tue Apr 20 22:25:38 CEST 2004
1: Ability to display averages for requests-by-period:
i.e. "Number of Requests Served by 1d Period" would also show the average per day requests.
2: Ability to create alias names for each report function:
i.e. "Number of Requests Served by 1d Period" could be changed within a config file to represent something different.
requests-by-period period=1d alias="Successful Hits for Entire Site"
3: Ability to show the number of clients who only visited once and more than once.
4: Visits counts with averages. Completely feature number 1 might satisfy this one.
<simpsonb> They also have "Visits". All the activity, from beginning to end, of one visitor to a Web site. If a visitor is idle longer than the idle-time limit, WebTrends assumes the visit was voluntarily terminated. If the visitor continues to browse your site after they reach the idle-time limit, a new visit is counted. The default idle-time limit is thirty minutes. This time limit can be changed by the system administrator.
<flacoste> in Lire, the equivalent is a user_session
<flacoste> as computed in the www-user_session schema
<flacoste> the default ide-time is a constant in the code of 30 minutes
<flacoste> should be configurable in the next release (2.0)
<flacoste> use constant SESSION_EXPIRES => 30 * 60; # 30 minutes
<flacoste> line 27 of UserSessionSchema.pm
<simpsonb> Is it available in CVS?
<flacoste> the configurable version isn't implemented yet
<flacoste> but you can change the constant if you need it now
More information about the Questions
mailing list