« Return to Thread: Struts 2 performance

Re: Struts 2 performance

by Don Brown-5 :: Rate this Message:

Reply to Author | View in Thread

Tooltips come to mind, and I think there is one other reason...maybe
it was the rich text editor.  Anyways, in 2.1 we pulled all
Dojo-related code into its own plugin, so it shouldn't affect the
xhtml theme anymore.

Don

On 7/11/07, Toni Lyytikäinen <tolyen@...> wrote:

> After playing around with Firebug a little I found out that in our project
> the most costly thing in the page loading process is loading the dojo
> .js-files. For some reason they are included in the xhtml theme too. If I
> substitute
>
> <s:head theme="xhtml" />
>
> with
>
> <link rel="stylesheet" href="/ikaros-webgui/struts/xhtml/styles.css"
> type="text/css"/>
>
> leaving out the dojo stuff, pages are loading really fast again. Is there
> any reason besides the client side validation that the dojo includes are
> needed for the xhtml theme?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Struts 2 performance