Changes

Jump to: navigation, search

Talk:WikiFactor

23 bytes added, 11:17, 8 July 2021
fix [[red link]]s
|}</div>
: If you count the entries with <code>views > 1000*p</code> (marked with green) you get the wikiFactor (12 for WikiIndex). I hope this helps. Greetings from Berlin --[[Wolf Peuker|Wolf]] | <small>[[User talk:Peu|talk]]</small> 03:07, 6 March 2009 (EST)
::Thanks for the illustration Wolf. That is precisely how the wikiFactor is calculated. The wikiFactor is not an indication of the size of a wiki, but rather the interest that a wiki has attracted. It is entirely feasible to populate a wiki with many 'uninteresting' pages, that attract very few visits other than the Main Page. The wikiFactor is based on the highly popular (at least amongst the scientific community) [http://en.wikipedia.org/wiki/H-index h-index (Wikipedia entry)]. --[[User:Spud Gun | <b><FONT COLOR="#8B3A3A">Carl McBride</FONT></b>]] ([[User_talkUser talk:Spud_Gun Spud Gun|talk]]) 05:39, 6 March 2009 (EST)::: Ah, okay. And would this be added through code of some kind, or by hand? [[UserSpecial:Contributions/24.12.195.33|24.12.195.33]] 22:06, 6 March 2009 (EST)
::: I imagine that initially the value of the wikiFactor would be inserted by hand, as is the case at the moment with the ''wiki_pages'' parameter in the Size template. --[[User:Spud Gun | <b><FONT COLOR="#8B3A3A">Carl McBride</FONT></b>]] ([[User_talkUser talk:Spud_Gun Spud Gun|talk]]) 05:30, 9 March 2009 (EDT)
==Very cool!==
Carl, I do worry about how this will scale to non-mediawiki MediaWiki wiki. Any ideas on that? Best, [[MarkDilley]]
:I think most implementations of the wiki model have a facility for listing the most popular/visited pages. Instructions on exactly how to do this for each wiki type could be outlined on the category page, in a similar fashion to the list on the [[Template:Size]] page for the size of a wiki. --[[User:Spud Gun | <b><FONT COLOR="#8B3A3A">Carl McBride</FONT></b>]] ([[User_talkUser talk:Spud_Gun Spud Gun|talk]]) 13:22, 9 March 2009 (EDT)
==New template==
Given the generally positive response to the [[Proposal:wikiFactor]] I have started work on an 'experimental' template along the same linesas the [[Template:Size|Size template]]: Template:Size experimental. --[[User:Spud Gun|<b><FONT COLOR="#8B3A3A">Carl McBride</FONT></b>]] ([[User talk:Spud Gun|talk]]) 11:52, 23 March 2009 (EDT)
:Please, have a look on [[Proposal:integrate new data into template:wiki]]! Greetings --[[Wolf Peuker|Wolf]] | <small>[[User talk:Peu|talk]]</small> 04:04, 24 March 2009 (EDT)
::I included two new parameters <code>|wikiFactor=</code> and <code>|wikiFactor URL=</code> into [[template:size]]. Have fun! --[[Wolf Peuker|Wolf]] | <small>[[User talk:Peu|talk]]</small> 17:25, 24 March 2009 (EDT)
==wikiFactor and caching==
I collect stats for [[Rosetta Code]] blog posts and the admin there noted to me not long ago that the views count in the wiki statistics was skewed because of caching. If someone views a cached page in the wiki, it is not counted in the wikiviews because it doesn't trigger the script that keeps track of those views. I realize there's nothing much that can be done here about that except maybe put up a disclaimer or somehow create/promote a caching plugin that does count cache views on the stats page. I thought it should be noted somewhere though. --[[UserSpecial:Contributions/129.21.93.164|129.21.93.164]] 10:08, 14 August 2009 (EDT):One could just as easily argue that if a page was ''not'' cached then the statistics would be skewed. If someone has already seen a page (and thus forms part of their cache) then viewing it again is not a fresh view with a fresh pair of eyes. All said and done, if everybody has the same working conditions (i.e. their wiki does perform caching) then, with regard to the wikiFactor, everybody is working on a level playing field. --[[User:Spud Gun | <b><FONT COLOR="#8B3A3A">Carl McBride</FONT></b>]] ([[User_talkUser talk:Spud_Gun Spud Gun|talk]]) 10:18, 14 August 2009 (EDT)
::There are several forms of caching that can be occur. Internally, MediaWiki (and perhaps some other engines) cache various items of data used to reconstruct a page. Busy sites often use a "front-end" cache such as [[Wikipedia:Squid (software)|Squid]] (in reverse-proxy mode) or [[Wikipedia:Varnish (software)|Varnish]] to accelerate the delivery of pages and files, shielding the web server from duplicate requests from different clients where permitted by response headers. Finally, there are the intermediary server and user caches, also advised by caching and age headers. The latter caches are the ones you refer to, but on busy sites it is probably the server-side cache for anonymous users that has the most effect on perceived popularity. Indeed, it will greatly affect the hit-count for most-accessed pages (since they are very likely to be served from cache), and so disproportionately affect wikiFactor. [[User:GreenReaper|GreenReaper]] 14:37, 11 November 2009 (EST)
:There ''is'' something that can be done - use a tool like [[Wikipedia:Google Analytics|Google Analytics]] ([[mw:Extension:Google Analytics Integration|extension]]) to track website usage. This is triggered on each access, regardless of whether a page has been served from a cache. To me, this is the right way to do it - after all, a [[citation ]] is still counted even if someone copied it from another paper's list of citations. Those wikis using caching are the very ones that you would expect to have a high wikiFactor - some get hundreds or even thousands of HTTP requests a minute. [[User:GreenReaper|GreenReaper]] 14:25, 11 November 2009 (EST):::Interesting. I opened an account on Google Analytics, but I stalled not knowing what to do with a wiki site. Thanks for the info on the extension! --[[User:Spud Gun | <b><FONT COLOR="#8B3A3A">Carl McBride</FONT></b>]] ([[User_talkUser talk:Spud_Gun Spud Gun|talk]]) 04:56, 12 November 2009 (EST)
==info/verify==