bootstrap performance

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
heshanlk's picture

Fast Private File Transfer using X-send file

mod_xsendfile

mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers registered by the original output handler.

If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like caching-headers and sendfile or mmap if configured.

It is useful for processing script-output of e.g. php, perl or any cgi.
Referance from http://tn123.ath.cx/mod_xsendfile/

Read more
Amazon's picture

File Caching patch -avoids Drupal bootstrap and database calls for anonymous pages

File caching for Drupal 4.6 http://drupal.org/node/61227
File caching for Drupal 4.7 http://drupal.org/node/45414

Please test and review for inclusion in Drupal 4.8.

Read more
Subscribe with RSS Syndicate content