Role memory limit

Component type

module

Maintenance status

Development status

Downloads

4163

Component created

Component changed

Summary

Role memory limit is a small module that allow you to set php_memory_limit per role and command line usage(drush).

Example of usage

Lets say your php memory limit is set to 128mb and your site has a lot of blocks and you try to get into block listing page and drupal crashes.
That is becuse there isn't enough memory.
With this module you can set so the admin have more memory, that way you can render pages that needs alot of memory but still keep the original php memory limit for other users.

Autocache

Component type

module

Maintenance status

Development status

Downloads

6374

Component created

Component changed

You need no longer bother yourself with caching strategies - which view is cached and for how long, how panels are cached. You don't even need to set up boring Rules to clear out those pesky caches. This son of a beast will even purge Varnish for you.

There is a slight problem with the short name having a capital letter A. For the time being you just have to rename it :)

Autocache is cache for kings! It does all the heavy lifting for you. Setup is as easy as:

Bootstrap optimizer

Component type

module

Maintenance status

Development status

Downloads

7309

Component created

Component changed

Switching to Drupal 7.50 makes this module obsolete, the performance issue was fixed in that version of Drupal core.

How it works

Module is searching for all modules that were deleted unproperly. Bootstrap optimizer removes this modules from {system} table. It allows Drupal to skip heavy modules/themes directory scan during every page load.

APC Flush

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is intended to be used as an APC opcode cache flush automator for high performance Drupal-setups.

If you have setup PHP with apc.stat=0 in production and you deploy code updates (with version control or CI or whatever) you need to either restart your webserver or restart php-fpm to flush the opcode cache. You could also execute apc_clear_cache() with a script.