Improve the real or perceived speed of the site, or monitor performance metrics.

Database tweaks

db_tweaks Settings Page

Project merged into Drupal Tweaks module

Please use following module instead:
Drupal Tweaks

Personalized Settings

Personal Settings Configuration Page

It's a powerful module which enhance other modules functionality by personalizing form settings provided by them per user or per role.

Previous/Next API

An API for browsing next/previous nodes without overloading your database server.

Description

This module allows you to know the previous or next nodes for any given node. This is very useful for providing navigational links to the user without the expensive queries required to dynamically deduce such information on the fly.

The use case is two fold:

Usability/Navigation

For example, on a site with a gallery of images, you want to show a next/previous link with a thumbnail under each image. Your site's visitor click on the link to show new content or browse it.

Scalability

Although the previous and next nodes can be deduced with some SQL work, the queries to do so are very heavy on the database, and can bring a site to its knees. This module solves this problem by storing the previous/next node in a table so lookups are fast. Once the module is installed, it will build this index backwards via cron until all nodes have been indexed. See the "More Info" section below for a detailed post on the positive scalability impacts of implementing this module.

Configuration

The module can be restricted to certain content types to be included in the previous/next indexing. For example, you want the site's visitors to browse through video and image nodes only, but not blogs and regular pages.

Cache Static

-- This module is Abandonned for Boost Module --

********************
** CACHESTATIC **
********************
Developed and maintained by : Sébastien LIBBRECHT (sebyoga@gmail.com)
Development sponsored by : Company Noven http://www.noven.fr

##############
## INFORMATION ###
##############

This module allows to generate a static cache on file with the extension of your choice. (.html by default)
It increases considerably the speed of load.

Any more access database.. Your page returned already generated since the cache file.

It supplies several possibilities:
- Management of the cache according to an url
- Management of the cache according to a domain
- Management of the delay of expiration different from that by default for a given url
- Display a toolbar in front site for showing the information on the cache for the current page. More of direct access to diverse option of management of the cache for the current page
- Display in the backoffice the list of pages at present in cache with their expiry date
- Deletion of a page of the cache if we publish a content page.
- Management of the deletion of the cache via a cron
- Addition of a tag in footer

- Management of the cache activated or no if parameter present in the url.

PHP4

PHP4 module contains PHP5 functions which have been rewritten to make it compatible with PHP4.
Of course this module can't provide full support for PHP5, it's only defining the compatible functions.

You don't need to install this module, when you can install PEAR PHP_Compat instead.
Try:

pear install PHP_Compat-1.6.0a2

PHP_Compat Page: http://pear.php.net/package/PHP_Compat
If you can't do that, then install it.

Supported Functions

Scenario-based availability testing and benchmarking

This project aims to create a scenario-based availability testing and benchmarking suite for Drupal (and non-Drupal) websites.

Pages

Subscribe with RSS Subscribe to RSS - Performance