Pinterest JQuery Plugins (v17)

Revision 17 of this benchmark created on


Description

Testing pinterest style jquery plugins performance.

Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//crivas.net/prototype/pinterest/js/jquery.imagesloaded.js"></script>
<script src="//crivas.net/prototype/pinterest/js/jquery.wookmark.min.js"></script>
<script src="//crivas.net/prototype/pinterest/js/jquery.masonry.min.js"></script>
<script src="//crivas.net/prototype/pinterest/js/jquery.freetile.min.js"></script>
<script src="//crivas.net/prototype/pinterest/js/jquery.isotope.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
WookMark
$('.item').wookmark({
  container: $('#container')
});
ready
Masonry
$('#container').masonry({
  itemSelector: '.item'
});
ready
Freetile
$('#container').freetile({
  selector: '.item'
});
ready
Isotope
$('#container').isotope({
  itemSelector: '.item'
});
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.