Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #47925


Ignore:
Timestamp:
08/22/2019 09:43:59 PM (5 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47925 – Description

    v1 v2  
    2020
    2121How can the amount of CSS in Twenty Nineteen be reduced to be more in-line with the other core themes?
     22
     23----
     24
     25A few resources related to CSS performance:
     26
     27* [https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations Reduce the Scope and Complexity of Style Calculations]
     28* [https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-blocking-css Render Blocking CSS]
     29* [https://css-tricks.com/efficiently-rendering-css/ Efficiently Rendering CSS]