Sounds like this would call for some real analysis. Stuff I'd consider doing:
Create a matrix with, say, three different testcases, going from dead simple graphs, to somewhat involved graphs, run them with variable amount of data (use some script to generate those), and time it. I'd compare regular json against transfer encoded gzip, too, that usually bangs the hell out of load time. The real interesting part is to actually determine how exhibit scales, and whether that scaling is necessary or if there's a bug at some point. I suspect that David did some firebug profiling already, but with scalable tests, that might be more helpful. Axel, so not volunteering ;-) _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
