Karma counting internal trackbacks as visits
Posted: Sat Feb 14, 2009 11:08 pm
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.
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.