Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:cache:const.default.ini [2018/11/07 16:36]
qtwrk [const.default.ini]
litespeed_wiki:cache:const.default.ini [2020/09/24 17:41] (current)
Lisa Clarke Redirect to new Documentation Site
Line 1: Line 1:
-====== const.default.ini ====== +~~REDIRECT>​https:​//docs.litespeedtech.com/lscache/lscwp/admin/~~
- +
-The '​const.default.ini'​ file contains the default configuration for LSCWP. It can be used, for example by hosting providers, to change the default settings for the plugin. The file is located in the '/wp-content/litespeed-cache/​data'​ folder. +
- +
-Changes to 'const.default.ini'​ do not prevent users from changing their plugin settings. +
- +
-===== Default values ===== +
- +
-This is the standard const.default.ini file, as shipped in LSCWP. +
- +
-  ; This is the default LSCWP configuration file +
-  ; All keys and values please refer const.cls.php +
-  ; Here just list some examples +
-  ; Comments start with `;` +
-   +
-  ; OPID_PURGE_ON_UPGRADE +
-  purge_upgrade = true +
-   +
-  ; OPID_CACHE_PRIV +
-  cache_priv = true +
-   +
-  ; OPID_CACHE_COMMENTER +
-  cache_commenter = true +
-   +
-  ; OPID_CACHE_OBJECT_HOST +
-  cache_object_host = '​localhost'​ +
-  ; OPID_CACHE_OBJECT_PORT +
-  cache_object_port = '​11211'​ +
-   +
-  ; OPID_CACHE_BROWSER_TTL +
-  cache_browser_ttl = 2592000 +
-   +
-  ; OPID_PUBLIC_TTL +
-  public_ttl = 604800 +
-   +
-===== Available values ===== +
-|public_ttl|Default Public Cache TTL| +
-|private_ttl|Default Private Cache TTL| +
-|front_page_ttl|Default Front Page TTL| +
-|feed_ttl|Default Feed TTL| +
-|404_ttl|Default 404 Page TTL| +
-|403_ttl|Default 403 Page TTL| +
-|500_ttl|Default 500 Page TTL| +
-|cache_priv|Cache Logged-in Users| +
-|cache_commenter|Cache Commenters| +
-|cache_rest|Cache REST API| +
-|cache_page_login|Cache Login Page| +
-|cache_favicon|Cache favicon.ico| +
-|cache_resources|Cache PHP Resources| +
-|mobileview_enabled|Cache Mobile| +
-|mobileview_rules|List of Mobile User Agents| +
-|litespeed-cache_uri_priv|Private Cached URIs| +
-|litespeed-cache-drop_qs|Drop Query String| +
-|purge_upgrade|Purge All On Upgrade| +
-|timed_urls|Scheduled Purge URLs| +
-|timed_urls_time|Scheduled Purge Time| +
-|litespeed-forced_cache_uri|Force Cache URIs| +
-|litespeed-excludes_uri|Do Not Cache URIs| +
-|excludes_qs|Do Not Cache Query Strings| +
-|excludes_cat|Do Not Cache Categories| +
-|excludes_tag|Do Not Cache Tags| +
-|nocache_cookies|Do Not Cache Cookies| +
-|nocache_useragents|Do Not Cache User Agents| +
-|css_minify|CSS Minify| +
-|css_combine|CSS Combine| +
-|css_http2|CSS HTTP/2 Push| +
-|js_minify|JS Minify| +
-|js_combine|JS Combine| +
-|js_http2|JS HTTP/2 Push| +
-|optimize_ttl|CSS/JS Cache TTL| +
-|html_minify|HTML Minify| +
-|css_inline_minify|Inline CSS Minify| +
-|js_inline_minify|Inline JS Minify| +
-|optm_css_async|Load CSS Asynchronously| +
-|optm_ccss_gen|Generate Critical CSS| +
-|optm_ccss_async|Generate Critical CSS In Background| +
-|litespeed-optm-ccss-separate_posttype|Separate CCSS Cache Post Types| +
-|litespeed-optm-css-separate_uri|Separate CCSS Cache URIs| +
-|optm_css_async_inline|Inline CSS Async Lib| +
-|optm_js_defer|Load JS Deferred| +
-|optm_exclude_jquery|Exclude JQuery| +
-|litespeed-cache-dns_prefetch|DNS Prefetch| +
-|optm_rm_comment|Remove Comments| +
-|css_combined_priority|Combined CSS Priority| +
-|css_exclude|CSS Excludes| +
-|js_combined_priority|Combined JS Priority| +
-|js_exclude|JS Excludes| +
-|optm_max_size|Max Combined File Size| +
-|optm_qs_rm|Remove Query Strings| +
-|optm_ggfonts_async|Load Google Fonts Asynchronously| +
-|optm_ggfonts_rm|Remove Google Fonts| +
-|litespeed-optm-css|Critical CSS Rules| +
-|litespeed-optm-js-defer-excludes|JS Deferred Excludes| +
-|optm_emoji_rm|Remove WordPress Emoji| +
-|litespeed-optm_excludes|URI Excludes| +
-|media_img_lazy|Lazy Load Images| +
-|litespeed-media-lazy-img-excludes|Lazy Load Image Excludes| +
-|media_img_lazy_placeholder|Lazy Load Image Placeholder| +
-|media_placeholder_resp|Responsive Placeholder| +
-|media_placeholder_resp_color|Responsive Placeholder Background Color| +
-|media_placeholder_resp_async|Generate Reponsive Placeholder In Background| +
-|media_iframe_lazy|Lazy Load Iframes| +
-|media_img_lazyjs_inline|Inline Lazy Load Images Library| +
-|media_optm_auto|Optimize Automatically| +
-|media_optm_cron|Optimization Cron| +
-|media_optm_ori|Optimize Original Images| +
-|media_rm_ori_bkup|Remove Original Backups| +
-|media_optm_webp|Optimize WebP Versions| +
-|media_optm_lossless|Optimize Losslessly| +
-|media_optm_exif|Preserve EXIF data| +
-|media_webp_replace|Image WebP Replacement| +
-|litespeed-media-webp_attribute|WebP Attribute To Replace| +
-|media_webp_replace_srcset|WebP For Extra srcset| +
-|cdn|Enable CDN| +
-|cdn_ori|Original URLs| +
-|litespeed-cdn-ori_dir|Included Directories| +
-|cdn_exclude|Exclude Path| +
-|cdn_remote_jquery|Load JQuery Remotely| +
-|cdn_cloudflare|Cloudflare API| +
-|cdn_cloudflare_email|Email Address| +
-|cdn_cloudflare_key|Global API Key| +
-|cdn_cloudflare_name|Domain|+
  • Admin
  • Last modified: 2018/11/07 16:36
  • by qtwrk