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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]