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

2007-07-10 Thread Don Brown
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 severa

[s2] Performance of Ajax theme in SSL mode

2007-07-05 Thread nuwan chandrasoma
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, Nuwa