issues
search
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
Save all enqueued styles for a page request to a string
Parse the string
Render it to a file
If the file exists, dequeue all styles and enqueue only the combined css file.
Visually verify all styles are still the same for different configurations (pages, themes, plugins, etc)
Work already began on branch purging
Work already began on branch purging