Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
JQuery Mobile 1.1.2 Load Speed On Jquery 1.12.4 3-cases
(version: 0)
jinungcho20190628
Comparing performance of:
path vs url vs parseLocation
Created:
6 years ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<head> <title>Hello World!</title> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'></script> <script src='//code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js'></script> <link rel="stylesheet" href="//code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" /> <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> <input type="button" value="http://curonsys.com" id="curo" class="myButton" data-inline="true"/> <input type="button" value="http://naver.com" id="nav" class="myButton" data-inline="true"/> </ul> </div> </body>
Script Preparation code:
var dirName; var isRel; var parseLocation;
Tests:
path
$(document).ready(function() { dirName = $.mobile.path.get($('curo').attr('value')); });
url
$(document).ready(function() { isRel = $.mobile.path.isRelativeUrl($('nav').attr('value')); });
parseLocation
$(document).ready(function() { parseLocation = $.mobile.path.parseLocation(); });
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
path
url
parseLocation
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!
Related benchmarks:
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
JQuery Mobile 1.4.5 Load Speed On Jquery 3.3.1 3-cases
Comments
Confirm delete:
Do you really want to delete benchmark?