Skip to content

Proper build caching #4

@jessevdp

Description

@jessevdp

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions