X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fslick%2FREADME.txt;h=ce11a5b9ca3fecfd2e09fde2d72b34f557754df1;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=9a442410c99786b8ca9c20d48a7c6967ef0a9234;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/modules/contrib/slick/README.txt b/web/modules/contrib/slick/README.txt index 9a442410c..ce11a5b9c 100644 --- a/web/modules/contrib/slick/README.txt +++ b/web/modules/contrib/slick/README.txt @@ -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.