On Wed, Jan 29, 2020 at 9:39 PM Marco A. <[email protected]> wrote: > > 2. how to get on a daily basis the access count of the wiki pages ? > > > > I suspect you'll need to set up something server-side for that.
Almost every Mediawiki installation I've seen (including Wikipedia) does it based on HTTP Frontend server logs/analytics, for example, you could analyze HTTP (e.g. Apache) or cache server hit logs. There are many open source self hosted solutions [0] for that. There is also some mw extensions for analytics integrations [1][2]. [0] <url: https://medevel.com/best-20-open-source-free-self-hosted-web-analytics/> [1] <url:https://www.mediawiki.org/wiki/Extension:Matomo> [2] <url: https://www.mediawiki.org/wiki/Extension:Google_Analytics_Integration> -- Jaime Crespo _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
