Changes between Version 1 and Version 2 of members/GRIP-UQAM/Drupal


Ignore:
Timestamp:
Sep 19, 2016, 2:10:34 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM/Drupal

    v1 v2  
    125125* [https://git-scm.com/book/tr/v2/Git-Internals-Git-References 10.3 Git Internals - Git References]
    126126== Drupal 8 requirements and particularities ==
     127* admin/config/development/performance cache time needs to be as big as possible for the site time response to be good!
     128* Big Pipes inspired by FaceBook now in core (but experimental in Drupal 8.1)
    127129* Drupal 8.0.5 needs Postgresql >= 9.1.2 instead of 8.4.20 #11587, #11522
    128130* Drupal 8.0.5 works with Postgres, but not {{{drush site-install}}}
     
    250252=== Drupal 8 ===
    251253* http://www.garfieldtech.com/presentations/sflportland-drupal8-symfony2
     254== Performance ==
     255* https://www.drupal.org/project/lazyloader
     256* [https://www.keycdn.com/blog/speed-up-drupal/ 11 Tips to Speed Up Drupal Performance] by a CDN Provider
     257=== Cache ===
     258==== Configuring ====
     259* keyword: drupal 8 $settings['cache']['default']
     260* http://www.drupalonwindows.com/en/blog/drupal-8-performance-moving-service-container-cache-away-database
     261* https://docs.acquia.com/article/drupal-8-cache-backend
     262==== Managing cache ====
     263* https://www.drupal.org/project/purge
     264* https://www.drupal.org/project/expire (Drupal 7 only (2016-09))
     265===== Drupal 7 contrib, but in Drupal 8 core =====
     266* https://www.drupal.org/project/views_content_cache
     267==== APCu and APC ====
     268* [DebianPackage:php5-apcu]
     269* [http://stackoverflow.com/questions/10447501/how-to-de-fragment-apc-cache How to de-fragment APC cache]
     270* [http://www.jeffgeerling.com/blogs/jeff-geerling/apc-caching-dramatically APC Caching to Dramatically Reduce MySQL traffic]
     271==== Varnish ====
     272* [http://www.jeffgeerling.com/blog/2016/use-drupal-8-cache-tags-varnish-and-purge Use Drupal 8 Cache Tags with Varnish and Purge]