I'm still using 1.6.6 so let me know if this is an old issue.
Every page load in my MediaWiki installation actually turns into two requests, one with header
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
and one with header
Accept: image/png,*/*;q=0.5
both for the same URL (e.g. GET /~frederik/pfcq/wiki/index.php/Domain_theory/Homomorphism_of_preorders )
The pageview statistics are incremented twice, once for each request, when I load a page. Is there a way to discriminate between the two requests for more accurate statistics?
Thanks,
Frederik