You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by nuwan chandrasoma <my...@gmail.com> on 2007/07/05 18:45:39 UTC

[s2] Performance of Ajax theme in SSL mode

Hi All,

Has anyone used the ajax theme in SSL mode?, i have a struts1 application in
SSL mode and when i used dojo liberary i faced some performace issues and
pages were rendering slow.
As s2 is using dojo for ajax theme, will there be a performace issues
in ajax theme in SSL mode?

Thanks,

Nuwan.

Re: [s2] Performance of Ajax theme in SSL mode

Posted by Don Brown <do...@gmail.com>.
The problem is some browsers, Firefox comes to mind, don't cache
resources when accessed via SSL.  This means every Javascript and
image file will be request each time, and in Dojo's case, that is a
lot of Javascript.  Dojo usually relies on lazily loaded Javascript
code, so that might mean several requests per page.  Try a plugin like
firebug to see what is really going on.  This blog entry might help:

http://blogs.atlassian.com/developer/2007/07/when_caching_is_not_caching.html

Don

On 7/6/07, nuwan chandrasoma <my...@gmail.com> wrote:
> Hi All,
>
> Has anyone used the ajax theme in SSL mode?, i have a struts1 application in
> SSL mode and when i used dojo liberary i faced some performace issues and
> pages were rendering slow.
> As s2 is using dojo for ajax theme, will there be a performace issues
> in ajax theme in SSL mode?
>
> Thanks,
>
> Nuwan.
>

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