Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Blocking CSS

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257212
    stackon
    Participant

    hi
    my website( http://stackontechnologies.com/ ) have poor loading time. google say its css is blocked, which takes more rendering time. Is it possible. mostly website use plugins.

    #257215
    Atelierbram
    Participant

    When interested in non-blocking CSS search for: “filamentgroup loadCSS”.

    But also just look at the amount of external requests, about 15 for CSS and about the same amount of javaScript files included (, and the site is not on http2 yet as far as I can see, so no benefits there).
    Optimisation is tough when you have to do it after the fact. Best is to keep it in mind from the very beginning and make it a sport to concatenate those scripts and styles in two single files, and/or limit those plugins only for the webpages that actually uses them, and maybe inline them when there small and are only used on that one page (limited benefits from cache in that case).

    #257231
    Atelierbram
    Participant

    @stackon this video: “The First Meaningful Paint – Patrick Hamann / Front-Trends 2017” explains things quite well.

    #257312
    stackon
    Participant

    @Atelierbram thanks for the reply

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.