Proxy Server?
A server that acts as a middleman between the origin server and your application.
[Wiki] A proxy server that acts as an intermediary for requests from clients seeking resources from other servers.
How does it work?
- All the requests are sent to the proxy server.
- This proxy server caches the objects.
- Only the new objects are requested from the origin server.
- It reduces the number of requests to the origin server and also increases the performance of the application.
Comments
Post a Comment