Use the async tricks of the crawler to send the page out ASAP. Push the boost caching point further back (at php shutdown), Tip taken from the authcache module. Also fixes print_r() issues.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | boost-585424.patch | 11.48 KB | mikeytown2 |
| #3 | boost-585424.patch | 4.83 KB | mikeytown2 |
| boost-585330.patch | 2.17 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedComment #2
mikeytown2 commentedProbably won't work with xml & json... need to think of how to do this.
Comment #3
mikeytown2 commentedComment #4
mikeytown2 commentedNeed to allow async php to be an option. default would be enabled.
Comment #5
mikeytown2 commentedAlso while here, make it so one can cache just css/js, no html. Will allow for higher boost adoption rates and fix some annoying bugs, and potentially obsolete the css gzip module; or at least allow this to do things that module cant do (gzip non aggregated files).
Comment #6
mikeytown2 commentedRefactored some code as well.
Comment #7
mikeytown2 commentedcommitted