Changes for page Performance

Last modified by Thomas Mortagne on 2023/10/10

<
From version < 80.1 >
edited by Thomas Mortagne
on 2017/02/03
To version < 82.1 >
edited by Thomas Mortagne
on 2017/03/24
>
Change comment: Fix jira URLs

Summary

Details

Page properties
Content
... ... @@ -43,10 +43,10 @@
43 43  
44 44  = Gzip compression and caching of static pages =
45 45  
46 -We're working on making these features part of the XWiki core (see [[XWIKI-2022>>http://jira.xwiki.org/jira/browse/XWIKI-2022]]). While waiting for this to be natively implemented, the recommended solution is to set up an Apache Web Server in front of your servlet container and install/configure the following modules:
46 +We're working on making these features part of the XWiki core (see [[XWIKI-2022>>https://jira.xwiki.org/jira/browse/XWIKI-2022]]). While waiting for this to be natively implemented, the recommended solution is to set up an Apache Web Server in front of your servlet container and install/configure the following modules:
47 47  
48 48  * [[mod-deflate>>http://httpd.apache.org/docs/2.0/mod/mod_deflate.html]]
49 -* [[mod-expire>>http://httpd.apache.org/docs/2.0/mod/mod_expires.html]]
49 +* [[mod-expires>>http://httpd.apache.org/docs/2.0/mod/mod_expires.html]]
50 50  * [[mod-proxy-ajp>>http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html]] (note that this depends on [[mod-proxy>>http://httpd.apache.org/docs/2.2/mod/mod_proxy.html]] that you also need to install)
51 51  
52 52  Modify your Apache configuration file to load the different modules:
... ... @@ -167,7 +167,7 @@
167 167  {{warning}}
168 168  Note that storing attachments with the default (in database) storage mechanism is very memory intensive. See the [[administrators guide to attachments>>platform:AdminGuide.Attachments]] for more information about memory cost and the alternative filesystem based attachment store.
169 169  
170 -Also note that uploading a lot of pages can trigger out of memory (OOM) errors due to scheduled watchlist jobs. For example uploading 1 million pages will trigger OOM errors even when the JVM is configured to run with 2GB of heap space. For such kind of load we recommend to disable (unschedule) the Watchlist jobs (in ##/xwiki/bin/view/Scheduler/##) before uploading the pages. To track the progress on this issue, please see [[XWIKI-10594>>http://jira.xwiki.org/browse/XWIKI-10594]].
170 +Also note that uploading a lot of pages can trigger out of memory (OOM) errors due to scheduled watchlist jobs. For example uploading 1 million pages will trigger OOM errors even when the JVM is configured to run with 2GB of heap space. For such kind of load we recommend to disable (unschedule) the Watchlist jobs (in ##/xwiki/bin/view/Scheduler/##) before uploading the pages. To track the progress on this issue, please see [[XWIKI-10594>>https://jira.xwiki.org/browse/XWIKI-10594]].
171 171  {{/warning}}
172 172  
173 173  {{warning}}

Get Connected