mtdas99
Forum Replies Created
-
Quite late. I checked again and found that the buttons work when Wordfence is the?only?enabled plugin with Rehub theme. I have contacted the theme author and received reply as “because it’s blocking saving to database, so you need to whitelist theme action that saves to database”.
Now please suggest how to achieve this.
Forum: Plugins
In reply to: [Broken Link Checker] A couple of questions having moved to BLC CloudThe exclusion list is very much important as said. In my case the edited links were not actually updated through cloud. Update link works fine in local mode. But local mode doesn’t show errors like cloud. This is a tricky situation.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lightspeed cache UCSS conflicts with Elementor pagesNo, what is this and how to do this?
Yes I have enabled rename login page and I tried to login with that renamed login page but this page also redirects to the IP.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy loaded iframes are not loadingYes.This is an affiliate marketing website.
The images which were lazy loaded doesn’t have alt attributes. Please see the image here: https://tinyurl.com/28c92bgw
For cache miss: Crawler already enabled in the Lightspeed plugin. Please see the image below: https://tinyurl.com/2aj2x7c8
- This reply was modified 1 year, 2 months ago by mtdas99.
Thsese images are external images that are not saved on my server and I have no control over them. So the size could not be changed. Only one setting is required in Lightspeed plugin that is disable optimize and add image size for external images which are not stored on current server.
Moreover, when Add image size is on then a php call made as getimagesize by Lightspeed plugin. This call increases load on the server that caused slow loading or downtime.
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP Warning: getimagesizeI am also getting this error log:
PHP Warning: getimagesize(https://cbshop.in/wp-content/uploads/2021/09/reebok-logo-1.png): failed to open stream: Redirection limit reached, aborting in /home/cbshop.in/public_html/wp-content/plugins/litespeed-cache/src/media.cls.php on line 660
Firstly I have disabled Add image size and then disabled all the media optimization settings in lightspeed plugin but still the notice showing in error log. Also the pages are loading too much slowly.
Some images are broken and some invalid urls like https://3243 are inserted in place of image url. These are causing the error.
Please fix this as soon as possible or suggest any solution.
I haven’t noticed that. Now edited. But it’s true that this page builder is worthless. It’s authors are big cheat in the market. Hope nobody can use this builder in future. Also don’t buy the Pro plugin. They will not provide support and refund is a dream. It’s authors are idiots.
Wordpress should delist this plugin from repository.
Forum: Plugins
In reply to: [LiteSpeed Cache] Issue with Browser caching wp-adminIs there any issue with my .htaccess?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/?\.user\.ini$
RewriteRule .* – [F,L,NC]
</IfModule>
<IfModule !mod_rewrite.c>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
</IfModule>
# 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]### 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 LOGIN COOKIE start ###
RewriteRule .? – [E=”Cache-Vary:wp-postpass_b958cb4987a2ab0ea7b60d2111c049d5″]
### marker LOGIN COOKIE end ###### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###### marker WEBP start ###
RewriteCond %{HTTP_ACCEPT} “image/webp” [or]
RewriteCond %{HTTP_USER_AGENT} “Page Speed”
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
### marker WEBP end ###### marker DROPQS start ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
### marker BROWSER CACHE start ###
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType application/pdf A31557600
ExpiresByType image/x-icon A31557600
ExpiresByType image/vnd.microsoft.icon A31557600
ExpiresByType image/svg+xml A31557600ExpiresByType image/jpg A31557600
ExpiresByType image/jpeg A31557600
ExpiresByType image/png A31557600
ExpiresByType image/gif A31557600
ExpiresByType image/webp A31557600ExpiresByType video/ogg A31557600
ExpiresByType audio/ogg A31557600
ExpiresByType video/mp4 A31557600
ExpiresByType video/webm A31557600ExpiresByType text/css A31557600
ExpiresByType text/javascript A31557600
ExpiresByType application/javascript A31557600
ExpiresByType application/x-javascript A31557600ExpiresByType application/x-font-ttf A31557600
ExpiresByType application/x-font-woff A31557600
ExpiresByType application/font-woff A31557600
ExpiresByType application/font-woff2 A31557600
ExpiresByType application/vnd.ms-fontobject A31557600
ExpiresByType font/ttf A31557600
ExpiresByType font/woff A31557600
ExpiresByType font/woff2 A31557600</IfModule>
### marker BROWSER CACHE end ##### LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHE
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<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
# BEGIN LiteSpeed
# The directives (lines) betweenBEGIN LiteSpeed
andEND LiteSpeed
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule Litespeed>
SetEnv noabort 1
</IfModule>
# END LiteSpeed# Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file ‘/var/www/html/wordfence-waf.php’
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file ‘/var/www/html/wordfence-waf.php’
</IfModule>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
Forum: Plugins
In reply to: [LiteSpeed Cache] Issue with Browser caching wp-adminBut I have not any other cache plugin installed. Can you please suggest me how to check opcache?
Forum: Plugins
In reply to: [LiteSpeed Cache] Issue with Browser caching wp-adminGeneral
Request URL: https://cbshop.in/wp-admin/admin-ajax.php
Request Method: POST
Status Code: 200
Remote Address: [2606:4700:8d9d:d900:abe3:4cb2:598a:888a]:443
Referrer Policy: strict-origin-when-cross-originResponse Headers
access-control-allow-credentials: true
access-control-allow-origin: https://cbshop.in
alt-svc: h3-27=”:443″; ma=86400, h3-28=”:443″; ma=86400, h3-29=”:443″; ma=86400
cache-control: no-cache, must-revalidate, max-age=0
cf-cache-status: DYNAMIC
cf-ray: 5aead6fbdfb3e920-MRS
cf-request-id: 03c6a4b1650000e920f8189200000001
content-length: 47
content-type: application/json; charset=UTF-8
date: Mon, 06 Jul 2020 16:53:04 GMT
expect-ct: max-age=604800, report-uri=”https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct”
expires: Wed, 11 Jan 1984 05:00:00 GMT
referrer-policy: strict-origin-when-cross-origin
server: cloudflare
status: 200
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-litespeed-cache-control: no-cache
x-robots-tag: noindexRequest Headers
:authority: cbshop.in
:method: POST
:path: /wp-admin/admin-ajax.php
:scheme: https
accept: application/json, text/javascript, */*; q=0.01
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9
content-length: 82
content-type: application/x-www-form-urlencoded; charset=UTF-8
cookie: wordpress_sec_b958cb4987a2ab0ea7b60d2111c049d5=cbshopin%7C1594226061%7CJL4WzDXRP3jeeQ7JfrB2px0ljiq1iX2p3mUTLUojqvO%7C907333b1ff650987184feadf9ce92cb48f394c55e8ccfae564a06a0ebf63fbef; litespeed_tab=object; __cfduid=d9e90a750512cf52f637ab0afd60004661594041811; wfls-remembered-6PC57B6yYU_jUMjvsVNvKg=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpdiI6IktCZVwvUVwvdk9CQ2Y3bkJIeXo3SjFMQT09IiwiX2V4cCI6MTU5NjYzMzgzNX0.k8OOGteoricf6Amt2nv0FMOzB9xdhYD3Gqm6KiZ67ig; wfwaf-authcookie-b49c714bd6da8c661933b06b4bb1e6e4=1%7Cadministrator%7C96b1949b22a1a31ae93a3a32e3e584c1fc6bd5d7d85359eb9d33fd42850224a4; wp-settings-1=editor%3Dtinymce%26libraryContent%3Dbrowse%26advImgDetails%3Dshow%26posts_list_mode%3Dlist%26hidetb%3D1; wp-settings-time-1=1594041836; _ga=GA1.2.1135810675.1594047266; _gid=GA1.2.632689039.1594047266; wordpress_test_cookie=WP+Cookie+check; _lscache_vary=476b29832fddb8bee94a7c44c91b7711; wordpress_logged_in_b958cb4987a2ab0ea7b60d2111c049d5=cbshopin%7C1594226061%7CJL4WzDXRP3jeeQ7JfrB2px0ljiq1iX2p3mUTLUojqvO%7C9cdee1adbaf4ed9851ccf260e2f25e4f4861d1d05ac37dd8c86a02d90cedca09; redux_current_tab_get=2; redux_current_tab=17
origin: https://cbshop.in
referer: https://cbshop.in/wp-admin/index.php
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
x-requested-with: XMLHttpRequestForm Data
interval: 60
_nonce: 2fa9909c5e
action: heartbeat
screen_id: dashboard
has_focus: falseForum: Plugins
In reply to: [LiteSpeed Cache] Issue with Browser caching wp-adminThe Object Cache is already disabled. And the Headers that I see in the page source of wp-admin pages as below:
<!–[if IE 8]>
<html xmlns=”https://www.w3.org/1999/xhtml” class=”ie8 wp-toolbar”
lang=”en-US” >
<![endif]–>
<!–[if !(IE 8) ]><!–>
<html xmlns=”https://www.w3.org/1999/xhtml” class=”wp-toolbar”
lang=”en-US” >
<!–<![endif]–>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title>Cache ‹ Cbshop.in — WordPress</title>
<script type=”text/javascript”>
addLoadEvent = function(func){if(typeof jQuery!=”undefined”)jQuery(document).ready(func);else if(typeof wpOnload!=’function’){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = ‘/wp-admin/admin-ajax.php’,
pagenow = ‘litespeed-cache_page_litespeed-cache’,
typenow = ”,
adminpage = ‘litespeed-cache_page_litespeed-cache’,
thousandsSeparator = ‘,’,
decimalPoint = ‘.’,
isRtl = 0;
</script>
<meta name=”viewport” content=”width=device-width,initial-scale=1.0″>
<link rel=’dns-prefetch’ href=’//s.w.org’ />After that all the CSS and JS appeared.
Then WordPress should remove this plugin from it’s database. Because they are cheating with the users directly. This is not expected from from a reputed CMS like WordPress.
Forum: Plugins
In reply to: [LiteSpeed Cache] 404 error on specific custom pagesCloudflare does not throw any 4xx errors as they said. Previously I was using Yoast SEO plugin. The urls are working again When deactivating Yoast SEO plugin but after some time the issue comes again. I thought it’s a conflict between LSCWP and Yoast, then I deleted yoast and activated Rank Math SEO plugin. But the still there. So probably it’s LSCWP issue. Please check again.