dojo / dapi

Dojo 1 - API viewer.
11 stars 5 forks source link

async/promise loading #13

Closed lbod closed 11 years ago

lbod commented 11 years ago

A tracker for some of the current sync loading calls.

Should look at either node promise modules or bootstrapping dojo for promises, the aim is better performance and consistent, less bloated code, to manage sync and async calls

lbod commented 11 years ago

Closing for now, the important calls are async loaded (module loading/generation). Spider performance is down to ~5.5 secs for a version's dojo/dijit/doh api tree. Some sync calls are still left but these are fairly unimportant once only calls. Possibly look at a promise lib in future but no great need for the moment