I’m using “zii.widgets.jui” classes, and I have a problem when the application loads.
File "jquery.min.js" into "jui" assets folder loads several times, then my web loads very slow. It takes about 6 minutes to load. This happens in remote host, not in localhost.
What exactly is the problem? Does the JS files load multiple times in your browser or there are too many copies of them in assets? If it’s the latter one, maybe the filesystem on your remote server breaks the asset manager, which depends on file modification times.