Commanding Chaos for Coworking, Open Source and Creative Communities

performance

Safe cache_form Clear | Drupal.org

Thu, 03/10/2016 - 12:57 -- rprice

Safely remove a limited number of items from the cache_form table. This module provides a drush command drush safe-cache-form-clear that can be run at a high frequency, keeping the table at a reasonable size. It requires that you use the database cache back-end for the cache_form table. Drupal's core cron can have problems clearing out the cache_form table when it grows extremely large. This module works around this by limiting the number of items expired from the cache in a single run, dealing with a single manageable chunk at a time.

drupaleasypodcast
performance
cache
forms

Safe cache_form Clear | Drupal.org

Thu, 03/10/2016 - 12:57 -- rprice

Safely remove a limited number of items from the cache_form table. This module provides a drush command drush safe-cache-form-clear that can be run at a high frequency, keeping the table at a reasonable size. It requires that you use the database cache back-end for the cache_form table. Drupal's core cron can have problems clearing out the cache_form table when it grows extremely large. This module works around this by limiting the number of items expired from the cache in a single run, dealing with a single manageable chunk at a time.

drupaleasypodcast
performance
cache
forms

Advanced CSS/JS Aggregation | Drupal.org

Thu, 03/10/2016 - 09:52 -- rprice

AdvAgg allows you to improve the frontend performance of your site. Be sure to do a before and after comparison by using Google's PageSpeed Insights and WebPagetest.org. The performance benefits are achieved by using some of the features found in AdvAgg and its sub modules. Out of the box AdvAgg's frontend performance will be similar to core's.

drupaleasypodcast
performance
css
js
modules

Advanced CSS/JS Aggregation | Drupal.org

Thu, 03/10/2016 - 09:52 -- rprice

AdvAgg allows you to improve the frontend performance of your site. Be sure to do a before and after comparison by using Google's PageSpeed Insights and WebPagetest.org. The performance benefits are achieved by using some of the features found in AdvAgg and its sub modules. Out of the box AdvAgg's frontend performance will be similar to core's.

drupaleasypodcast
performance
css
js
modules

Advanced CSS/JS Aggregation | Drupal.org

Thu, 03/10/2016 - 09:52 -- rprice

AdvAgg allows you to improve the frontend performance of your site. Be sure to do a before and after comparison by using Google's PageSpeed Insights and WebPagetest.org. The performance benefits are achieved by using some of the features found in AdvAgg and its sub modules. Out of the box AdvAgg's frontend performance will be similar to core's.

drupaleasypodcast
performance
css
js
modules

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

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 - performance