On Thu, Nov 8, 2012 at 8:52 AM, Jamey Wood <[email protected]> wrote:

> Is there any guidance on minimizing the time is takes a load a caja guest
> page?  The attached files demonstrate a little test case I'm using to
> measure the time it takes to load and run a trivial caja guest page.
>  Please let me know if there are any major issues with this methodology.

[...]
> Are there any general practices that can be used to minimize this overhead?
>

Practices? Stop using {forceES5Mode: false}. ES5 mode is the future and if
it isn't significantly faster (on supported browsers), we want to know.

(Note that forceES5Mode is intended for debugging/testing purposes only and
if set to true may cause insecurity. You should never use it in a public
application. Its relative "es5Mode" is safer, if you must have a flag.)

Reply via email to