Download & Extend

Faster page loads when adding page to cache; do async opp.

Project:Boost
Version:6.x-1.x-dev
Component:Caching logic
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
boost-585330.patch2.17 KB

Comments

#1

Status:active» needs review

#2

Status:needs review» needs work

Probably won't work with xml & json... need to think of how to do this.

#3

Status:needs work» needs review
AttachmentSize
boost-585424.patch 4.83 KB

#4

Need to allow async php to be an option. default would be enabled.

#5

Status:needs review» needs work

Also 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).

#6

Status:needs work» needs review

Refactored some code as well.

AttachmentSize
boost-585424.patch 11.48 KB

#7

Status:needs review» fixed

committed

#8

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.