[ 
https://issues.apache.org/jira/browse/WICKET-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-617.
----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

this has been discussed multiple times on the list, etc.

the big problem is that different components contribute different snippets at 
different times, and if we combine all these into one large download we will 
have multiple variation of these big globs so any savings on the number of hits 
are lost because you have to download a lot more instead.

> Optimize JavaScript and CSS downloads
> -------------------------------------
>
>                 Key: WICKET-617
>                 URL: https://issues.apache.org/jira/browse/WICKET-617
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>            Reporter: Jonathan Locke
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M1
>
>
> It may be necessary to prevent extra round-tripping for high-traffic sites 
> because most browsers cannot load JavaScript or CSS in parallel.  It would be 
> good to provide a facility where different Wicket components (including user 
> components) can all contribute JavaScript to a single JS download so there 
> are no round-trips.  Failing this, a simple boolean setting that would 
> prevent Wicket from automatically adding wicket-ajax.js, modal.js and so 
> forth would allow people with high-traffic web sites to paste the JS together 
> by hand (without having to maintain a branch of wicket).  Obviously, this is 
> not going to be addressed for 1.3, but it would be nice to consider for 1.4.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to