I was looking for these things, but it was always in small chunks in different places. Good to have all of it in one video. Thanks for the effort Chirag!
Hi Chirag, dns-prefetch is not a fallback for pre-connect. dns-prefetch just does the DNS lookup in advance, and it does not establish a connection with the crossorigin. and rel="prerender" has been deprecated.
Need more content like this which are not available in the you tube. Many jobless people and waste people are publishing wrong content video. Ur video are awesome. Try to make production level application for entire frontend backend and db
This is years of knowledge I got to know by crawling so many resources all explained in 1 video. I would love an in depth video series on each of these modern web performance topics in future. Thank you for this
1 thing I noticed, you said while prefetching, resource is not going to execute. But, execution won't happen for neither preload nor prefetch. The difference b/w them is that preload is a directive/command to browser while prefetch is merely a suggestion
It is always better to use async and defer for loading the script file which will significantly reduce the DOM Load time than even adding the script tag below the body. Thanks Chirag for the awesome content.
One day this series is going to cross million views ❤. Its very obvious from the content quality. This is pure gold❤🔥. Looking forward to complete the whole playlist.
Netflix is not pure "SSR" and it also uses "CSR" in a way, as when the static page (pre-rendered on the server) is painted on the browser, the user can go and play the content which is dynamic and JS takes care to fetch and load it in the media frame
If you put the script tag at the bottom of the body tag, it will first parse the HTML completely and then fetch the JavaScript file and execute it and then the DOMContentLoaded event will fire. In the normal vs async vs differ, you forgot to mention one point that in async, scripts are not guaranteed to execute in order whereas in defer they are guaranteed to execute in order
Very well explained!! . thank you so much for the insight details about performance optimization. I am currently working on react application, could you please make video on how we make optimize react application?
Both using the defer attribute and placing the tag at the bottom of the HTML document can achieve deferred script execution, allowing for faster page rendering.
I always wanted to try out these things but never understood these concepts due to the technical jargon used in the docs and articles, Thanks a lot for coming up with this brilliant series and taking efforts to explain the concepts in so simple ways. Also I don't know if someone has observed this but I think caching using CDN is skipped. Correct me If I am wrong.
Thanks a lot sir for this awesome series, but I wonder if it is completed? Also as you've mentioned in earlier comments that you will be making optimisation techniques specific to react, any update on those?
@@engineerchirag @akshaymarch7 (Akshay saini)revealed the big surprise and that's one of the best things you both could've done for us, super excited to join the course. Thanks a lot both to both of you in advance. ❤️❤️
Hey Chirag, this helps a lot but It would have been a lot better if you could have given examples and implemented that in React projects. This way, we would also know its implementation in our projects.
The preload does not execute the script actually. According to the documentation, even though the name contains the term load, it doesn't load and execute the script but only schedules it to be downloaded and cached with a higher priority. Prefetch is used for improving the load time of subsequent pages while preload works best on critical resources for the current page
just reading what's in the flow charts...will be better if each topic has a separate video with real demonstration with code. BTW good video compared to other creators
Really liked the topics you covered but the explanation could have been better. Most of the time I was confused with the explanation and have to watch another video to understand the concept, but thanks for listing those topics here.
I feel that you unnecessarily use analogies sometimes and things would be a lot clearer if you just explain things to the point. In the layout shifts and repaints, you spoke so much about building construction that you missed out on few of the important concepts that would have easily been mentioned if you had spoken to the point.
Agreed to your point but Those unnecessary analogies are important to know for the interviews otherwise they don't take you for a knowledgeable candidate and can you please mention the points that he missed according to you. It'll be helpful.
I haven't covered any framework level optimization. But will be covering them soon. Knowing fundamentals is important. Some time these are supported out of box by framework, else we can implement them.
I was looking for these things, but it was always in small chunks in different places. Good to have all of it in one video. Thanks for the effort Chirag!
Glad I could help @ashim. Keep watching and sharing #chakdeSystemDesign
Hi Chirag,
dns-prefetch is not a fallback for pre-connect.
dns-prefetch just does the DNS lookup in advance, and it does not establish a connection with the crossorigin.
and rel="prerender" has been deprecated.
I can't thank you enough. I just started my career as Front End Engineer.
Great @abu. Welcome to Frontend community. Long way to go!. Keep watching @chakdeSystemDesign
This whole series is on another level. I cannot thank you enough! 🙌
Glad you enjoy it! Do share it and help me to make it big ❤️🙏
@@engineerchirag 100%. I ask everyone I know to look at this series.
Thanks, Chirag excellent explanation looking forward to more great content in the upcoming days.
Liked last part "render cycle" you covered. Basically omitting layout setup. I was not aware of this. Thanks :)
Glad it was helpful!
Awesome content Chirag ! Love the breadth and the depth ! Explained succinctly ! ! Keep them coming
Thank you! Will do! More in pipeline. Keep watching #chakdeSystemDesign
Thanks!
This means a lot to me ❤️🙏
you nailed it. Got to learn a lot of new things in this 1 hr video. Thanks Chirag
Thanks Priya. Keep watching #chakdeSystemDesign and do share it in your network 🙂
As someone who has frontend experience but looking to improve my skills….this is great. TY!
Glad it was helpful! ❤️🙏
Need more content like this which are not available in the you tube. Many jobless people and waste people are publishing wrong content video. Ur video are awesome. Try to make production level application for entire frontend backend and db
More video to come. Need lot of your support to make this video reach more curious developer like you. Thanks in advance!
@22:07
onload is called when the stylesheet has been loaded, NOT on document load as you said.
A real gold in the sea of noise. Keep making such awesome videos.
Thanks Pranshu, I'm glad you think so. I will need support to make it reachable to more audidence. Thanks in advance!
This is years of knowledge I got to know by crawling so many resources all explained in 1 video. I would love an in depth video series on each of these modern web performance topics in future. Thank you for this
Will do! 👍 Keep watching, keep growing 🚀
1 thing I noticed, you said while prefetching, resource is not going to execute. But, execution won't happen for neither preload nor prefetch. The difference b/w them is that preload is a directive/command to browser while prefetch is merely a suggestion
This series is great!! Must watch for all frontend devs
Awesome ❤️ Help me to spread the series 🙏
what an awesome channel...finally advance frontend stuff
Thanks 🙏
Very useful information to catch up with the latest technology. Thank you for sharing!
Glad it was helpful! 🙏
Chirag bhai keep it up!! Kudos to you for bringing up this topic and you explained it really well.
Thanks Deepak. I'm glad you liked it. Keep watching. Pls do share it in your network ☺️
The way you teach these concepts is just awesome...Thanks for creating such a great content.
It's my pleasure. Keep watching #chakdeSystemDesign
It is always better to use async and defer for loading the script file which will significantly reduce the DOM Load time than even adding the script tag below the body. Thanks Chirag for the awesome content.
Thanks for watching 👍
Good collection of optimizations. I learned many new things.
Glad it was helpful, Abhishek!
This video is super helpful. Great, thanks dude 🙏🙏👏👏. Do more videos to the community 👍
More to come! Thanks Kevin. Keep watching #chakdeSystemDesign and do share it in your network 🙂
Can thank you enough for the great video
My pleasure! @nawazish
One day this series is going to cross million views ❤. Its very obvious from the content quality. This is pure gold❤🔥. Looking forward to complete the whole playlist.
Thank you so much 😀 Need your support to make it happen 🙏
your channel is pure gem. Thanks for creating such great and easy to understand content
Glad you think so! Keep watching and sharing #chakdeSystemDesign
Top notch content. Absolute Gem😇
Thanks a ton ❤️
Phenomenal stuff!
Thanks a ton 😊
Your knowledge is exceptional sir thank you for sharing
So nice of you ❤️🙏
Suggest to also put relevant links in description to deep dive, as these are not detailed videos
Netflix is not pure "SSR" and it also uses "CSR" in a way, as when the static page (pre-rendered on the server) is painted on the browser, the user can go and play the content which is dynamic and JS takes care to fetch and load it in the media frame
again thanks for this, even I have applied concept of lazy loading, resource hinting in my project...
Glad to help!
Thank you so much . Learning new things.
very good informative thanks
Very informative series, Please make more such type of contents 🥳
Thank you! Will do!
Great Content! respect the efforts you have put in.
Glad you enjoy it!
Awesome work Chirag, you are really a GEM :)
😃
Thank you so much 😀
Thank you for the videos, please make more 😊
More to come! Keep watching 😍
Awesome content bhaiya , really appreciate your efforts ! Keep making such knowledgable content.
Yeah, keep watching #chakdeSystemDesign. Pls help me to spread #chakdeSystemDesign series to more folks 🙂🙏
@@engineerchirag for sureeee
Great Video! One correction - "preload" attribute only downloads the assets and doesn't execute it immediately.
Thanks for highlighting it, Abhay. It loads and just caches it. I have rectified the video.
I didn’t got single concept .. but seeing my “bachpan ka yrr” on screen feels good … god bless u .. keep growing 😎
Quality Content
Thanks Scalper. Keep watching #chakdeSystemDesign and do share it in your network 🙂
thanks Chirag. lot of learnings from the video.
Great to know that @puneet. Keep watching and spreading love for #chakdeSystemDesign 🙂
If you put the script tag at the bottom of the body tag, it will first parse the HTML completely and then fetch the JavaScript file and execute it and then the DOMContentLoaded event will fire.
In the normal vs async vs differ, you forgot to mention one point that in async, scripts are not guaranteed to execute in order whereas in defer they are guaranteed to execute in order
@chirag please add timestamps so that it will helpful to refer again as video length is more.
Thanks for suggestion. Added the timestamps. Keep watching #chakdeSystemDesign
this is GOLDEN stuff
I'm glad Sachin, you think so 😍
Very well explained!! . thank you so much for the insight details about performance optimization.
I am currently working on react application, could you please make video on how we make optimize react application?
Thanks Harsh, will plan framework specific optimization soon
@@engineerchirag Thank you !!
This is great!!
What's the difference b/w if we add 'defer' in the and if we write the at the bottom?
Both using the defer attribute and placing the tag at the bottom of the HTML document can achieve deferred script execution, allowing for faster page rendering.
I believe adding defer will help in the script downloading in parallel due to the prescanner
I always wanted to try out these things but never understood these concepts due to the technical jargon used in the docs and articles, Thanks a lot for coming up with this brilliant series and taking efforts to explain the concepts in so simple ways. Also I don't know if someone has observed this but I think caching using CDN is skipped. Correct me If I am wrong.
Glad I could help! I will be covering CDN as part of build time optimization.
Thanks a lot sir for this awesome series, but I wonder if it is completed?
Also as you've mentioned in earlier comments that you will be making optimisation techniques specific to react, any update on those?
Thanks for the feedback 🙂. Wait for a big announcement 😀
@@engineerchirag @akshaymarch7 (Akshay saini)revealed the big surprise and that's one of the best things you both could've done for us, super excited to join the course.
Thanks a lot both to both of you in advance. ❤️❤️
Hey Chirag, this helps a lot but It would have been a lot better if you could have given examples and implemented that in React projects. This way, we would also know its implementation in our projects.
I really like your videos on system design. why the way which tool you are using here for writing and drawing.
Thanks JS fever.
How this is relevant in Modern JS Frameworks like React, Angular?
Fundamentals remains the same.
Is it possible to get that ppt slides ? Would be really helpful to brush up them before interview ?
Vasudev, I would suggest to create your known notes in your wording. This will help to remember it. :)
The preload does not execute the script actually. According to the documentation, even though the name contains the term load, it doesn't load and execute the script but only schedules it to be downloaded and cached with a higher priority.
Prefetch is used for improving the load time of subsequent pages while preload works best on critical resources for the current page
just reading what's in the flow charts...will be better if each topic has a separate video with real demonstration with code. BTW good video compared to other creators
Thanks. Feedback noted!
@@engineerchirag You keep constantly improving ❤️❤️❤️
I like this about you 😍
Really liked the topics you covered but the explanation could have been better. Most of the time I was confused with the explanation and have to watch another video to understand the concept, but thanks for listing those topics here.
Thanks for feedback
I feel that you unnecessarily use analogies sometimes and things would be a lot clearer if you just explain things to the point. In the layout shifts and repaints, you spoke so much about building construction that you missed out on few of the important concepts that would have easily been mentioned if you had spoken to the point.
Agreed to your point but Those unnecessary analogies are important to know for the interviews otherwise they don't take you for a knowledgeable candidate and can you please mention the points that he missed according to you. It'll be helpful.
can you please make videos of implementing these technique in details with examples😅
It's in pipeline, keep watching #chakdeSystemDesign 🚀
ye ho chuka hai kya real life me party me jate huye bike saaf karna?!
I think, it's story of most of the boys 😜
Hi Guys , Lets make this channel very famous
Thanks a ton Ganesh. Need more support for the channel. Thanks in advance 🙏🙂💖
NextJS optimization? Because these techniques cannot always be used in such indepth control!
I haven't covered any framework level optimization. But will be covering them soon. Knowing fundamentals is important. Some time these are supported out of box by framework, else we can implement them.
not useful video, no specific practical information #time wasting
Thanks for the view
Hey God, Bless this channel with lakhs of subscribers
Thanks a ton ❤️❤️❤️❤️❤️❤️❤️❤️