Pistachio | Drupal.org
The purpose of this theme is to serve as an example of all the features a theme can have. Pistachio is not intended for actual use on a site, and definitely should not be used on a production site.
The purpose of this theme is to serve as an example of all the features a theme can have. Pistachio is not intended for actual use on a site, and definitely should not be used on a production site.
This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export
This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export
BigPipe is a fundamental redesign of the dynamic web page serving system. The general idea is to decompose web pages into small chunks called pagelets, and pipeline them through several execution stages inside web servers and browsers. This is similar to the pipelining performed by most modern microprocessors: multiple instructions are pipelined through different execution units of the processor to achieve the best performance.
BigPipe is a fundamental redesign of the dynamic web page serving system. The general idea is to decompose web pages into small chunks called pagelets, and pipeline them through several execution stages inside web servers and browsers. This is similar to the pipelining performed by most modern microprocessors: multiple instructions are pipelined through different execution units of the processor to achieve the best performance.
BigPipe is a fundamental redesign of the dynamic web page serving system. The general idea is to decompose web pages into small chunks called pagelets, and pipeline them through several execution stages inside web servers and browsers. This is similar to the pipelining performed by most modern microprocessors: multiple instructions are pipelined through different execution units of the processor to achieve the best performance.
* At a high level, BigPipe sends a HTML response in chunks: * 1. one chunk: everything until just before — this contains BigPipe * placeholders for the personalized parts of the page. Hence this sends the * non-personalized parts of the page. Let's call it The Skeleton. * 2. N chunks: a