Last modified: 2012-12-08 22:45:42 UTC
We ship MediaWiki with a hitcounter feature. This feature basically makes an update to the database on every page view just to count how many people have viewed the page. And our default out-of-the-box settings have it enabled and set to 1 so that every single page view makes the most inefficient possible update. Frankly I can't believe we ship MediaWiki with a feature of minimal use that reduces the wiki's performance. This feature sounds perfect to split out into an extension for those who want it.
I participate in many small wikis where performance isn't really such an issue, and the hit counter is a nice feedback. If this is split into an extension, it probably would be a good idea to have it bundled with the installer.
> Frankly I can't believe we ship MediaWiki with a feature of minimal use that reduces the wiki's performance. That is the case for 99% of wiki installation. For the other kind of installations, just disabled it.
We want to keep this feature in core since that is used by almost any wiki setup.