You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to make this cachable? currently the browser (firefox/chrome) at least, seem to do a fetch for every sparkline. Tried changing the code to use location.hash, but it still does it.
The text was updated successfully, but these errors were encountered:
There should be a way to CDN specific lines at least – I'm using Github to host this, and I suspect I'm not pointing at the CDN'd Github pages IP. That would cache specific URLs, but I'm not sure how to cache the svg files themselves.
One way might be to provide SVG placeholders with data attributes:
Is there a way to make this cachable? currently the browser (firefox/chrome) at least, seem to do a fetch for every sparkline. Tried changing the code to use location.hash, but it still does it.
The text was updated successfully, but these errors were encountered: