Page 1 of 1

Karma counting internal trackbacks as visits

Posted: Sat Feb 14, 2009 11:08 pm
by marcusfriedman
When you link a post to another post inside your blog, Karma counts the trackback analysis as a visit. I think it shouldn't, since that's a visit coming from an automated process (from inside your own blog).

If you take a look at your web server logs, you'll find something like this after submitting a post with a link to another post:

xx.xx.xx.xx - - [15/Dec/2008:18:26:22 -0800] "GET /blog/index.php?/archives/17-testing.html HTTP/1.1" 200 6939 "-" "PEAR HTTP_Request class ( http://pear.php.net/ )"

Maybe this behaviour cannot be entirely avoided (for example, I guess it might be difficult to filter trackbacks coming from other blogs). Anyway, it would be nice if Karma had some sort of "awareness" and didn't count the hits coming from the same blog on which it's running.

Re: Karma counting internal trackbacks as visits

Posted: Mon Feb 16, 2009 10:07 am
by garvinhicking
Hi!

The karma visit tracking is already skewed a lot by bot and other automatted processes, so I wouldn't use it as a reliable counter. Having a single visit from the trackback analysis count there is IMHO totally neglectible and not really worth the effort of filtering it. This would mean a (very small, though) performance impact on every page visit, so in 99,99999% of all total request, the check code would not be used...

Regards,
Garvin