page-loaded-time
v1.0.0
Published
Returns how much seconds did take for your site to load.
Downloads
7
Maintainers
Readme
page-loaded-time
This module will return how much seconds does it take for your site to load.
Installation
$ npm install page-loaded-time --save
Usage
import pageLoadedTime from "page-loaded-time";
const time = pageLoadedTime();
console.log(time); // 0.932s
Credits
https://www.phpied.com/this-page-loaded-in-x-seconds/