Re: Why is Aqua theme so slow?
2005/04/18 21:57
Viewed 14427 times
Replies: 1/2

It's an Internet Explorer issue. If you check with any other browser you'll notice it's OK, but IE insists on loading all the images over and over instead of returning them from cache.

The only solution that I know of is to include all the images linked from the Aqua theme somewhere in your HTML code, like this:

<div style="display:none">
<img src="/calendar/skins/aqua/dark-bg.gif" />
<img src="/calendar/skins/aqua/menuarrow.gif" />
... etc.
</div>

Hope this helps.

Re[2]: Why is Aqua theme so slow?
2005/04/18 22:53
Viewed 17232 times
Replies: 1/1

great idea.... but alas, it doesn't work...

last
Re[3]: Why is Aqua theme so slow?
2005/04/18 23:03
Viewed 19548 times
Replies: 0/0

Not quite great, in fact it's stupid :-( the most popular browser in the world shouldn't need this trick. But anyway, it works for us--maybe try to delay the calls to Calendar.setup until the page and images have finished loading? (run Calendar.setup at body.onload).

last
Google