wpmotto / wp-blaze-css

WordPress plugin to render your CSS as fast as possible.
GNU General Public License v2.0
5 stars 0 forks source link

Purge CSS #3

Open greghunt opened 3 years ago

greghunt commented 3 years ago
  1. Save all enqueued styles for a page request to a string
  2. Parse the string
  3. Render it to a file
  4. If the file exists, dequeue all styles and enqueue only the combined css file.
  5. Visually verify all styles are still the same for different configurations (pages, themes, plugins, etc)

Work already began on branch purging