jqmStartup
JavaScript performance comparison
Preparation code
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
( function( $, undefined ) {
$( function() {
$( "body" ).attr( "data-enhance", false );
});
$( document ).bind( "mobileinit", function() {
$.mobile.ignoreContentEnabled = true;
$.mobile.autoInitializePage = false;
});
})( jQuery );
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
<link ref="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.css" />
Preparation code output
( function( $, undefined ) {
$( function() {
$( "body" ).attr( "data-enhance", false );
});
$( document ).bind( "mobileinit", function() {
$.mobile.ignoreContentEnabled = true;
$.mobile.autoInitializePage = false;
});
})( jQuery );
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
1. |
|
pending… |
2. |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published by Gabriel Schulhof
- Revision 2: published by Gabriel Schulhof
- Revision 3: published by Gabriel Schulhof
0 comments