Commanding Chaos for Coworking, Open Source and Creative Communities

drupal8

Backup Database | Drupal.org

Wed, 01/06/2016 - 16:28 -- rprice

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

drupaleasypodcast
database
backup
drupal8

Backup Database | Drupal.org

Wed, 01/06/2016 - 16:28 -- rprice

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

drupaleasypodcast
database
backup
drupal8

BigPipe: Pipelining web pages for high performance

Tue, 12/08/2015 - 14:37 -- rprice

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.

drupaleasypodcast
performance
Facebook
php
drupal8

BigPipe: Pipelining web pages for high performance

Tue, 12/08/2015 - 14:37 -- rprice

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.

drupaleasypodcast
performance
Facebook
php
drupal8

BigPipe: Pipelining web pages for high performance

Tue, 12/08/2015 - 14:37 -- rprice

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.

drupaleasypodcast
performance
Facebook
php
drupal8

big_pipe - For more information about this repository, visit the project page at http://drupal.org/project/big_pipe

Mon, 12/07/2015 - 11:00 -- rprice

* 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

drupaleasypodcast
drupal8
performance

Pages

Subscribe to RSS - drupal8