-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The plugin has to request data from Umbraco for every content item. If a site has 100 content items, that means the plugin has to send 100 GET requests to the remote Umbraco server every time the site is rebuilt. If only a single content item was altered, that means 99% of those requests were unnecessary.
If the site includes a bunch of images or other media files, these are re-downloaded as well—even when they weren't changed.
Proper build caching could make a huge difference here, especially for larger projects.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request