[xwiki-notifications] [Issue] Commented: (XWIKI-2022) Improve page loading times
Vincent Massol (JIRA)
jira at xwiki.org
Sun May 4 00:26:54 CEST 2008
[ http://jira.xwiki.org/jira/browse/XWIKI-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_25324 ]
Vincent Massol commented on XWIKI-2022:
---------------------------------------
Really great slides on http://feeds.feedburner.com/~r/oreilly/radar/atom/~3/281377463/more-on-high-performance-websi.html
> Improve page loading times
> --------------------------
>
> Key: XWIKI-2022
> URL: http://jira.xwiki.org/jira/browse/XWIKI-2022
> Project: XWiki Core
> Issue Type: Improvement
> Components: Templates & User Interface
> Affects Versions: 1.2
> Reporter: Vincent Massol
> Fix For: 1.5 M1
>
> Attachments: XWIKI-2022___Improve_page_loading_times.patch, yslow.png
>
>
> Over time the xwiki skins in general have added JS, CSS, images. This is making xwiki pages slow to load as shown by YSlow (see attached image).
> What we should do:
> * Reduce the number of JS to load by moving out JS that are not needed for all pages so that they are loaded on demand
> * GZip all HTTP response contents
> * Modify the build to automatically merge all CSS and JS files together in a single file (see http://aciddrop.com/2008/01/03/automatically-join-your-javascript-and-css-into-a-single-file/)
> * Add expire headers. We need to be careful with this and probably do what yahoo recommends: modify the file names when they change so that clients get the newer versions. Otherwise they'll need to remember to refresh their caches. This can be automated in the build and should be pretty easy especially if we merge all files into a single one.
> * Minify CSS and JS files
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the notifications
mailing list