Skip to content
EveryUseful

EveryUseful

A site for Every Useful in all fields, specially IT world

  • Home
  • Laravel
  • Web
  • PHP
  • Javascript
  • HTML/CSS
  • Security
  • Links
  • Games

Tag: HTML

Posted on December 13, 2018December 13, 2018

Normal, Asynchronous vs Deferred JavaScript Execution

Normal Javascript execution:

HTML parsing paused till script is fetched and executed then resume .

Asynchronous 

HTML parsing continue while script is being fetched but pauses when script is executed.

Defered

Script fetching continues while HTML is parsing but only execute when HTML parsing is completed.

For more details, check this page:  https://bitsofco.de/async-vs-defer/

Recent posts

  • How to connect Laravel to SQL Server locally September 8, 2023
  • Getting data from API works in Postman but not working in localhost June 9, 2023
  • How to check for all software updates in your windows system May 31, 2023
  • Facing a hard time installing Gulp? May 17, 2023
  • How to abort with custom message in Laravel May 15, 2023

Search

About This Site

Trying to collect every useful thing I see to share it with everyone.

About This Site

This may be a good place to introduce yourself and your site or include some credits.

Search

  • Yelp
  • Facebook
  • Twitter
  • Instagram
  • Email
Proudly powered by WordPress
 

Loading Comments...