Posted by moshe weitzman on September 28, 2003 at 4:44pm
A suite of modules containing fun for module developers and themers ...
Devel
- Helper functions for Drupal developers and inquisitive admins. This module can print a summary of all database queries for each page request at the bottom of each page. The summary includes how many times each query was executed on a page (shouldn't run same query multiple times), and how long each query took (short is good - use cache for complex queries).
- Also a
dprint_r($array)function is provided, which pretty prints arrays. Useful during development. Similarly, addebug_backtrace()is offerred. - much more. See this helpful demo page.
Generate content
Accelerate development of your site or module by quickly generating nodes, comments, terms, users, and more.
Devel Node Access (DNA)
View the node access entries for the node(s) that are shown on a page. Essential for developers of node access modules and useful for site admins in debugging problems with those modules.
Performance Logging
This module was removed from devel in 7/2011. It has been revived over at the performance project. Please use its issue queue for discussion.
Compatibility Note:
The Devel module will not work with the old and buggy Zend optimizer 3.2.8 and below (and possibly 3.2.x in general). More info at this comment and the rest of that issue.
Downloads
Recommended releases
Other releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Administration, Developer, Drush, Utility
- Reported installs: 91667 sites currently report using this module. View usage statistics.
- Automated tests: Enabled
- Last modified: November 8, 2011