Graceful Menu Cache

Component type

module

Maintenance status

Development status

Component created

Component changed

Graceful Menu Cache flags menu caches as stale instead of clearing them.
At cron run, it generates new caches and then replaces the old caches.
Doing so, users only have to wait for the cache to build, the first time it gets loaded.
This gives a major performance boost to Drupal installations with a lot of menu items.

The disadvantage is that it takes longer for anonymous users to see menu changes. It takes as long as the cron frequency.

Codit: Crons

Component type

module

Maintenance status

Development status

Downloads

2698

Component created

Component changed

CONTENTS

  • Introduction
  • Features
  • Requirements
  • Installation
  • Configuration
  • Submodules
  • FAQ
  • Bonus Features
  • Maintainers

INTRODUCTION

Codit: Crons allows a developer to add multiple jobs (functions with spoecific
actions) to the cron with each cron job having its own timing.

fcgen

Component type

module

Maintenance status

Development status

Component created

Component changed

# FCGen - Fake Content Generation

The goal of this module is to provide a basis for generating real-seeming content in a manner which is consistent and customizable.

## Intended Usage

This module is not designed to be used on its own. It extends migrate so that you as the end user can create migrations which are based off of fake sources,
so that you can create test content that accurately represents your use cases.

The reason behind this is so that a site can be tested with large amounts of real content, for performance and load testing.

Multisite Matcher

Component type

module

Maintenance status

Development status

Downloads

1509

Component created

Component changed

Sitematcher is not literally a Drupal module, but a handy API tool for Drupal multisite environments. It aims to reduce non-versioned and also copy & paste overhead at bootstrap level by replacing file- and folder-based configuration with configuration arrays. This reduces the common side effects of repeated code,
and also allows for versioning most of your bootstrap-level configuration files without revealing secrets (like database configuration).