Drupal Modules

A B C D E F G H I J L M N O P Q R S T U V W X Z All

The ad_cache_memcache module allows for serving advertisements from multiple web servers using a central memcache server. It also improves performance by caching advertisements and statistics in memory, only synchronizing with the database occasionally. Project Information Module categories:...

Commerce and advertising, Performance and Scalability, 6.x

The advanced caching module is mostly a set of patches and a supporting module to bring caching to Drupal core in places where it is needed yet currently unavailable. These include caching nodes, comments, taxonomy (terms, trees, vocabularies and terms-per-node), path aliases, and search results. The...

Performance and Scalability, Utility, 5.x, 6.x

This is the holy grail of CSS & JS aggregation and optimization. If you want your website to load faster, install this module. If you think flushing your CSS/JS directory on certain submit forms is a dumb idea, you should install this module. If you like the idea of using Google's CDN for jquery.js,...

File management, Javascript Utilities, Performance and Scalability, 6.x

Cache plugins for Panels module. Currently implemented node based cache plugin. Node based cache is intended for panels/panes which update together with nodes they contain. Advantages: Instant updates. Users don't see old content. Granular updates: only panes/panels containing changed nodes are flushed....

Performance and Scalability, 6.x

This project enhances the back end performance of core's CSS and JavaScript aggregation features. - CSS and JavaScript aggregates are generated using the same lazy creation pattern as image derivative presets. - This allows css and javascript aggregates to be built by multiple, parallel threads during...

Performance and Scalability, 7.x

Permits to load some blocks by additional AJAX request after loading the whole cached page when the page is viewed by anonymous user. It is suitable for sites which are mostly static, and the page caching for anonymous users is a great benefit, but there are some pieces of information that have to be...

Performance and Scalability, 6.x, 7.x

AJAX Cache acts much like imagecache by generating the result of a request on demand and storing it on the filesystem for later reuse. This is useful if you are trying to scale a site that makes many dynamic ajax calls. AJAX cache saves results directly to the files so the web server can serve them directly,...

Developer, Performance and Scalability, 6.x

Ajaxify Regions attempts to handle the problem of serving cached content for authenticated users. By default, page-level content is not cached for authenticated users because portions of the page layout may differ from one user to another. This module, while not currently addressing the needs of the...

Performance and Scalability, 6.x

The Akamai modules provides an integration with the Akamai Cache Control Utility (CCU) Web Service. This enables the purge/invalidation of cached URLs in the Akamai Global Network in response to different site events. It purges not only the canonical url for your page/node (node/123) but also any associated...

Administration, Performance and Scalability, Third-party integration, Utility, 6.x, 7.x

The AmazonS3 module allows the local file system to be replaced with S3. Uploads are saved into the drupal file table using D7's new file/stream wrapper system. Requirements: AWS SDK for PHP Libraries API (7.x-2.x branch) You can switch it on as the default file system scheme, or individually for file...

File management, Media, Performance and Scalability, Third-party integration, 7.x

averages

ApacheBench is a module that provides both invocation of the ApacheBench program, as well storing and reporting on cron-based invocations. - Who? Developers or webmasters. - Why? Because the results are interesting to track over time. - How? Ensure that 'ab' is available via the command line (packaged...

Developer, Performance and Scalability, Statistics, Third-party integration, Utility, 6.x

Reviews: 1

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Besides a opcode cache it provides a user cache for storing application data. This module uses the APC user cache as a cache...

Performance and Scalability, Third-party integration, Utility, 7.x

Generic helper module to allow external resources such as CSS, JavaScript and images to be fetched and cached locally. Once this module is ready and ported to 7.x it will be used to replace some custom logic in http://drupal.org/project/agrcache The module does not do anything by itself, if you're not...

Performance and Scalability, Utility, 6.x

The Authcache module offers page caching for both anonymous users and logged-in authenticated users. This allows Drupal/PHP to only spend 1-2 milliseconds serving pages, greatly reducing server resources. Please note that enabling authenticated user caching will require modifying how your user-customized...

Performance and Scalability, Utility, 6.x

This module provides a PSR-0 compatible autoloader. It can be also used as a map-based autoloader. This autoloader support different folders for different namespaces, can be used for anything, external libraries but PSR-0 compatible modules code also. It can be used in pre-bootstrap early code, even...

Developer, Performance and Scalability, 7.x

This module will give you helpful tips about indexes on Views preview, in others what queries to avoid. Development is sponsored by Webwise and Symantec. Project Information Maintenance status: Actively maintained Development status: Under active development Module...

Performance and Scalability, 6.x

This module implements a framework for calling funtions in the background. The bundled module Background Batch runs all batch jobs as a background process. Dependencies Progress Developer Executing a background process $handle = background_process_start('mymodule_dosomething', $myvar1, $myvar2);$handle...

Administration, Developer, Performance and Scalability, 6.x, 7.x, 8.x

This module allows users to specify a preferred bandwidth for viewing videos. Features include : - Block with links to choose the preferred bandwidth - Option in the user profile to change the bandwidth - Name of the bandwidth is included at the beginning of all intern URLs (http://www.example.com/lo/page...

Content, Content display, File management, Media, Performance and Scalability, Site navigation, 6.x

This module is looking for a co-maintainer. Please contact psynaptic via his personal contact form if you are interested. The Beautify module buffers the HTML output of Drupal and processes it through HTML Tidy, htmLawed or a set of built-in search/replace functions for beautifying (auto-indentation),...

Developer, Performance and Scalability, Third-party integration, Utility, 5.x, 6.x

Drupal often add a lot of CSS and JS files to a page request. The added weight and number of HTTP requests is bad for performance. This can be partly fixed by the CSS and JS aggregation feature in Drupal (also see Aggregate cache). But you still have a slight weight problem to those aggregated files. One...

Performance and Scalability, Theme enhancements, Utility, 7.x

In order to perform a "rush" performance test you will need to allow the app to hit a URL on your site and return only "42" for verification. This will let you set that URL which is custom to your account and setup the simple response... if you don't want txt files in your root :) Blitz makes load and...

Performance and Scalability, Third-party integration, 6.x

This module creates a cached version of each block. Block caching happens separately from page caching and so it will work for logged-in users whether or not page caching is enabled for the site. Cached blocks make just one call to the database and can therefore reduce the overhead required to render...

Content, Content display, Performance and Scalability, Utility, 5.x

averages

Alter cache settings per block. Cache settings per block are now set in code, but if you don't like the default - usually none - you can now easily change this. Install this to speed up block rendering for authenticated users. Currently this module doesn't work anymore on Drupal core 6.22, see #1173012:...

Performance and Scalability, Utility, 6.x, 7.x

Reviews: 1

This project is a wrapper for Boomerang, a Javascript program which "measures the performance of your website from your end user's point of view." The statistics gathered include: Round trip time of the page ("t_done") User's measured bandwidth in bytes per second ("bw") User's measured HTTP latency...

Javascript Utilities, Performance and Scalability, 6.x

averages

Boost provides static page caching for Drupal enabling a very significant performance and scalability boost for sites that receive mostly anonymous traffic. Boost is very easy to install and has been throughly tested on Shared, VPS and Dedicated hosting. Apache is fully supported, with Nginx, Lighttpd...

Import and export, Performance and Scalability, Utility, 5.x, 6.x, 7.x

Reviews: 5

A B C D E F G H I J L M N O P Q R S T U V W X Z All

Twitter


Sponsored By


iO1 Drupal Consultants

Top Drupal Books

  1. Using Drupal (O'Reilly)
  2. Definitive Guide to D7
  3. Beginning Drupal 7
  4. Drupal For Dummies
  5. Pro Drupal Development 7
Module Finder New Modules RSS Feeds