How CSS and JavaScript can affect page rendering

Sdílet
Vložit

Komentáře • 6

  • @ashobiz
    @ashobiz Před 11 měsíci +1

    Watched all of your performance videos. Very helpful. No other channel has such quality videos about performance. Waiting for more.

  • @yannickletallec3709
    @yannickletallec3709 Před 9 lety +5

    Umar,
    i truelly appreciate your work, first the gif series, and now the videos
    it's very nice, keep going on !!
    A french fan
    Yannick

  •  Před 9 lety +1

    Also worth mentioning: There is no standard "async" attribute for (or anything analogous), so a custom method, like Filamentgroup’s loadCSS, has to be used to load non-critical CSS without blocking page rendering.

  • @thiruppathimuthukumar7171

    Thank you for your tips.. Very helpful.. :)

  • @stefanjudis
    @stefanjudis Před 9 lety +1

    Hey hey,
    thanks. That's a great beginner introduction. :)
    Quick question - what's the deal with the following.
    click
    Why the document.write('') and why not use an actual link? Is there any reason for that?