0 votes
in NGINX by
What is meant by dynamic and static content? Can my Array appliance cache dynamic content?

1 Answer

0 votes
by

When a client requests a web page, a web server returns the requested content. If the content is retrieved from disk/memory and returned to the client without further processing, the content is said to be static. If the content is generated on-the-fly by the server (e.g., based on database data), it is referred to as dynamic content.

Related questions

0 votes
asked Apr 2, 2020 in NGINX by rajeshsharma
0 votes
asked May 17, 2023 in Flutter by Robin
...