Wiki source code of Project Health

Last modified by Vincent Massol on 2026/02/20 11:24

Show last authors
1 This page lists various metrics related to the development of the XWiki project.
2
3 {{toc/}}
4
5 You can also browse the [[old Project Health page>>ProjectHealthOld]].
6
7 = Metric Sites =
8
9 There are several sites on the web analyzing the XWiki project and providing metrics:
10
11 * [[OpenHub>>https://openhub.net/p/xwiki]]
12 * [[Sonar @ xwiki.org>>http://sonar.xwiki.org/]]
13 * [[##xwiki## orgnanization on GitHub>>https://github.com/xwiki]] (check the "Insights" button for each repository)
14 * [[##xwiki-contrib## orgnanization on GitHub>>https://github.com/xwiki-contrib]] (check the "Insights" button for each repository)
15
16 = Active Installs =
17
18 We used to count [[downloads of XWiki>>Community.ProjectHealth.ProjectHealthOld.WebHome||anchor="HDownloads"]] but we stopped doing it for the following reasons:
19
20 * It's not because XWiki is downloaded that it's installed or used.
21 * There are various ways to install XWiki (on premise using the XAR, on premise using a Docker image from DockerHub, using XWiki SAS cloud, etc) which makes it impossible to get accurate download data.
22
23 Thus, we've switched to Active Installs, which is a way to get runtime information directly from XWiki instances. We can thus know how many instances were installed and how many are still used at a given point in time.
24
25 There are some limitations:
26
27 * The feature can be turned off (please don't do that, it's anonmyous and helps us stay motivated to continue developing XWiki when we see our use base growing! This is an easy way for you to contribute something back to this open source project).
28 * XWiki can be installed behind a firewall or proxy that prevents the Active Installs requests to be sent.
29
30 See the [[dedicated page for Active Installs>>xwiki:ActiveInstalls.WebHome]] to see the statistics.
31
32 As of October 2024, here are the Active Installs v2 (i.e. since XWiki 14.5):
33
34 {{image reference="activeinstalls2.png" width="650px"/}}
35
36 Analysis:
37
38 * Active installs (i.e. number of installs having sent more than one ping in the past 24 hours) are increasing (slowly but steadily).
39 * Old active installs (Pre XWiki 14.5) can be seen on the [[old dashboard>>xwiki:ActiveInstalls.WebHome||anchor="HOlddashboard"]].
40
41 = Forum Activity =
42
43 We used to use Mailing Lists and we were [[following the number of messages posted>>Community.ProjectHealth.ProjectHealthOld.WebHome||anchor="HMailingListsActivity"]] but we switched to a Forum solution and are now following the [[statistics provided by the forum (Discourse)>>https://forum.xwiki.org/admin?period=yearly]] (requires Admin access).
44
45 Here's a screenshot containing statistics from October 2016 to October 2024:
46
47 {{image reference="discourse.png" width="650px"/}}
48
49 Analysis:
50
51 * Page views are increasing substantially since 2024.
52
53 = Commit Activity =
54
55 We use the [[commit stats provided by OpenHub>>https://openhub.net/p/xwiki/commits/summary]] since they aggregate the various source repositories we use, whereas it's hard to get this information from GitHub which only offers statistics repository by repository.
56
57 As of 29th of October 2024 (includes commons, rendering, platform and well-known contrib extensions):
58
59 {{image reference="openhub-commits-1.png" width="650px"/}}
60
61 {{image reference="openhub-commits-2.png" width="650px"/}}
62
63 Analysis:
64
65 * Pretty stable across the years with a continuous substantial activity (300-700 monthly commits).
66
67 = Source Contributors =
68
69 We use the [[contributor stats provided by OpenHub>>https://openhub.net/p/xwiki/contributors/summary]] since they aggregate the various source repositories we use, whereas it's hard to get this information from GitHub which only offers statistics repository by repository.
70
71 As of 29th of October 2024 (includes commons, rendering, platform and well-known contrib extensions):
72
73 {{image reference="openhub-contributors-1.png" width="350px"/}}
74
75 {{image reference="openhub-contributors-2.png" width="350px"/}}
76
77 Analysis:
78
79 * For the full list of committers and their stats see also the [[Hall of Fame>>Community.HallOfFame]].
80 * Seems the number of contributors has been steadily increasing till mid 2011 and from then on it's been pretty stable
81
82 = Issues Activity =
83
84 JIRA issues between ##30-06-YYYY## and ##30-06-(YYYY+1)##:
85
86 {{chart type="stackedbar" source="inline" params="range:B2-F20;series:columns;" title="Closed Issues per year" width="800" height="300"}}
87 |=Date|=Bugs|=Improvements|=New Features|=SubTasks|=Tasks
88 |2006|35|2|0|1|6
89 |2007|778|211|55|133|160
90 |2008|1317|445|183|540|309
91 |2009|1930|430|121|425|320
92 |2010|1134|398|89|84|315
93 |2011|776|407|128|44|255
94 |2012|670|406|92|113|219
95 |2013|968|333|63|63|175
96 |2014|860|464|69|7|159
97 |2015|884|642|98|92|213
98 |2016|759|472|85|5|238
99 |2017|581|334|51|4|197
100 |2018|501|224|69|0|268
101 |2019|638|293|62|0|325
102 |2020|545|286|76|0|408
103 |2021|647|254|99|0|408
104 |2022|644|292|108|0|438
105 |2023|709|218|54|1|515
106 |2024|771|240|110|0|614
107 {{/chart}}
108
109 Source:
110
111 * [[XWiki's JIRA>>https://jira.xwiki.org]]
112 * JQL example for 2012-06-30: {{code language="none"}}resolution = Fixed AND resolved >= 2011-06-30 AND resolved <= 2012-06-30 AND type = Bug{{/code}}
113
114 Analysis:
115
116 * Activity has been stable for the past few years. This needs to be correlated with [[the size of the team>>||anchor="HSourceContributors"]] which has also remained relatively stable during the same period.
117 * In the 5.x cycle (From December 2012 to December 2013) we've increased a lot the number of bugs fixed thanks to our [[BFD strategy>>Community.XWikiDays]] (one per week during this period). In the 6.x cycle (Jan 2014 to Dec 2014) we've reduced this by doing other types of XWiki Days but still doing BFDs to keep bugs at bay.
118 * The number of Bugs + Improvements + New Features is remaining stable across the last years. The number of tasks is increasing and this is mostly due to more frequent dependency upgrades (and possibly the rate of new versions of dependencies).
119
120 = Bugs Killing =
121
122 See also [[XWiki Days>>Community.XWikiDays.WebHome]].
123
124 Number of bugs closed vs bugs created over the past 1600 days:
125
126 Source:
127
128 * [[JIRA Created bugs vs Closed bugs>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10352#Created-vs-Resolved-Chart/13610]]
129
130 {{gallery}}
131 image:bugs-february-2026.png
132 image:bugs-october-2024.png
133 image:bugs-july-2015.png
134 image:bugs-july-2014.png
135 {{/gallery}}
136
137 Historical analysis:
138 * February 2025:
139 ** Still mixing BFDs with other XWiki days (1 of 3 XWiki Days is not a BFD)
140 ** We're still drifting even if it's a bit better than in October 2024. However, that's probably not a real victory and globally bugs seem to be accumulating faster. We need to do something about it.
141 ** Results:
142 *** 1600 days: 226 more bugs created than closed.
143 *** 365 days: 90 more bugs created than closed. Not good.
144 *** 5000 days: 837 more bugs created than closed
145 * October 2024:
146 ** At some point we've stopped doing serious BFDs and the bugs have started to win again. We've started again to try to focus on BFDs but it's hard to invert the curve.
147 ** Also, since end of 2024, we've started to regularly do XWiki Days other than BFDs (one out of 3 XWiki Days is not a BFD).
148 ** Results:
149 *** 1600 days: 428 more bugs created than closed. We're drifting again.
150 * July 2015:
151 ** [[BFD>>Community.XWikiDays]] is working great so far, we're keeping up!
152 * July 2014:
153 ** [[BFD>>Community.XWikiDays]] is working great so far, we're keeping up!
154
155 = l10n Activity =
156
157 Since 2018 we've switched from using XWiki to using [[Weblate>>https://l10n.xwiki.org]].
158
159 Weblate stats as of 30/10/2024:
160
161 {{image reference="weblate-202410.png" width="960px"/}}
162
163 Analysis:
164 * Active (260 translators) with between 1000-4000 changes per month (note that it seems this includes [[not real changes like repo rebases, commits and pushes>>https://l10n.xwiki.org/changes/?start_date=2024-09-01&end_date=2024-09-30]])
165 * 42 languages
166
167 = XWiki Releases =
168
169 These stats are only for XWiki Standard (XWiki Enterprise in the past). They don't include contrib extension releases.
170
171 These stats from from the [[Release Plans>>ReleasePlans.WebHome]].
172
173 (% id="xwikiReleases" style="display: none" %)
174 |=Year|=Releases
175 |2005|3
176 |2006|2
177 |2007|24
178 |2008|33
179 |2009|35
180 |2010|36
181 |2011|25
182 |2012|32
183 |2013|30
184 |2014|34
185 |2015|40
186 |2016|29
187 |2017|33
188 |2018|34
189 |2019|43
190 |2020|43
191 |2021|39
192 |2022|41
193 |2023|49
194 |2024|45|Year not finished, extrapolated from 38 at 30/10/2024
195
196 {{tableToChartJS type="bar" table="xwikiReleases" options="{~"width~": ~"640px~", ~"height~": ~"300px~"}"/}}
197
198 Analysis:
199 * Stable release cycle which means we're globally following strictly our [[release strategy>>VersioningAndReleasePractices]] at a rate of 2 releases per month (i.e. 24 per year).
200 * Then we have bugfix releases for generally 2 branches (sometimes more). It's possible that we're increasing the number of bugfix releases, especially with our Security Policy that was introduced in November 2020.
201
202 = Security Issues =
203
204 JIRA issues between ##30-06-YYYY## and ##30-06-(YYYY+1)##:
205
206 (% id="securityIssues" style="display: none" %)
207 |=Year|=Created|=Closed
208 |2007|4|2
209 |2008|13|7
210 |2009|7|3
211 |2010|55|22
212 |2011|38|53
213 |2012|18|10
214 |2013|22|20
215 |2014|22|22
216 |2015|26|24
217 |2016|13|14
218 |2017|15|13
219 |2018|7|5
220 |2019|16|11
221 |2020|19|22
222 |2021|24|24
223 |2022|64|46
224 |2023|138|138
225 |2024|54|55
226 |2025|56|46
227
228 {{tableToChartJS type="line" table="securityIssues" multipleDataSets="true" options="{~"width~": ~"640px~", ~"height~": ~"300px~"}"/}}
229
230 Source:
231
232 * [[JIRA>>https://jira.xwiki.org]] query examples:
233 ** Created: {{code language="none"}}created >= "2018-06-30" and created < "2019-06-30" and labels = security{{/code}}
234 ** Closed: {{code language="none"}}resolved >= "2018-06-30" and resolved < "2019-06-30" and labels = security and status = Closed{{/code}}
235
236 Analysis:
237
238 * Big push on fixing security issues since 2021, with dedicated devs.
239 * Security bug bounty (with Intigriti) at end of 2022.
240 * We correlate created vs closed security issues as otherwise it doesn't mean much.
241 * Note that there are various criticity levels in security issues and some are of minor importance while others can be important.
242
243 = Contrib Repository Creation =
244
245 Repo creations between ##30-06-YYYY## and ##30-06-(YYYY+1)##:
246
247 (% id="contribRepoCreation" style="display: none" %)
248 |=Year|=Releases
249 |2010|0
250 |2011|16
251 |2012|56
252 |2013|47
253 |2014|41
254 |2015|38
255 |2016|34
256 |2017|37
257 |2018|23
258 |2019|15
259 |2020|15
260 |2021|17
261 |2022|27
262 |2023|26
263 |2024|11
264
265 {{tableToChartJS type="bar" table="contribRepoCreation" options="{~"width~": ~"640px~", ~"height~": ~"300px~"}"/}}
266
267 Source:
268
269 * [[Groovy Script to compute list of repos between 2 dates>>snippets:Extension.GitHub Integration||anchor="HListallrepositoriesandtheircreationdates"]]
270
271 Analysis:
272
273 * Sustained activity over years (even though it was higher in the years 2012-2017).
274 * As of now, there's a total of 375 repositories. We would need to check how many are active or dead.
275
276 = Contributed Extensions =
277
278 Number of extensions contributed on extensions.xwiki.org, excluding those done by the XWiki Dev Team.
279
280 Contributed extensions between ##30-06-YYYY## and ##30-06-(YYYY+1)##:
281
282 (% id="contributedExtensions" style="display: none" %)
283 |=Year|=Extensions
284 |2007|8
285 |2008|22
286 |2009|21
287 |2010|35
288 |2011|40
289 |2012|50
290 |2013|50
291 |2014|61
292 |2015|59
293 |2016|47
294 |2017|35
295 |2018|34
296 |2019|9
297 |2020|28
298 |2021|34
299 |2022|27
300 |2023|24
301 |2024|16
302
303 {{tableToChartJS type="bar" table="contributedExtensions" options="{~"width~": ~"640px~", ~"height~": ~"300px~"}"/}}
304
305 Source:
306
307 * [[Stats script on extensions.xwiki.org>>extensions:ExtensionCode.StatisticsPerDate]]
308
309 Analysis:
310
311 * Golden era was 2011-2016.
312 * Less contributions after 2016 but still over 20 per year (i.e. more than 2 per month).
313 * AS there are more and more extensions existing, the need to develop new ones is probably less.
314 * As of 2024-10-30, there are 929 extensions in total (including those developed by the XWiki core Dev Team).
315
316 = XWiki Distribution Sizes =
317
318 Size of XWiki Jetty/HSQLDB zip files from XWiki 1.1.1 to now:
319
320 (% id="xwikiJettySizes" style="display: none" %)
321 |=XWiki Jetty HSQLDB Version|=Size
322 |1.1.1|40
323 |1.1.2|40
324 |1.2|41
325 |1.2.1|41
326 |1.2.2|41
327 |1.3|41
328 |1.3.1|41
329 |1.3.2|41
330 |1.4|42
331 |1.4.1|42
332 |1.4.2|42
333 |1.5|46
334 |1.5.1|46
335 |1.5.2|46
336 |1.6|50
337 |1.6.1|50
338 |1.6.2|50
339 |1.7|62
340 |1.7.1|63
341 |1.7.2|65
342 |1.8|78
343 |1.8.1|76
344 |1.8.2|76
345 |1.8.3|76
346 |1.8.4|76
347 |1.9|81
348 |1.9.1|77
349 |1.9.2|77
350 |1.9.3|77
351 |1.9.4|78
352 |2.0|79
353 |2.0.1|80
354 |2.0.2|80
355 |2.0.3|80
356 |2.0.4|80
357 |2.0.5|80
358 |2.1|83
359 |2.1.1|82
360 |2.1.2|82
361 |2.2|87
362 |2.2.1|87
363 |2.2.2|87
364 |2.2.3|87
365 |2.2.4|87
366 |2.2.5|87
367 |2.2.6|87
368 |2.3|88
369 |2.3.1|98
370 |2.3.2|98
371 |2.4|103
372 |2.4.1|103
373 |2.4.2|103
374 |2.4.3|103
375 |2.4.4|103
376 |2.5|106
377 |2.5.1|106
378 |2.5.2|106
379 |2.6|106
380 |2.6.1|110
381 |2.6.2|110
382 |2.7|110
383 |2.7.1|110
384 |2.7.2|110
385 |3.0|111
386 |3.0.1|111
387 |3.1|110
388 |3.1.1|110
389 |3.2|110
390 |3.2.1|110
391 |3.3|131
392 |3.3.1|132
393 |3.4|136
394 |3.5|138
395 |3.5.1|139
396 |4.0|142
397 |4.0.1|142
398 |4.1|144
399 |4.1.1|144
400 |4.1.2|145
401 |4.1.3|145
402 |4.1.4|146
403 |4.2|151
404 |4.3|165
405 |4.3.1|165
406 |4.4|170
407 |4.4.1|170
408 |4.5|169
409 |4.5.1|169
410 |4.5.2|170
411 |4.5.3|170
412 |4.5.4|170
413 |5.0|181
414 |5.0.1|181
415 |5.0.2|181
416 |5.0.3|181
417 |5.1|182
418 |5.2|187
419 |5.2.1|187
420 |5.2.2|187
421 |5.2.3|187
422 |5.2.4|187
423 |5.3|186
424 |5.4|188
425 |5.4.1|190
426 |5.4.2|193
427 |5.4.3|193
428 |5.4.4|193
429 |5.4.5|193
430 |5.4.6|193
431 |5.4.7|193
432 |6.0|211
433 |6.0.1|211
434 |6.1|214
435 |6.2|222
436 |6.2.1|222
437 |6.2.2|222
438 |6.2.3|222
439 |6.2.4|222
440 |6.2.5|223
441 |6.2.6|223
442 |6.2.7|223
443 |6.3|212
444 |6.4|210
445 |6.4.1|203
446 |6.4.2|203
447 |6.4.3|203
448 |6.4.4|203
449 |6.4.5|203
450 |6.4.6|203
451 |6.4.7|203
452 |6.4.8|203
453 |7.0|211
454 |7.0.1|211
455 |7.1|225
456 |7.1.1|225
457 |7.1.2|225
458 |7.1.3|225
459 |7.1.4|225
460 |7.2|226
461 |7.3|230
462 |7.4|230
463 |7.4.1|230
464 |7.4.2|230
465 |7.4.3|230
466 |7.4.4|230
467 |7.4.5|231
468 |7.4.6|231
469 |8.0|229
470 |8.1|230
471 |8.2|233
472 |8.2.1|233
473 |8.2.2|234
474 |8.3|234
475 |8.4|238
476 |8.4.1|238
477 |8.4.2|238
478 |8.4.3|238
479 |8.4.4|238
480 |8.4.5|239
481 |8.4.6|243
482 |9.0|239
483 |9.1|240
484 |9.1.1|240
485 |9.1.2|240
486 |9.2|240
487 |9.3|240
488 |9.3.1|240
489 |9.4|264
490 |9.5|264
491 |9.5.1|264
492 |9.6|268
493 |9.7|245
494 |9.8|247
495 |9.8.1|247
496 |9.9|249
497 |9.10|249
498 |9.10.1|249
499 |9.11|249
500 |9.11.1|249
501 |9.11.2|250
502 |9.11.3|250
503 |9.11.4|250
504 |9.11.5|250
505 |9.11.6|250
506 |9.11.7|250
507 |9.11.8|250
508 |9.11.9|250
509 |10.0|250
510 |10.1|251
511 |10.2|253
512 |10.3|264
513 |10.4|270
514 |10.5|271
515 |10.6|271
516 |10.6.1|271
517 |10.7|272
518 |10.7.1|272
519 |10.8|281
520 |10.8.1|282
521 |10.8.2|282
522 |10.8.3|282
523 |10.9|280
524 |10.10|281
525 |10.11|281
526 |10.11.1|281
527 |10.11.2|281
528 |10.11.3|281
529 |10.11.4|280
530 |10.11.5|280
531 |10.11.6|280
532 |10.11.7|280
533 |10.11.8|280
534 |10.11.9|280
535 |10.11.10|280
536 |10.11.11|281
537 |11.0|285
538 |11.0.1|285
539 |11.0.2|285
540 |11.0.3|285
541 |11.1|285
542 |11.2|287
543 |11.3|287
544 |11.3.1|287
545 |11.3.2|288
546 |11.3.3|288
547 |11.3.4|288
548 |11.3.5|288
549 |11.3.6|288
550 |11.3.7|288
551 |11.4|305
552 |11.5|312
553 |11.6|315
554 |11.6.1|315
555 |11.7|315
556 |11.8|317
557 |11.8.1|317
558 |11.9|318
559 |11.10|318
560 |11.10.1|318
561 |11.10.2|318
562 |11.10.3|318
563 |11.10.4|316
564 |11.10.5|316
565 |11.10.6|316
566 |11.10.7|316
567 |11.10.8|316
568 |11.10.10|316
569 |11.10.11|316
570 |11.10.12|316
571 |11.10.13|316
572 |12.0|320
573 |12.1|316
574 |12.2|315
575 |12.2.1|315
576 |12.3|317
577 |12.4|317
578 |12.5|317
579 |12.5.1|317
580 |12.6|321
581 |12.6.1|319
582 |12.6.2|319
583 |12.6.3|319
584 |12.6.4|319
585 |12.6.5|319
586 |12.6.6|319
587 |12.6.7|319
588 |12.6.8|319
589 |12.7|326
590 |12.7.1|326
591 |12.8|327
592 |12.9|327
593 |12.10|332
594 |12.10.1|332
595 |12.10.2|332
596 |12.10.3|334
597 |12.10.4|333
598 |12.10.5|333
599 |12.10.6|333
600 |12.10.7|333
601 |12.10.8|333
602 |12.10.9|333
603 |12.10.10|333
604 |12.10.11|333
605 |13.0|334
606 |13.1|335
607 |13.2|336
608 |13.3|337
609 |13.4|338
610 |13.4.1|338
611 |13.4.2|338
612 |13.4.3|338
613 |13.4.4|338
614 |13.4.5|338
615 |13.4.6|338
616 |13.4.7|338
617 |13.5|338
618 |13.6|339
619 |13.7|323
620 |13.8|323
621 |13.9|323
622 |13.10|328
623 |13.10.1|328
624 |13.10.2|328
625 |13.10.3|329
626 |13.10.4|329
627 |13.10.5|329
628 |13.10.6|329
629 |13.10.7|329
630 |13.10.8|329
631 |13.10.9|329
632 |13.10.10|328
633 |13.10.11|329
634 |14.0|333
635 |14.1|328
636 |14.2|330
637 |14.2.1|330
638 |14.3|331
639 |14.3.1|331
640 |14.4|330
641 |14.4.1|330
642 |14.4.2|330
643 |14.4.3|332
644 |14.4.4|332
645 |14.4.5|332
646 |14.4.6|332
647 |14.4.7|332
648 |14.4.8|332
649 |14.5|339
650 |14.6|338
651 |14.7|338
652 |14.8|342
653 |14.9|346
654 |14.10|351
655 |14.10.1|351
656 |14.10.2|351
657 |14.10.3|351
658 |14.10.4|351
659 |14.10.5|351
660 |14.10.6|351
661 |14.10.7|351
662 |14.10.8|351
663 |14.10.9|351
664 |14.10.10|352
665 |14.10.11|352
666 |14.10.12|351
667 |14.10.13|351
668 |14.10.14|351
669 |14.10.15|352
670 |14.10.16|352
671 |14.10.17|352
672 |14.10.18|352
673 |14.10.19|352
674 |14.10.20|352
675 |14.10.21|350
676 |15.0|353
677 |15.1|351
678 |15.2|351
679 |15.3|351
680 |15.4|351
681 |15.5|349
682 |15.5.1|350
683 |15.5.2|350
684 |15.5.3|350
685 |15.5.4|350
686 |15.5.5|350
687 |15.6|352
688 |15.7|353
689 |15.8|352
690 |15.9|353
691 |15.10|351
692 |15.10.1|351
693 |15.10.2|351
694 |15.10.3|351
695 |15.10.4|352
696 |15.10.5|352
697 |15.10.6|352
698 |15.10.7|351
699 |15.10.8|351
700 |15.10.9|352
701 |15.10.10|352
702 |15.10.11|352
703 |15.10.12|352
704 |15.10.13|352
705 |15.10.14|353
706 |15.10.15|353
707 |16.0.0|351
708 |16.1.0|351
709 |16.2.0|339
710 |16.3.0|340
711 |16.3.1|340
712 |16.4.0|329
713 |16.4.1|329
714 |16.4.2|329
715 |16.4.3|329
716 |16.4.4|329
717 |16.4.5|329
718 |16.5.0|329
719 |16.6.0|346
720 |16.7.0|346
721 |16.7.1|352
722 |16.8.0|352
723 |16.9.0|353
724 |16.10.0|357
725 |16.10.1|357
726 |16.10.2|357
727 |16.10.3|357
728 |16.10.4|357
729 |16.10.5|357
730 |16.10.6|358
731 |16.10.7|358
732 |16.10.8|358
733 |16.10.9|358
734 |16.10.10|358
735 |16.10.11|358
736 |16.10.12|358
737 |16.10.13|358
738 |16.10.14|358
739 |16.10.15|358
740 |16.10.16|359
741 |17.0.0|363
742 |17.1.0|364
743 |17.2.0|364
744 |17.2.1|364
745 |17.2.2|364
746 |17.3.0|364
747 |17.4.0|367
748 |17.4.1|367
749 |17.4.2|367
750 |17.4.3|367
751 |17.4.4|367
752 |17.4.5|367
753 |17.4.6|367
754 |17.4.7|367
755 |17.4.8|368
756 |17.5.0|367
757 |17.6.0|367
758 |17.7.0|367
759 |17.8.0|369
760 |17.9.0|363
761 |17.10.0|365
762 |17.10.1|367
763 |17.10.2|367
764
765 {{tableToChartJS type="line" title="Size of Jetty/HSQLDB Zip files" table="xwikiJettySizes" options="{~"width~": ~"640px~", ~"height~": ~"300px~"}"/}}
766
767 Source:
768
769 * [[script on snippets.xwiki.org>>snippets:Extension.Size of XWiki Distributions]]
770
771 Analysis:
772
773 * The features et of XWiki increases (we're not successful at removing enough non-core features vs new added ones)
774
775 = External Analysis =
776
777 * [[XWiki in 2010 by Vincent Massol>>http://massol.myxwiki.org/xwiki/bin/view/Blog/XWikiIn2010]]
778 * [[XWiki in 2009 by Vincent Massol>>http://massol.myxwiki.org/xwiki/bin/view/Blog/XWikiIn2009]]

Get Connected