lume
lume copied to clipboard
Improve performance of some plugins with an internal cache
trafficstars
Enter your suggestions in details:
Some plugins like tailwind/unocss are runned for every rebuild, even if the html page doesn't change. This can be improved by creating a cache inside the plugin and don't run if it's not neccesary (if the html code didn't change)