Google PageSpeed Insights is a tool that empowers you to make your website faster. It evaluates your website's performance and provides suggestions to improve it.
PerflogsConsider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.TBT
PerflogsURL | Total CPU Time | Script Evaluation | Script Parse |
---|---|---|---|
GitHub utility 1st party | 2,184 ms | 45 ms | 2 ms |
https://reflecthub.github.io | 2,112 ms | 13 ms | 0 ms |
/index.js (reflecthub.github.io) | 71 ms | 33 ms | 1 ms |
Unattributable | 243 ms | 9 ms | 0 ms |
jQuery CDN cdn | 54 ms | 47 ms | 5 ms |
/jquery-3.5.1.slim.min.js (code.jquery.com) | 54 ms | 47 ms | 5 ms |