Ore no Drupal
This is a tech blog of Acret Inc.
We will irregularly post contents related to web development and operation, with a focus on Drupal technology.
-
2025/04/08
In Drupal development, a common dilemma arises: should you utilize a contributed module or develop a custom solution? This decision is crucial for the efficiency, maintainability, and scalability of your project. Let's explore the factors to consider when making this choice.<br />
-
2025/04/07
Tired of repeating the same tasks in the Drupal admin UI? Wish you could automate tedious operations with a single line in the terminal? That’s where custom Drush commands come in — turning your everyday workflows into fast, repeatable, scriptable magic.<br />
-
2025/01/27
In Drupal, using the Queue API to process tasks in batches is a practical way to manage large workloads without straining server resources. This approach is particularly useful for tasks that require processing multiple items over time, such as sending out bulk emails, importing large data sets, or periodically updating records. In this guide, we'll walk through setting up a queue worker, adding items to the queue, and processing them in batches.