-- Ralf Eggert <[email protected]> wrote (on Saturday, 25 September 2010, 07:12 AM +0200): > unfortunately, the blank screens still appear irregularly. Sometimes I > cannot reproduce it at all, then again it happens on every third > request. My guess is that it is still connected to the fact that all the > XHR requests are sent which should because of the layer I build. > > Has any one any ideas?
Your build profile should include references to the various dojo/dijit/etc. modules you reference via dojo.require -- this is what allows it to remove the need for XHR calls. Can you provide us with details of what your build profile looks like? -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
