Last modified by slauriere on 2019/06/06

<
From version < 5.1 >
edited by Guillaume Delhumeau
on 2019/02/04
To version < 6.1 >
edited by Simon Urli
on 2019/02/12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.surli
Content
... ... @@ -75,6 +75,24 @@
75 75  {{code language="xml"}}<mapping resource="eventstream.hbm.xml"/>{{/code}}
76 76  {{/warning}}
77 77  
78 +=== Local resource access for modification date ===
79 +
80 +We introduced in this version a new mechanism to [[handle resource caches in the browsers>>https://jira.xwiki.org/browse/XWIKI-6073]].
81 +By default this mechanism will access the local resource file in order to check their modification date an use it in the URL.
82 +If you find some performance issue, especially if XWiki is running on an old system or hard drive, you can disable this mechanism by changing this new property in ##xwiki.properties##:
83 +
84 +{{code}}
85 +#-# [Since 11.1RC1]
86 +#-# Whether a the last modified date of the file to be loaded should be checked and put in the URL query parameter.
87 +#-# Disabling this might improve a bit the performance on some old hard drives, or custom filesystem, however
88 +#-# it might imply the need to force-reload some resources in the browser, when migrating.
89 +#-#
90 +#-# The default is:
91 +# url.useResourceLastModificationDate=true
92 +{{/code}}
93 +
94 +In that case, please leave us a comment on this [[JIRA issue>>https://jira.xwiki.org/browse/XWIKI-6073]], or in the forum so we know about it.
95 +
78 78  == API Breakages ==
79 79  
80 80  The following APIs were modified since <project> <version - 1>:

Get Connected