Performance/Scalability Snippets

Title Categories Createdsort ascending

Detect missing module files.

by mkhamash
View detect missing module files.
bash
  1. for FN in `drush --extra=--skip-column-names sql-query "SELECT filename FROM system WHERE status = 1"`; do...
Drush/Bash, Performance/Scalability
for Drupal 7

snippet rating: 1

comments: 2

4 days 23 hours ago

Simple CDN (cookie free domain).

by malcolm
View simple cdn (cookie free domain).
php
  1. /**
  2.  * Implements hook_file_url_alter().
  3.  */...
Content Display, Entity/Node, Fields, File Management, Media, Performance/Scalability, SEO
for Drupal 7, 8

snippet rating: 1

1 week 3 days ago

Do you want to know which modules are implementing a hook ?

by fadehelix
View do you want to know which modules are implementing a hook ?
bash
  1. drush eval 'print_r(module_implements("menu"));'
Development/Debug, Drush/Bash, Performance/Scalability
for Drupal 7

snippet rating: 0

comments: 5

4 weeks 23 hours ago

Checklist for launch of a Drupal website.

by paulbooker
View checklist for launch of a drupal website.
text
  1. Performance
  2.  
  3. Page cache max age less than 5 minutes
  4. ...
Other, Performance/Scalability, Security

snippet rating: 5

comments: 1

1 month 1 day ago

Faster and lighter 404 page

by fadehelix
View faster and lighter 404 page
text
  1. drupal_fast_404();
Performance/Scalability
for Drupal 7

snippet rating: 0

1 month 2 days ago

Static caching

by paulbooker
View static caching
php
  1. <?php
  2. function example_function() {
  3. ...
Performance/Scalability
for Drupal 7

snippet rating: 3

1 month 3 days ago

Getting the Node NID within Modules

by abdulqadir028
View getting the node nid within modules
php
  1. /*
  2.  * You can use $node = menu_get_object(); to load the $node object to be used within your functions in any module.
  3. ...
Administration, Content Display, Development/Debug, Examples, Performance/Scalability, Utility
for Drupal 7

snippet rating: 1

comments: 4

1 month 6 days ago

Nested variable validator tool

by itarato
Other, Performance/Scalability, Utility
for Drupal 5, 6, 7, 8

snippet rating: 0

1 month 6 days ago

Example Redis and Predis configuration for Drupal 7

by timonweb
View example redis and predis configuration for drupal 7
php
  1. define('PREDIS_BASE_PATH', DRUPAL_ROOT . '/sites/all/libraries/predis-0.8/lib/');
  2. ...
Performance/Scalability
for Drupal 7

snippet rating: 1

comments: 3

2 months 3 days ago

Cache regenerator

by Komendant Melanżu
View cache regenerator
bash
  1. #!/bin/bash
  2. # Drupal cron
  3. wget...
Drush/Bash, Performance/Scalability
for Drupal 7, 8

snippet rating: 11

comments: 3

2 months 4 days ago
Subscribe to Performance/Scalability Snippets