Content deleted Content added
→List: rm deleted article |
→Techniques: small edition |
||
Line 12:
*[[link 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=Docforge | accessdate=2015-01-07 }}</ref> from certain documents (such as [[HTML]] or [[JavaScript]]).
*[[filter (software)|filter]] out ads and other undesirable objects so they are not sent to the client at all.
*maintain persistent [[Transmission Control Protocol|TCP]] connections between the client and the proxy server.
|