[jira] [Updated] (JS2-1193) Reduce javascript code payload in page navigator, toolbox portlets
"Woonsan Ko (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.jetspeed.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/JS2-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Woonsan Ko updated JS2-1193:
----------------------------
Affects Version/s: (was: 2.2.1)
Assignee: (was: Woonsan Ko)
> Reduce javascript code payload in page navigator, toolbox portlets
> ------------------------------------------------------------------
>
> Key: JS2-1193
> URL: https://issues.apache.org/jira/browse/JS2-1193
> Project: Jetspeed 2
> Issue Type: Improvement
> Reporter: Woonsan Ko
> Priority: Minor
>
> While inspecting the HTML source payload I noticed that Jetspeed 2.2.1 seems to download lots of Javascript with every request like the following:
> YUI().use('jetui-portal', 'io', 'json', 'node', 'plugin',
> 'event-mouseenter', 'node-focusmanager', 'node-menunav', function(Y) {
> var onMenuItemClick = function(e) {
> .....
> I think it would be better to move *most* of that into an outside .js file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)