Accelerating PHP Applications |
|
2024-11-23 |
|
|
31 |
|
|
HTML contains a large quantity of useless data such as whitespace, comments etc... that is normally used to
make the output readable to the developers.
In production no one other then the browser will be reading the HTML we can use the tidy extension to strip all the
unnecessary bits.
Advantages
Disadvantages
- • Requires Tidy extension.
- • CPU costs make this useful only if the output is cached.