Changes between Version 3 and Version 4 of members/GRIP-UQAM/Drupal
- Timestamp:
- Sep 19, 2016, 6:24:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/Drupal
v3 v4 256 256 * http://www.garfieldtech.com/presentations/sflportland-drupal8-symfony2 257 257 == Performance == 258 * https://www.drupal.org/project/site_audit 258 259 * https://www.drupal.org/project/lazyloader 259 260 * [https://www.keycdn.com/blog/speed-up-drupal/ 11 Tips to Speed Up Drupal Performance] by a CDN Provider 260 261 === Cache === 262 * [http://buytaert.net/making-drupal-8-fly Making Drupal 8 fly] 263 * https://api.drupal.org/api/drupal/core%21core.api.php/group/cache/8.2.x?no_cache=1474197676 264 * [https://www.sitepoint.com/exploring-cache-api-drupal-8/ Exploring the Cache API in Drupal 8] 265 * [http://wimleers.com/article/drupal-8-dynamic-page-cache Drupal 8's Dynamic Page Cache] 266 * [http://getlevelten.com/blog/randall-knutson/keys-caching-drupal The Keys to Caching Drupal] 261 267 ==== Configuring ==== 262 268 * keyword: drupal 8 $settings['cache']['default'] 263 269 * http://www.drupalonwindows.com/en/blog/drupal-8-performance-moving-service-container-cache-away-database 264 270 * https://docs.acquia.com/article/drupal-8-cache-backend 271 * [https://www.chapterthree.com/blog/how-to-turn-off-drupal-8-caching How to Turn Off Drupal 8 Caching] 265 272 ==== Managing cache ==== 266 273 * https://www.drupal.org/project/purge … … 269 276 * https://www.drupal.org/project/views_content_cache 270 277 ==== APCu and APC ==== 271 * [DebianPackage:php5-apcu] 272 * [http://stackoverflow.com/questions/10447501/how-to-de-fragment-apc-cache How to de-fragment APC cache] 278 * [wiki:members/GRIP-UQAM/PHP#APCuandAPC] 279 * [https://www.drupal.org/node/2327507 Several cache bins now use APCu caching by default] Drupal 8 280 * [https://www.drupal.org/node/2598914 Disable Drupal 8 caching during development] 281 * [https://www.drupal.org/node/2605652 Disabling the render cache] 282 * [https://www.drupal.org/node/2248767 Use fast, local cache back-end (APCu, if available) for low-write caches (bootstrap, discovery, and config)] 283 * [http://fabianx.drupalgardens.com/blog/day-1-tweak-drupal-8-performance-use-apcu-24-days-performance-goodies Day 1: Tweak Drupal 8 Performance: Use APCu - 24 days of performance goodies] 284 * [https://docs.acquia.com/article/drupal-8-cache-backend Drupal 8: Cache Backend] 285 * [https://github.com/acquia/blt/issues/40 Provide default services.yml, including APCu config] 286 * [https://github.com/acquia/blt BLT (Build and Launch Tool) is a tool that generates new Drupal projects using a standardized template derived from Acquia Professional Services' best practices.] [https://packagist.org/packages/acquia/blt acquia/blt] 287 * https://www.drupal.org/project/apcu 288 * https://www.drupal.org/project/apc 273 289 * [http://www.jeffgeerling.com/blogs/jeff-geerling/apc-caching-dramatically APC Caching to Dramatically Reduce MySQL traffic] 274 290 ==== Varnish ====