LoaderIO

Component type

module

Maintenance status

Development status

Component created

Component changed

LoaderIO module provides Drupal users a way to test their website for performance.
This module, having an insight into your Drupal installation, generates an insight about your site using Loader.IO API

Sample API:

curl -X POST
-H 'loaderio-auth: API_KEY'
-H 'Content-Type: application/json'
--data-binary '{"test_type":"cycling", "total": 6000, "duration":60, "urls": [ {"url": "http://mysite.com"} ]}'
https://api.loader.io/v2/tests

LCache

Component type

module

Maintenance status

Development status

Downloads

2753

Component created

Component changed

LCache is a module that applies the tiered caching model of multi-core processors (with local L1 and central L2 caches) to web applications. This allows scaling cache read access independently of network throughput. The current production implementation uses APCu as L1 and the database as L2.

Requirements: PHP 5.6 with APCu 4.0.11+ or PHP 7.0 with APCu 5.x.

Authcache Upstream

Component type

module

Maintenance status

Development status

Downloads

184

Component created

Component changed

This is a very simple/generic backend module for Authenticated User Page Caching (Authcache), providing the basics so that it be used to feed upstream reverse proxies and CDNs.

There's really nothing extraordinary on the code, it's a dumb authcache backend which only provides a cookie with the key that you can use upstream.