Hi Jens,
I don't see any content, are your roles set to "all users"?
Using AJAX means that digRotate has to do a separate request to the server for each content slide. When you send all to browser, it doesn't have to go back to the server to request the content, all content is sent when the user loads the page. If you have lots of large content (lots of text typically when using tabs), you should use AJAX, if you are just rotating some pictures and text, send all contrnt to the browser is your best bet.
That being said, that might be a good feature for 4.0 to "pre-load" the first content slide when using AJAX rotation. I would at a minimum put a ajax spinner when loading content.
Thanks,
Mike |