jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
Obviously, initializing the redactor over the DOM will be slower than just building DOM elements. The question is - how much slower? How does the number of DOM elements effect this process? Is it Linear?
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="//imperavi.com/js/redactor/redactor.js"></script>
<script src="//cdn.ckeditor.com/4.4.5/standard/ckeditor.js"></script>
<textarea id="ck" name="ck"></textarea>
<textarea id="re" name="re"></textarea>
Ready to run.
Test | Ops/sec | |
---|---|---|
with ckeditor |
| ready |
with redactor |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.