Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / slick / README.txt
index 9a442410c99786b8ca9c20d48a7c6967ef0a9234..ce11a5b9ca3fecfd2e09fde2d72b34f557754df1 100644 (file)
@@ -386,6 +386,22 @@ documentation.
 If you find this module helpful, please help back spread the love. Thanks.
 
 
+QUICK PERFORMANCE TIPS
+--------------------------------------------------------------------------------
+- Use lazyLoad "ondemand" / "anticipated" for tons of images, not "progressive".
+  Unless within an ajaxified lightbox.
+- Choose lazyload "Blazy" for carousels below the fold to delay loading them.
+- Tick "Optimized" option on the top right of Slick optionset edit page.
+- Use image style with regular sizes containing effect "crop" in the name. This
+  way all images will inherit dimensions calculated once.
+- Disable core library "slick-theme.css" as it contains font "slick" which
+  may not be in use when using own icon font at:
+  /admin/config/media/slick/ui
+- Use Blazy multi-serving images, Responsive image, or Picture, accordingly.
+- Uninstall Slick UI at production.
+- Enable Drupal cache, and CSS/ JS assets aggregation.
+
+
 AUTHOR/MAINTAINER/CREDITS
 --------------------------------------------------------------------------------
 Slick 8.x-1.x by gausarts, and other authors below.