Improve the real or perceived speed of the site, or monitor performance metrics.

1css1js

This project is going to put all css files in to one file for screen and one for print, also put all js files together too.

HTTP Accelerator

Static page caching with asynchronous "ESI" capabilities and graceful recaching. This is more of an academic exercise and a hobby project than anything else. It's not an attempt to compete with other caching modules, like Boost.

Goals

  • Work out of the box for any Drupal installation
  • Scalability through graceful recaching either by queueing requests or background processing
  • Extra performance through page_cache_fastpath() and mod_rewrite rules
  • Prevent thundering herds
  • Supply self-contained cache invalidation without having to rely on a cron job handling this

Requirements

Caveat

If using NFS for storing cache files, this will only work with NFS v3, as file locking is used.

Performance

Preliminary synthetic benchmarks using "ab -n1000 -c1" on the frontpage (D6):

Caching Requests/sec. Requests/sec. (xcache)
None 12.85 37.41
Drupal normal page cache 128.05 285.33

Varnish Manual

Provides a manual method for clearing Varnish based on various criteria (including filetype, Drupal menu etc)

Pages

Subscribe with RSS Subscribe to RSS - Performance