11ty / eleventy-fetch

Utility to cache any remote asset: Image, Video, Web Font, CSS, JSON, etc
https://www.11ty.dev/docs/plugins/fetch/
144 stars 19 forks source link

Add more debug output to AssetCache #31

Closed clottman closed 8 months ago

clottman commented 1 year ago

When manually storing data in the cache (example from site, if you don't call asset.isCacheValid() and aren't using any other Eleventy-Fetch code, running in debug mode won't show any output at all from the Eleventy Fetch plugin.

This makes it hard to know if your asset cache is working and if not, why.

Things that I'd love to have included in the verbose/debug output:

zachleat commented 8 months ago

Shipping with Fetch v4.0.1