Resources added for Server side (#1305)
* Resources added for Server side * Update Server side cachingpull/1657/head
parent
42e4b38f47
commit
dd760610e3
1 changed files with 12 additions and 1 deletions
@ -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…
Reference in new issue