Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-12 Thread Jerome Velociter
On 11/10/09 11:06 AM, Jerome Velociter wrote: On 11/10/09 10:41 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 10:04 AM, Vincent Massolvinc...@massol.net wrote: On Nov 10, 2009, at 9:56 AM, Pascal Voitot wrote: Have you seen my mail about JAWR which is exactly this : On the other hand

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Vincent Massol
On Nov 10, 2009, at 8:58 AM, Vincent Massol wrote: Hi Marius, On Nov 5, 2009, at 6:56 PM, Marius Dumitru Florea wrote: Jerome Velociter wrote: Hi Thibaul, all Something easy to do that would contribute to reduce the number of CSS files is to concatenate all the WYSIWYG CSS files from

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Marius Dumitru Florea
Hi Vincent, Vincent Massol wrote: On Nov 10, 2009, at 8:58 AM, Vincent Massol wrote: Hi Marius, On Nov 5, 2009, at 6:56 PM, Marius Dumitru Florea wrote: Jerome Velociter wrote: Hi Thibaul, all Something easy to do that would contribute to reduce the number of CSS files is to

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Pascal Voitot
Have you seen my mail about JAWR which is exactly this : On the other hand wro4j allows you to organize your resources in groups and supports gzip compression. if you need JS optimization, I think Google Closure Compiler is the way to look at... With chrome and all the work they do around JS,

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Vincent Massol
On Nov 10, 2009, at 9:56 AM, Pascal Voitot wrote: Have you seen my mail about JAWR which is exactly this : On the other hand wro4j allows you to organize your resources in groups and supports gzip compression. if you need JS optimization, I think Google Closure Compiler is the way to

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Pascal Voitot
On Tue, Nov 10, 2009 at 10:04 AM, Vincent Massol vinc...@massol.net wrote: On Nov 10, 2009, at 9:56 AM, Pascal Voitot wrote: Have you seen my mail about JAWR which is exactly this : On the other hand wro4j allows you to organize your resources in groups and supports gzip compression.

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Vincent Massol
To be considered too: http://www.sonatype.com/people/2009/11/javascript-compression-in-nexus/ -Vincent On Nov 10, 2009, at 10:41 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 10:04 AM, Vincent Massol vinc...@massol.net wrote: On Nov 10, 2009, at 9:56 AM, Pascal Voitot wrote: Have

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Jerome Velociter
On 11/10/09 10:41 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 10:04 AM, Vincent Massolvinc...@massol.net wrote: On Nov 10, 2009, at 9:56 AM, Pascal Voitot wrote: Have you seen my mail about JAWR which is exactly this : On the other hand wro4j allows you to organize your resources in

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Pascal Voitot
On Tue, Nov 10, 2009 at 11:06 AM, Jerome Velociter jer...@xwiki.com wrote: On 11/10/09 10:41 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 10:04 AM, Vincent Massolvinc...@massol.net wrote: On Nov 10, 2009, at 9:56 AM, Pascal Voitot wrote: Have you seen my mail about JAWR which

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Jerome Velociter
On 11/10/09 11:09 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 11:06 AM, Jerome Velociterjer...@xwiki.com wrote: On 11/10/09 10:41 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 10:04 AM, Vincent Massolvinc...@massol.net wrote: On Nov 10, 2009, at 9:56 AM, Pascal Voitot wrote:

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-10 Thread Pascal Voitot
On Tue, Nov 10, 2009 at 11:16 AM, Jerome Velociter jer...@xwiki.com wrote: On 11/10/09 11:09 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 11:06 AM, Jerome Velociterjer...@xwiki.com wrote: On 11/10/09 10:41 AM, Pascal Voitot wrote: On Tue, Nov 10, 2009 at 10:04 AM, Vincent

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-09 Thread Vincent Massol
Hi Marius, On Nov 5, 2009, at 6:56 PM, Marius Dumitru Florea wrote: Jerome Velociter wrote: Hi Thibaul, all Something easy to do that would contribute to reduce the number of CSS files is to concatenate all the WYSIWYG CSS files from the various plugins at build time (there are more

Re: [xwiki-devs] [xwiki-users] Page Loading Optimization

2009-11-05 Thread Pascal Voitot
Do you know tools such as JAWR which can take several CSS or js files and put them in one file using some configurations? I tried it with Grails for example... Maybe it could help or give some ideas at leat... https://jawr.dev.java.net/ regards Pascal On Thu, Nov 5, 2009 at 6:56 PM, Marius