Resources added for Server side (#1305)

* Resources added for Server side

* Update Server side caching
pull/1374/head
Archit Sharma 2 years ago committed by GitHub
parent 51afe7b099
commit 05f39d2492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      content/roadmaps/101-backend/content/110-caching/101-server-side/readme.md

@ -1 +1,12 @@
# Server side
# Server side
Server-side caching temporarily stores web files and data on the origin server to reuse later.
When the user first requests for the webpage, the website goes under the normal process of retrieving data from the server and generates or constructs the webpage of the website. After the request has happened and the response has been sent back, the server copies the webpage and stores it as a cache.
Next time the user revisits the website, it loads the already saved or cached copy of the webpage, thus making it faster.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.starwindsoftware.com/resource-library/server-side-caching/'>Server-side caching </BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.codingninjas.com/codestudio/library/server-side-caching-and-client-side-caching'>Server-side caching and Client-side caching</BadgeLink>

Loading…
Cancel
Save