mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-18 22:29:42 +01:00
Add HTTP Caching article from mozilla.org (#5022)
This commit is contained in:
parent
8fd4a0bd60
commit
752a1d44d7
@ -7,3 +7,7 @@ One common example of client-side caching is web browsers caching frequently acc
|
||||
Another example of client-side caching is application-level caching. Some applications, such as mobile apps, can cache data on the client's device to improve performance and reduce the amount of data that needs to be transferred over the network.
|
||||
|
||||
Client side caching has some advantages like reducing server load, faster page load times, and reducing network traffic. However, it also has some drawbacks like the potential for stale data if the client-side cache is not properly managed, or consuming memory or disk space on the client's device.
|
||||
|
||||
Learn more from the following links:
|
||||
|
||||
- [HTTP Caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching)
|
||||
|
Loading…
x
Reference in New Issue
Block a user