debug performance
This commit is contained in:
parent
9b9b0cb1c6
commit
11b30671d4
6 changed files with 10 additions and 7 deletions
|
|
@ -13,7 +13,8 @@
|
|||
{% include "hippie/partials/_head_script.njk" %}
|
||||
<script>
|
||||
debugOn = true;
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
logPerf('Debugging performance', debugOn);
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
logPerf('Document \'DOMContentLoaded\' event fired.');
|
||||
});
|
||||
logPerf('On HEAD, starting...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue