Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
JQuery Mobile Load Speed On Different JQuery Version
(version: 0)
jinungcho20190627
Comparing performance of:
jq1124jqm112 vs jq1124jqm132 vs jq1124jqm145 vs jq224jqm112 vs jq224jqm132 vs jq224jqm145 vs jq331jqm112 vs jq331jqm132 vs jq331jqm145
Created:
6 years ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js'></script> <script> var $jq1124jqm112 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js'></script> <script> var $jq1124jqm132 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js'></script> <script> var $jq1124jqm145 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js'></script> <script> var $jq224jqm112 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js'></script> <script> var $jq224jqm132 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js'></script> <script> var $jq224jqm145 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js'></script> <script> var $jq331jqm112 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js'></script> <script> var $jq331jqm132 = $.noConflict(true); </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script> <script src='http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js'></script> <script> var $jq331jqm145 = $.noConflict(true); </script> <head> <title>Hello World!</title> <meta name="viewport" content="width=device-width, initial-scale=1"/> </head> <body> <div data-role="page"> <div data-role="header"> <h1>Curonsys</h1> </div> <div data-role="content"> <p>Hello world</p> </div> <ul id="mylist" data-role="listview" data-inset="true" data-theme="d" data-divider-theme="e" data-count-theme="b"> <li data-role="list-divider">Divider</li> <li><a href="#">Inbox <span class="ui-li-count">12</span></a></li> <li><a href="#">Outbox <span class="ui-li-count">0</span></a></li> <li><a href="#">Sent <span class="ui-li-count">328</span></a></li> </ul> </div> </body>
Script Preparation code:
function test($) { console.log('test' + $); }
Tests:
jq1124jqm112
test($jq1124jqm112);
jq1124jqm132
test($jq1124jqm132);
jq1124jqm145
test($jq1124jqm145);
jq224jqm112
test($jq224jqm112);
jq224jqm132
test($jq224jqm132);
jq224jqm145
test($jq224jqm145);
jq331jqm112
test($jq331jqm112);
jq331jqm132
test($jq331jqm132);
jq331jqm145
test($jq331jqm145);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (9)
Previous results
Fork
Test case name
Result
jq1124jqm112
jq1124jqm132
jq1124jqm145
jq224jqm112
jq224jqm132
jq224jqm145
jq331jqm112
jq331jqm132
jq331jqm145
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Autogenerated LLM Summary
(model
llama3.2:3b
, generated one year ago):
A JSON object! It appears to be a collection of web browser data, with each object representing a single test case. Here's the extracted information: **Device Platforms:** Windows 7 (all test cases) **Browsers:** Chrome 75 (all test cases) **Operating Systems:** Windows 7 (same as Device Platforms) **Executions Per Second:** 1. jq1124jqm145: 55288.7421875 2. jq1124jqm132: 55010.40234375 3. jq224jqm132: 54740.8125 4. jq331jqm145: 54699.74609375 5. jq224jqm145: 54612.3828125 6. jq1124jqm112: 54512.3828125 7. jq224jqm112: 54184.53515625 8. jq331jqm132: 53684.65234375 9. jq331jqm112: 53442.30859375 **Browser Name:** Chrome 75 (all test cases) Let me know if you'd like me to extract anything else!
Related benchmarks:
JQuery Mobile Load Speed On JQuery Ver Test
JQuery Mobile 1.1.2 Load Speed On Jquery 1.12.4 te
JQuery Mobile 1.1.2 Load Speed On Jquery 1.12.4 tes
JQuery Mobile 1.2.1 Load Speed On Jquery 1.7.2 3-cases
Comments
Confirm delete:
Do you really want to delete benchmark?