Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Migrate Drupal 6 to 7

This sandbox module provides a basic structure for migrating users, taxonomy, and content from a Drupal 6 site to a Drupal 7 site, using the Migrate framework. The classes and code are not optimized for speed and were set up for the author's own use in migrating client's sites. There is an actual supported project with similar goals at http://drupal.org/project/migrate_d2d, which you should probably consider using instead of this project.

Cache Consistent

Introduction

Cache Consistent provides a transactional aware cache backend wrapper as a means of ensuring cache consistency in setups not using the database as a cache backend. #1679344: Race condition in node_save() when not using DB for cache_field

Cache Consistent works best with the database isolation level is set to READ-COMMITTED.
It CAN be used with REPEATABLE-READ, but will in this case only mitigate the problem,
not eliminate it all together. When configured for REPEATABLE-READ, there may also
be occasionally more cache-misses.

Drupal Watchtower

This project is developed for handy monitoring of drupal sites. It contains 2 modules – client and server.

Performance report

Screenshot of a performance report

This module tries to give an report about the current performance settings and tries to come with some recommendation related to performance extension that every Drupal site should be using to boot

Pages

Subscribe with RSS Subscribe to RSS - Developer tools