Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Jquery versions Benchmarch 2
(version: 0)
SImple benchmark of jQuery versions
Comparing performance of:
1.8.3 vs 1.9.1 vs 1.12.14 vs 2.2.4 vs 3.2.1 vs 3.3.1 vs 1.7.2
Created:
7 years ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<div id="idSelector"></div> <div class="classSelector"></div> <ul id="iteration"> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> <div id="cssGetter" style="color: black;"></div> <div id="cssSetter" style="color: black;"></div> <div id="find"> <span></span> <div> <strong></strong> </div> </div> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"> </script> <script> var $jq17 = $.noConflict(true); </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"> </script> <script> var $jq18 = $.noConflict(true); </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> </script> <script> var $jq19 = $.noConflict(true); </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"> </script> <script> var $jq112 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"> </script> <script> var $jq224 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"> </script> <script> var $jq321 = $.noConflict(true); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"> </script> <script> var $jq331 = $.noConflict(true); </script>
Script Preparation code:
function tests($) { // Filter Next $('#iteration li').filter(':first').next(); // Filter Prev $('#iteration li').filter(':last').prev(); // Non-existant Class $('.someClass'); // Non-existant ID $('#someID'); // Find $('#find').find('strong'); // Set color $('#cssSetter').css('color', 'red'); // Get color $('#cssGetter').css('color'); // Iteration $('#iteration li').each(function(i, e) { i++; }); // Class selector $('.classSelector'); // ID selector $('#idSelector'); }
Tests:
1.8.3
tests($jq18);
1.9.1
tests($jq19);
1.12.14
tests($jq112);
2.2.4
tests($jq224);
3.2.1
tests($jq321);
3.3.1
tests($jq331);
1.7.2
tests($jq17);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (7)
Previous results
Fork
Test case name
Result
1.8.3
1.9.1
1.12.14
2.2.4
3.2.1
3.3.1
1.7.2
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):
Let's dive into the data. **Benchmark Results:** The latest benchmark results are from various browser versions and configurations, but one test remains consistent: * **$jq19:** 1.9.1 * Safari 12 (Mac OS X 10.14.4) * Executions per second: 21413.861328125 * **$jq112:** 1.12.14 * Safari 12 (Mac OS X 10.14.4) * Executions per second: 28404.787109375 * **$jq224:** 2.2.4 * No data available * **$jq321:** 3.2.1 * No data available * **$jq331:** 3.3.1 * No data available * **$jq17:** 1.7.2 * Safari 12 (Mac OS X 10.14.4) * Executions per second: 15887.7158203125 The most important observation here is that the execution time for `$jq19` and `$jq17` are quite different, which could indicate a specific issue with the benchmarking tool or its configuration. However, it's also worth noting that the test name `$jq112` has higher executions per second compared to `$jq19`, suggesting some potential optimization improvements. The missing tests ($jq224, $jq321, and $jq331) might be due to various reasons like server-side issues or client-side limitations, but they will need further investigation to resolve. In conclusion, the provided benchmark data offers valuable insights into performance metrics and areas for improvement.
Related benchmarks:
Jquery versions Benchmarch
Jquery versions Benchmark 3.1.1 vs 3.4.1
Jquery versions Benchmarch (latest - 3.5.1)
Jquery versions Benchmarch 3.6
Comments
Confirm delete:
Do you really want to delete benchmark?