May 12
Zero-Bloat Asset Manager (Conditional Loading)
What it is: A smart switchboard for the theme's code.What it’s for: Turning off the code for features you aren't using (like Wishlist or Compare).What it improves: Page weight and Google PageSpeed scores.What I want: If I disable a feature in Theme Settings, I want its code to be 100% gone from the site, not just hidden.How it should be done: Use PHP to wp_dequeue_style and wp_dequeue_script for every feature that is toggled "OFF" in the WoodMart settings panel.
Pending