Accelerating PHP Applications |
|
2024-11-23 |
|
|
29 |
|
|
The easiest way to reduce amount of sent data is by compressing it.
Advantages
- • Text output drastically reduced.
- • Requires no or very little modification to the code.
- • Supported by majority of modern browsers.
Disadvantages
- • May increase CPU load by up to 10%
- • Some browsers claim to support it, but really don't.