fast website results in more actions per visitors and higher conversions ..
CleanerPress tries to give you some more control over what is outputted to the user.
Only static css files are returned to the user make sure to chmod the folder is needed.
Hide version numbers, RSS, WLW endpoints to reduce html size and give hackers harder time..
This means that the amount of request doesn't matter, the website gets rendered 2-4 times faster.
Load jQuery from the google cdn, so the visitor allready has it cached select.
Extract the zip file and just drop the in the wp-content plugins directory of your WordPress installation and then activate the Plugin from Plugins page make sure that wp-content is chmodded..
Dynamic css files are excluded, since these require request from the server.
It's much better to load javascript after the page has been rendered..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more