From 2e7c59c24470766e37309c7a8bfa4c7b81c57614 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 3 Jan 2007 19:57:40 +0000 Subject: r20515: Continued work on the Web Application Framework. Until we get all of the functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4) --- .../source/html/performance/LocalObject_2.html | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/LocalObject_2.html (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/LocalObject_2.html') diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/LocalObject_2.html b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/LocalObject_2.html deleted file mode 100644 index 7a98805f2c..0000000000 --- a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/performance/LocalObject_2.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - qooxdoo » Demo - - - - - - - -
-

JS Object Storage Performance

- -

Test Description

-

Precreate 50.000 objects (locally stored). After this create 10.000 new (not stored) objects inside a loop.

-

As the loop will be executed inside the scope of "store", the browser must keep the information about "store" with each execution of "test", even if called from the timeout.

- -

Result

-

The performance in IE is poor (~1150ms for each loop), compared to the same stuff executed without so much precreated objects (previous example).

-

It makes no difference if we use a global or a local variable here. It's identical to GlobalObject_2.html.

-
- - - - -- cgit