diff --git a/js/search/search.js b/js/search/search.js index 72b58afa..b32266cf 100644 --- a/js/search/search.js +++ b/js/search/search.js @@ -208,7 +208,9 @@ class Search { * to the main user index */ encryptIndex() { + console.time('encryption'); return this.crypto.encryption().then(() => { + console.timeEnd('encryption'); return 'Success' }).catch((e) => { return (new Error(e));