Endpoint

Component type

module

Maintenance status

Development status

Downloads

2717

Component created

Component changed

Endpoint module is a framework which allows Drupal acts as a light endpoint.

The module was designed specifically for REST API. It contains a router that allows to follow REST style in your URLs. Here is an example:

GET /dogs
POST /dogs/create
DELETE /dogs/1
GET /dog/1
PUT /dog/1

Endpoint is really light, fast and flexible, that makes it a good solution for projects where Drupal role is mobile backend and single-page app backend.

Cluster Varnish for Drupal

Component type

module

Maintenance status

Development status

Component created

Component changed

A plugin to combine Joomla! and Varnish on the Byte clustered platform

In cooperation with Mediagrip Byte developed its own extension for Drupal. With this extension Drupal sites can run on the superfast Byte Varnish Cluster. The extension allows Drupal to automatically empty the cache for specific pages after changing an article in Drupal and cache the entire site should be emptied after clicking a special button.

Script Control

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a very granular script optimizer. It will allow administrators and developers to control the location of scripts (scope) to footer/header, etc and also disable scripts on certain paths, nodes and taxonomies. The goal of this project is to provide granular script control for sites which are trying to optimize their client/browser load times.

Component Cache Expiration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows blocks, panels, views and other page components to respond to cache expiration events triggered by the Cache Expiration module. This allows the individual components on a specific page (blocks, panels, views, etc.) to be purged when that specific page is being purged from the cache by the expire module.

Built in Support

There is currently built in support for the following components:

CSS Delivery Optimizer

Component type

module

Maintenance status

Development status

Downloads

2571

Component created

Component changed

This module aims to implement optimized CSS delivery by inlining stylesheets which are critical for rendering 'above the fold' content and load the rest asynchronously via JavaScript. This, if used well, should completely eliminate render blocking CSS from the pages, improving perceivable and absolute page load times.

Development is at its early stage at the moment although code is in a working and functional state.

Orbital Cache Nuke

Component type

module

Maintenance status

Development status

Component created

Component changed

orbital_cache_nuke
Dependencies

Autoslave

Version / Author
1.0 Justin Slattery Justin.Slattery@mlssoccer.com

Description
This module allows asynchronous remote cache invalidation between replicated Drupal environments. Available for Drupal 7.

See this blog post for details on how it works and integration.

Book Cache

Component type

module

Maintenance status

Development status

Downloads

766

Component created

Component changed

Book cache is a drop in performance improvement for the book module. Book is very expensive when it comes to calculating the previous, next, and parent links for use in rendering at the bottom of the page. By hijacking core's uncache-able version of this function, book cache is able to serve up the results from cache bins instead of calculated at run time.