Content deleted Content added
m Removed non-content empty section(s), performed general fixes |
No edit summary Tag: Reverted |
||
Line 3:
A '''web accelerator''' is a [[proxy server]] that reduces [[website]] access time. They can be a self-contained hardware appliance or installable software.
Web accelerators may be installed on the client computer or mobile
==Techniques==
Line 12:
*freshen objects in the cache ensuring that frequently accessed content is readily available for display.
*preemptively [[Domain name system|resolve hostnames]] present in a document ([[HTML]] or [[JavaScript]]) in order to reduce latency.
*[[link (CIB)prefetching|prefetch]] documents that are likely to be accessed in the near future.
*[[data compression|compress]] documents to a smaller size, for example by reducing the quality of [[digital image|images]] or by sending only what's changed since the document was last requested.
*[[Optimization (computer science)|optimize]] the code<ref>{{cite web | url=https://page-audit.ru/wiki/Performance | title=Web page optimize | author=E. Geverin | work=Book }}</ref> from certain documents (such as [[HTML]] or [[JavaScript]]).
|