Please disable/deactivate any other Full Page Cache solutions that are currently
-
Hello there i am having the same issue and have deactivated anything of that sort propt to installing the plugin
Please advise
here is my report:
Server Variables
SERVER_SOFTWARE = LiteSpeed
DOCUMENT_ROOT = /home/ezchoice/public_html
X-LSCACHE = on
LSWCP_TAG_PREFIX = f62Wordpress Specific Extras
wordpress version = 4.9.2
siteurl = https://ezchoicefinancial.com
home = https://ezchoicefinancial.com
home_url = https://ezchoicefinancial.com
locale = en_US
active theme = Avada
active plugins = array (
0 => ‘akismet/akismet.php’,
1 => ‘call-now-button/call-now-button.php’,
2 => ‘fusion-builder/fusion-builder.php’,
3 => ‘fusion-core/fusion-core.php’,
4 => ‘go_pricing/go_pricing.php’,
5 => ‘MTQ2OTgxNzk5OTo1ZWRhOGNmNDYyNjU3ZjQ3MDY1NGZlZTE5NTI2ODE4ZDo4NTAxOjc1ZmE3OWE0ZjUxMDEyMzljN2U5ZGZjYjI2MDUzMWFhOmh0dHBzQC8vZXpjaG9pY2VmaW5hbmNpYWwuY29t-bhrHHI/google-places-reviews-pro.php’,
6 => ‘litespeed-cache/litespeed-cache.php’,
7 => ‘plugin-organizer/plugin-organizer.php’,
8 => ‘Ultimate_VC_Addons/Ultimate_VC_Addons.php’,
9 => ‘unitegallery/unitegallery.php’,
10 => ‘updraftplus/updraftplus.php’,
11 => ‘visualizer/index.php’,
12 => ‘watu/watu.php’,
13 => ‘wordpress-https/wordpress-https.php’,
14 => ‘js_composer/js_composer.php’,
15 => ‘yelp-widget-pro/yelp-widget-pro.php’,
16 => ‘wordpress-seo-premium/wp-seo-premium.php’,
17 => ‘youtube_wpress/youtube_wpress.php’,
)LSCache Plugin Options
version = 1.8.2
radio_select = 1
purge_upgrade = true
cache_priv = true
cache_commenter = true
cache_rest = true
cache_page_login = true
timed_urls =
timed_urls_time =
cache_favicon = true
cache_resources = true
mobileview_enabled = false
mobileview_rules =
cache_uri_priv =
cache_object = false
cache_object_kind = false
cache_object_host = localhost
cache_object_port = 11211
cache_object_life = 360
cache_object_persistent = true
cache_object_admin = false
cache_object_db_id = 0
cache_object_user =
cache_object_pswd =
cache_browser = false
cache_browser_ttl = 2592000
login_cookie =
check_advancedcache = true
use_http_for_https_vary = false
debug = 0
admin_ips = 127.0.0.1
debug_level = false
log_file_size = 3
heartbeat = true
debug_cookie = false
collaps_qs = false
log_filters = false
public_ttl = 604800
private_ttl = 1800
front_page_ttl = 604800
feed_ttl = 0
403_ttl = 3600
404_ttl = 3600
500_ttl = 3600
purge_by_post = A.F.H.M.PGS.PGSRP.PT.T
excludes_uri =
excludes_qs =
excludes_cat =
excludes_tag =
instant_click = false
css_minify = true
css_combine = true
css_combined_priority = false
css_http2 = true
css_exclude =
js_minify = true
js_combine = true
js_combined_priority = false
js_http2 = true
js_exclude =
optimize_ttl = 604800
html_minify = true
optm_qs_rm = false
optm_ggfonts_rm = false
optm_css_async = true
optm_js_defer = true
optm_emoji_rm = false
optm_excludes =
optm_exclude_jquery = true
optm_ggfonts_async = false
optm_max_size = 1.2
optm_rm_comment = false
cdn = false
cdn_ori =
cdn_exclude =
cdn_remote_jquery = 0
cdn_cloudflare = false
cdn_cloudflare_email =
cdn_cloudflare_key =
cdn_cloudflare_name =
cdn_cloudflare_zone =
media_img_lazy = true
media_img_lazy_placeholder =
media_iframe_lazy = false
media_img_optm_cron_off = false
media_img_webp = true
media_img_webp_only = false
media_img_exif = false
media_img_webp_lossless = false
hash = AUcMu2ScY2ro50EB2yXO0ectMrY2zJrK
nocache_cookies =
nocache_useragents =
crawler_include_posts = true
crawler_include_pages = true
crawler_include_cats = true
crawler_include_tags = true
crawler_excludes_cpt =
crawler_order_links = date_desc
crawler_usleep = 500
crawler_run_duration = 400
crawler_run_interval = 600
crawler_crawl_interval = 302400
crawler_threads = 3
crawler_load_limit = 1
crawler_domain_ip =
crawler_custom_sitemap =
crawler_cron_active = false
esi_enabled = false
esi_cached_admbar = true
esi_cached_commform = true
litespeed-cache-cdn_mapping = array (
0 =>
array (
‘url’ => false,
‘inc_img’ => false,
‘inc_css’ => false,
‘inc_js’ => false,
‘filetype’ => ‘.aac
.css
.eot
.gif
.jpeg
.js
.jpg
.less
.mp3
.mp4
.ogg
.otf
.pdf
.png
.svg
.ttf
.woff’,
),
)/home/ezchoice/public_html/.htaccess contents:
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule min/\w+\.(css|js) – [E=cache-control:no-vary]### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###### marker WEBP start ###
RewriteCond %{HTTP_ACCEPT} “image/webp”
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
### marker WEBP end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The page I need help with: [log in to see the link]
- The topic ‘Please disable/deactivate any other Full Page Cache solutions that are currently’ is closed to new replies.