Performance Tuning PHP |
 |
2025-06-17 |
 |
 |

27 |
 |
 |
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.