Web framework: Difference between revisions

Content deleted Content added
Soham2 (talk | contribs)
Tag: Reverted
Reverted 2 edits by Soham2 (talk): Spam
Line 83:
===Caching===
{{Main article|Web cache}}
Web caching is the [[web cache|caching]] of [[World Wide Web|web]] [[electronic document|documents]] in order to reduce [[Bandwidth (computing)|bandwidth]] usage, [[web server|server]] [[load (computing)|load]], and perceived "[[Latency (engineering)|lag]]". A web cache stores copies of documents passing through it; subsequent requests may be satisfied from the cache if certain conditions are met. Some application frameworks<ref>{{cite web|url=https://www.unifiedinfotech.net/services/web-app-development/|title=How we secure your web your application: No half measures|date=20 Dec 2022}}</ref> provide mechanisms for caching documents and bypassing various stages of the page's preparation, such as database access or template interpretation.{{citation needed|date=January 2017}}
 
===Security===