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
Good call and there are additional reasons we should solve this:
we don't have visibility of clients requests to CDN's so we can't tell if clients requests succeed or fail. We do have http metrics for client requests directly to Sloop.
browsers stopped caching third party resources referenced by multiple sites due to possible privacy (tracking) implications - Chrome Blog. Sloop is single-tenant/k8s-cluster so there may be some caching across Sloop instances (same-site -> subdomain or path prefix based routing). Loss of potential caching speed up is probably offset by metrics (1) and HTTP2 (speed).
We can probably vendor in the various files instead of relying on CDN?
See: index.html
My work computer doesn't have access to the Internet, so sloop won't work properly when I access sloop web.
The text was updated successfully, but these errors were encountered: