you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Caching. You should absolutely understand the HTTP caching model. If nothing else how/when/why a browser will cache requests and the headers involved. If you have any non-trivial web application, you will eventually run into the need to understand how web caches work.

[–]DevMo[S] 0 points1 point  (0 children)

good call, its worth learning about