Extension:HitCounters/pl
HitCounters Status wydania: stabilne |
|
---|---|
Realizacja | Bazy danych , Wydobywanie danych, MyWiki |
Opis | Provides a page views functionality |
Autor(zy) | Mark A. Hershberger (MarkAHershbergerdyskusja) |
Ostatnia wersja | 0.4 |
MediaWiki | >= 1.36.0 |
PHP | 7.3.19+ |
Zmiany w bazie danych | Tak |
Composer | mediawiki/hit-counters |
Tabele | hit_counter hit_counter_extension |
Licencja | Licencja GNU General Public License 3.0 lub nowsza |
Pobieranie | |
|
|
hitcounter-exempt |
|
Quarterly downloads | 126 (Ranked 43rd) |
Przetłumacz rozszerzenie HitCounters jeżeli jest dostępne na translatewiki.net | |
Rola Vagrant | hitcounters |
Problemy | Otwarte zadania · Zgłoś błąd |
The HitCounters extension displays the view count in the page footer and the most viewed pages on a special page called PopularPages. The extension provides page views statistics that were removed in MediaWiki 1.25 .
About
Korzyści
This extension provides feedback in the form of audience measurement to editors. Knowing the rough size of one's audience as an editor allows editors to identify and improve popular articles. HitCounters' special page PopularPages also allows editors to focus on improving those articles with the highest traffic and helps readers discover a project's most curated content.
HitCounters extension enables determining the wikiFactor, a rough measure of a wiki website's popularity.
HitCounters extension is minimally intrusive concerning data security and privacy concerns. The extension handles metrics on the server side, so aggregated data stays within the site's security boundary. The extension does not inject JavaScript to be executed by the client and does not ask a client to download additional un-audited code from a third party, like GoogleAnalyticsMetrics .
The extension does not track users who visit a page. As such, there's no need for special handling of "Do Not Track" browser requests or Global Privacy Control settings. The extension also does not use third-party services like the GoogleAnalyticsMetrics extension.
The extension has no dependencies that can cause conflicts. Other extensions, like GoogleAnalyticsMetrics, can cause problems during a Composer update. Also see P6481.
Differences from former core MediaWiki implementation
Before MediaWiki 1.25, the page views counting functionality was in core MediaWiki. This extension is based on that same code but was deliberately made lighter to speed up processing time. Many lines of superfluous code were removed. Also, the old MediaWiki core code performed numerous database queries on every page hit; these have all been removed. This change may lead to some inaccuracies in the data.
The core differences that wiki administrators need to know are:
- The hit counts are stored in the cache.
- The visible hit count at the bottom of each page is updated only once daily. (Pages with a hit count of less than 100 are updated once per minute.)
- That hit is ignored if you refresh your browser on a wiki page.
What counts as view?
According to tests conducted by several MediaWiki operators, a view is counted if a page is accessed (action=view
), as well as action=render
and when accessing a page revision.
A view is not counted with the other actions, such as action=raw
, action=edit
, and action=info
.
Migration
Installation
- Pobierz i umieść plik(i) w katalogu o nazwie
HitCounters
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/HitCounters - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'HitCounters' );
- Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
- Configure as required.
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Instalacja Vagranta:
- Jeżeli korzystasz z Vagrant a, zainstaluj poprzez
vagrant roles enable hitcounters --provision
Uwaga:
Configuration
$wgDisableCounters
- When set to
true
, it disables the notice in the pages footer saying "Tę stronę obejrzano 256 razy." as well as the special page "PopularPages". The default value isfalse
.
- When set to
$wgHitcounterUpdateFreq
- Sets how often page counters should be updated. The default value is
1
.
- Sets how often page counters should be updated. The default value is
$wgGroupPermissions['sysop']['hitcounter-exempt'] = true;
- Exclude user group page views from counting.
$wgEnableAddPageId
- When set to
true
, it adds thePageId
to the special page "PopularPages". The default value isfalse
.
- When set to
$wgEnableAddTextLength
- When set to
true
, it adds theTextLength
to the special page "PopularPages". The default value isfalse
.
- When set to
Fork
There is a fork of this extension that offers custom settings to the user:
- REL1_38-v0.5.6 is backward compatible with MediaWiki 1.38.0.
See also
- Extension:GoogleAnalyticsMetrics - Provides site-wide metrics for Google Analytics users
- Extension:Analytics - Gives access to traffic and edit analytics for the entire wiki, as well as for specific categories and pages
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |
- Stable extensions/pl
- Database extensions/pl
- Data extraction extensions/pl
- Personalization extensions/pl
- Extensions supporting Composer/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- Extensions which add rights/pl
- AbuseFilter-builder extensions/pl
- AbuseFilter-computeVariable extensions/pl
- AbuseFilter-deprecatedVariables extensions/pl
- AbuseFilter-generateTitleVars extensions/pl
- LoadExtensionSchemaUpdates extensions/pl
- MagicWordwgVariableIDs extensions/pl
- PageViewUpdates extensions/pl
- ParserFirstCallInit extensions/pl
- ParserGetVariableValueSwitch extensions/pl
- SkinAddFooterLinks extensions/pl
- SpecialStatsAddExtra extensions/pl
- All extensions/pl
- Extensions included in BlueSpice/pl
- Extensions included in MyWikis/pl
- Extensions included in WikiForge/pl
- Statistics extensions/pl
- Special page extensions/pl