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

Velocity.js

Integrates Velocity.js library, is an accelerated JavaScript animation engine.

Animate CSS Block

Drupal Animate CSS Block module

This module enables easy integration of Animate CSS for blocks, allowing for streamlined animation configuration and customization.

ScrollReveal JS

Integrates ScrollReveal.js, is a JavaScript library for easily animating elements as they enter/leave the viewport.

File Temporary Validator

An image of a man with a mirror for a head standing next to a file folder.

This module provides content editors validation to prevent uploading duplicate file names into the temporary directory.

Resource usage meter

Adds to HTTP headers of a response the performance data of the request not only
as the actual execution time in seconds (rtime), but also the utime and
stime:

  • rtime represents the total duration of the response generation process.

  • utime represents the actual CPU time, exclusively spent on processing only
    the PHP code of the current request, excluding other background processes.

  • stime represents the CPU time spent on kernel processes like disk read/writes
    and other IO operations.

More information: https://www.baeldung.com/linux/total-process-cpu-usage#2-the-cpu-usage

Additionally, it shows the memory usage and the disk read (inblock) and write (oublock) operations.

An example of the HTTP headers output of a response:

Pages

Subscribe with RSS Subscribe to RSS - Developer tools