$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>plugin development - What is the Timeline for the Active Version Pie Chart in the Repository?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugin development - What is the Timeline for the Active Version Pie Chart in the Repository?

matteradmin10PV0评论

When going through your own plugin details and checking the active version downloads. It's helpful to see which version that webmasters prefer, but I see no details on the subject on WordPress (and on here, yet). I recently had an unexpected change in stats, and I can't find anything as to what the time frame is. What few that I have found are either closed with little or no response, and/or indirectly related.

The active version pie chart can be found on any plugin under Stats.

/[PLUGIN-NAME]/stats/

Most of the time, new versions don't even show up until about a day or so, but is the timeline based on days, weeks, or months?

This says that it is based on the current active users. Which is interesting. Daily Tip: New Usage Graphs on WordPress Plugin Repository

Any additional information on how the chart actually works is helpful.

When going through your own plugin details and checking the active version downloads. It's helpful to see which version that webmasters prefer, but I see no details on the subject on WordPress (and on here, yet). I recently had an unexpected change in stats, and I can't find anything as to what the time frame is. What few that I have found are either closed with little or no response, and/or indirectly related.

The active version pie chart can be found on any plugin under Stats.

http://wordpress/extend/plugins/[PLUGIN-NAME]/stats/

Most of the time, new versions don't even show up until about a day or so, but is the timeline based on days, weeks, or months?

This says that it is based on the current active users. Which is interesting. Daily Tip: New Usage Graphs on WordPress Plugin Repository

Any additional information on how the chart actually works is helpful.

Share Improve this question edited Feb 9, 2019 at 0:03 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Jul 24, 2012 at 9:55 EkoJREkoJR 2171 gold badge2 silver badges11 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 0

The active version pie chart is made up of completely nonsense data that isn't being updated properly at present. What it displays has absolutely no bearing to real-world data.

It's on my list of things-to-fix, eventually. Once our stats gathering system is more reliable, I'll do so.

However, at present, it is total nonsense. Ignore it.

I know it would be great to get more stats .. As it stands total downloads is a number but active users is shown as a pie graph. I'd rather it the other way.

After reading wrox publishers professional wordpress plugin book, I found that each day every install of wordpress will check for plugin updates and send back info on what plugins are installed.

So I can't answer your question directly ... But it seems there is a delay in processing the plugin usage data

To be clear the downloads stats is each day, past 7 days and total downloads.

Post a comment

comment list (0)

  1. No comments so far