Changeset 7812 for trunk/src/off

Show
Ignore:
Timestamp:
03/27/07 19:28:21 (20 months ago)
Author:
BradNeuberg
Message:

Sped up the page load time of Moxie; the bottleneck was the number of resources being loaded on page load, in addition to the synchronous network calls for Dojo Widget for the Editor2 widget. At the beginning of the optimization session we had 27 resources on page load -- now we have 2. Page load time is much faster. This includes a new 'moxie' task in buildscripts/build.xml, but I'm not going to check that in until we do the Dojo Offline branch tomorrow morning because the head of subversion is changing too much for us

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/off/__package__.js

    r7230 r7812  
    11dojo.kwCompoundRequire({ 
    22        common: [ "dojo.off", 
    3                 "dojo.off.files", 
    4                 "dojo.off.ui" ] 
     3                "dojo.off.files"] 
    54}); 
     5dojo.provide("dojo.off.*");