On Thu, Aug 29, 2013 at 11:17 AM, Martin van den Bemt <[email protected]>wrote:
> I don't know what your background is, but I assume you are a big > Google Analyitcs fan/user. There are lot's of people who don't care > about Google Analytics and I am one of them. > > So if you remove your Google Analytics argument, the only motivation > to remove that code is because it reduces database space and memory > needs to make it cheaper to deploy ? > Why not just makw an option you need to turn on (or off) if you want it ? > > Mvgr, > Martin > That is a good point. Removing the referrers option will not make any difference to database usage or request processing speed if it is turned off (and I believe we already have that option now). Also, Referrers is not simply an analytics feature. We collect referrers to each blog entry and those can be displayed like comments along with each entry. The only cost to the project is keeping Referrers working as other changes in the system are made, refactoring, etc. I think that cost is pretty minimal. Anybody else out there have feelings about the Referrers feature? - Dave > > > > 2013/8/27 Glen Mazza <[email protected]>: > > Hi Team, Roller trunk still maintains a "Referrers" page for each blog > > created, which gives a list of external sites which had someone click on > a > > link taking the person to the Roller blog. This list is maintained for > 24 > > hours only, resetting to zero at the end of each day. This information > is > > populated from a database table and a background process that writes all > > incoming referrers to that table. > > > > Nowadays people who are interested in that information use free Google > > Analytics, which is soooooo much better (stores data for months for > free), > > and I see no reason for us to reinvent the wheel by trying to duplicate > > their service. Those who don't care about this information won't be on > > Google Analytics, but they won't be caring about that Referrer page > either, > > so that page really isn't helping anyone today. > > > > So I'd like to pull out the Referrer page and move the unrelated Blog Hit > > reset button on that page to the Maintenance page. Also, remove the > > background process and related classes involved with writing to the > referrer > > table, and update the User Guide mentioning Google Analytics. We won't > have > > a referrer table anymore in 5.1, and the 5.0-to-5.1 migration script will > > just ignore the 5.0 referrer table, so it will sit dormant in 5.1 > > installations. By removing the SQL processes related to storing the > > referrers, it will help speed up Roller while reducing database space and > > memory needs, making it easier and cheaper to deploy on ISPs/PaaSs. > > > > WDYT? > > > > Regards, > > Glen > > >
