←back to thread

260 points gherkinnn | 1 comments | | HN request time: 0.2s | source
Show context
mh-cx ◴[] No.42164537[source]
I wonder why the article doesn't mention utilizing the browser cache for your static CSS and JS assets instead of introducing a service worker as first measure.

Few years ago I built a shopping site MPA this way and the page transitions were almost not noticable.

replies(7): >>42164573 #>>42164584 #>>42164743 #>>42168597 #>>42169927 #>>42170948 #>>42173755 #
henriquegogo ◴[] No.42168597[source]
I was just wondering the same. Browser cache is is old and effective, but unfortunately nobody cares nowadays.
replies(1): >>42168614 #
1. leptons ◴[] No.42168614[source]
People care when the browser cache is holding on to something - "try clearing your cache" is still a very common tech support solution.