GithubHelp home page GithubHelp logo

edof0 / page-loading-time Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5 KB

Small script to log in browser console the time (in milliseconds) your webpage required to be parsed and fully loaded.

License: MIT License

JavaScript 100.00%
javascript simple minified loading-time

page-loading-time's Introduction

Page Loading Time js

PageLoadingTime is a super-small and super-simple JavaScript document that allows to recive in the console the loading time of your HTML page.
The script should be placed immediately after the <html> tag for optimal performance.
Example:

<!DOCTYPE html>
<html>
<script> /* script here */ </script>
<head> <!-- head here --> </head>
<body> <!-- body here --> </body>
</html>

What do I read?

"DOM tree ready at ?ms" is based on the DOMContentLoaded event.
DOMContentLoaded event is fired when the initial HTML document has been loaded and parsed, without waiting for resources to finish loading.

"Page fully loaded at ?ms" is based on the load event.
load event is fired when the whole page has loaded, including all resources such as stylesheets, images and subframes.

page-loading-time's People

Contributors

edof0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.