We are developing a website for low-level mobile devices such as Blackberry OS version 5.X - 7.X. We use gzip compression methods. But when I tested BlackBerry 5.X support for gzip support, I found that they did not specify gzip support in their request, which turns the server into sending an uncompressed version.
So, at this point, can I look at html minified delivery? So that we can save some bandwidth with these versions (without gzip support).
This is a good idea and why, if not?
Also, is there any apache module for doing minimal (removing spaces, etc.) and without compression? or should I do this with php, buffering it and decrementing it with regex?
Please correct me if I am mistaken somewhere? Thanks for the help.
Update: I found this apache: pagespeed module , but could not test, since it is only for Cent OS / Fedora / Ubuntu and I am on WAMP
source share