Difference between revisions of "Reference:HitCounters"
(→Read more) |
(Tag: 2017 source edit) |
Extension: HitCounters
Overview | |||
---|---|---|---|
Description: | Counts the hits of a page/article. | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Mark A. Hershberger | License: | - GPL v3+ |
Type: | MediaWiki | Category: | Reporting |
Edition: | BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | ||
For more info, visit Mediawiki.
|
Features[edit source]
Contents
HitCounters
What is HitCounters?[edit | edit source]The HitCounters extension provides the page views functionality that was removed in MediaWiki 1.25.
Differences from core MediaWiki implementation[<a href="https://www.mediawiki.org/w/index.php?title=Extension:HitCounters&action=edit§ion=2" title="Edit section: Differences from core MediaWiki implementation">edit] Before MediaWiki 1.25, the page views counting functionality was in core MediaWiki. This extension is based on that same code, but was deliberately done in a more lightweight way in order to speed up processing time. Many lines of superfluous code were removed. Also, the old MediaWiki core code did numerous database queries on every page hit; these have all been removed as well. This change may possibly lead to some inaccuracies in the data.
The core differences that wiki administrators need to know are:
- The hit counts are stored in cache.
- The visible hit count at the bottom of each page is updated only once per day. (Pages with hit count less than 100 are updated once per minute.)
- If you refresh your browser on a wiki page, that hit is ignored.
Read more[edit | edit source]
This extension is not developed by HalloWelt! For more about this extension read onofficial extension page.
{{BSExtensionInfobox |desc=Counts the hits of a page/article. |status=stable |developer=Mark A. Hershberger |type=MediaWiki |edition=BlueSpice free, BlueSpice pro , BlueSpice Farm, BlueSpice Cloud |active=Yes |compatible=MediaWiki |category=Reporting |license=GPL v3+ |docu=https://www.mediawiki.org/wiki/Extension:HitCounters }} __TOC__ ==What is HitCounters?== The '''HitCounters''' extension provides the page views functionality that was [https://www.mediawiki.org/wiki/MediaWiki_1.25#Hit_counters_removed removed in MediaWiki 1.25]. <span id="Differences_from_core_MediaWiki_implementation" class="mw-headline">Differences from core MediaWiki implementation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[<a href="https://www.mediawiki.org/w/index.php?title=Extension:HitCounters&action=edit§ion=2" title="Edit section: Differences from core MediaWiki implementation">edit]</span></span> Before MediaWiki 1.25, the page views counting functionality was in core MediaWiki. This extension is based on that same code, but was deliberately done in a more lightweight way in order to speed up processing time. Many lines of superfluous code were removed. Also, the old MediaWiki core code did numerous database queries on every page hit; these have all been removed as well. This change may possibly lead to some inaccuracies in the data. The core differences that wiki administrators need to know are: * The hit counts are stored in cache. * The visible hit count at the bottom of each page is updated only once per day. (Pages with hit count less than 100 are updated once per minute.) * If you refresh your browser on a wiki page, that hit is ignored. ==Read more== This extension is not developed by HalloWelt! For more about this extension read on[https://www.mediawiki.org/wiki/Extension:HitCounters official extension page.] [[de:{{FULLPAGENAME}}]][[en:{{FULLPAGENAME}}]][[Category:Extension]] <br />
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{BSExtensionInfobox | {{BSExtensionInfobox | ||
− | |desc=Counts the hits of a page/article | + | |desc=Counts the hits of a page/article. |
|status=stable | |status=stable | ||
|developer=Mark A. Hershberger | |developer=Mark A. Hershberger | ||
|type=MediaWiki | |type=MediaWiki | ||
− | |edition=BlueSpice free, BlueSpice pro | + | |edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud |
|active=Yes | |active=Yes | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
|category=Reporting | |category=Reporting | ||
+ | |license=GPL v3+ | ||
|docu=https://www.mediawiki.org/wiki/Extension:HitCounters | |docu=https://www.mediawiki.org/wiki/Extension:HitCounters | ||
}} | }} | ||
+ | '''HitCounters''' extension provides the page views functionality that was [https://www.mediawiki.org/wiki/MediaWiki_1.25#Hit_counters_removed removed in MediaWiki 1.25]. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Before MediaWiki 1.25, the page views counting functionality was in core MediaWiki. This extension is based on that same code, but was deliberately done in a more lightweight way in order to speed up processing time. Many lines of superfluous code were removed. Also, the old MediaWiki core code did numerous database queries on every page hit; these have all been removed as well. This change may possibly lead to some inaccuracies in the data. | Before MediaWiki 1.25, the page views counting functionality was in core MediaWiki. This extension is based on that same code, but was deliberately done in a more lightweight way in order to speed up processing time. Many lines of superfluous code were removed. Also, the old MediaWiki core code did numerous database queries on every page hit; these have all been removed as well. This change may possibly lead to some inaccuracies in the data. | ||
Line 28: | Line 21: | ||
* If you refresh your browser on a wiki page, that hit is ignored. | * If you refresh your browser on a wiki page, that hit is ignored. | ||
− | + | ||
− | + | <br /> | |
− |