JibsouX
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] RevSlider webp replacement supporthi qtwrk,
Unfortunatly i already test that and it dont work :'(
I think the img url is not detectedForum: Plugins
In reply to: [LiteSpeed Cache] Visual Composer Support (img optimisation)it will be a good thing to add the support for it in the default attribut list :
div.data-vc-parallax-image
and others the plugin useForum: Plugins
In reply to: [LiteSpeed Cache] New settings tweak@serpentdriver : ^^, Tx but i know how to disable xmlrpc but if the hook is not taken before the loop of the Litespeed cache in the same way as to disable emoji in (page optimization settings_html) the link of the head is not removed, the only way to force the suppression after the generation of the cache is to do it in ob_start method to be effective with cache, but it is not a good method for optimization.
Forum: Plugins
In reply to: [LiteSpeed Cache] New settings tweakAnother setting that would be welcome : auto “Last_modified”
Like Clearfy do : https://pastebin.com/BbpyPKmV
https://www.zupimages.net/up/22/12/bu0k.pngCheers
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimisation not workingTx the repost is : VVQEPTKW
I also open a https://quic.cloud/support
Forum: Plugins
In reply to: [LiteSpeed Cache] Image Optimization IssueSame problem here, i have open a ticket on the quickcloud too ?? https://quic.cloud/support
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] XMLRPC.PHP still onYes you are right, I will see with LiteSpeed team to implement this function in addition ??
Thanks for you plugin it’s the best for file object caching on disk !
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] XMLRPC.PHP still onSo weard, i know the hook action, but the pingback link in the head is always here..
I use litespeed plugin too with docket cache since i dont have object cache plan for the server i’m on.i think clearfy does it by ob_start method to be effective with cache
- This reply was modified 3 years ago by JibsouX.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] XMLRPC.PHP still onEffectively (my bad) on the other hand it would be necessary also to clean the link of the head
<link rel=”pingback” href=” https://mysite.com/xmlrpc.php ” />You can check how clearfy does it : https://pastebin.com/r3Xq4nP3
@cbrandt , glad it worked for you ??
For my part I preferred to delete all the bdd option of the plugin because I don’t know if there is any other piece of junk lying around at least the fact of deleting everything and reimporting the settings with just what is needed allows to do as if it was a new installationI can confirm the same problem, you did not reset the “wbcr_clearfy_disable_json_rest_api” option in the database
To fix and reset the problem correctly and make it like a clean installation:
1 : saved the settings of the plugin
3 : deactivate clearfy and the plugins linked to it
2 : search in the db all that correspond to “wbcr_clearfy_”
4 : delete the search result
5 : reactivate all the clearfy plugins
6 : reinport the settingsForum: Plugins
In reply to: [LiteSpeed Cache] v.4.5.x : settings not savingHello team,
I have just updated to the latest version, this time everything works fine, I can’t figure out what caused the problem I had before.Forum: Plugins
In reply to: [LiteSpeed Cache] v.4.5.x : settings not savingHi team,
I haven’t had the time to test yet if it’s a problem of update between 2 versions.
I’m coming back to you as soon as I tried to make a clean installation/set on my preprod with the last version.I also tried to use the clean tools available through the plugin that did not change anything to the problem I remember
Tx!
- This reply was modified 3 years ago by JibsouX.
Forum: Plugins
In reply to: [LiteSpeed Cache] Some htaccess rules and maintenance mode don’t work anymoremhh in fact, it was a combination of 2 htacess rules for one part of the bug “deni from” not working :
<IfModule mod_authz_core.c>
<RequireAll>
Require all Granted
Require not env bad_bot
</RequireAll>
</IfModule><IfModule mod_setenvif.c>
SetEnvIfNoCase User-Agent ^$ keep_out
SetEnvIfNoCase User-Agent (binlar|casper|cmsworldmap|comodo|diavol|dotbot|feedfinder|flicky|ia_archiver|jakarta|kmccrew|nutch|planetwork|purebot|pycurl|skygrid|sucker|turnit|vikspider|zmeu) keep_out
<limit GET POST PUT>
Order Allow,Deny
Allow from all
Deny from env=keep_out
</limit>
</IfModule>—
For the other bug “maintenance dont work”, now it work for all pages except the home page it create cache, then after reload show home page not the default maintenance’s wordpress page..
for me the website is in a subdomain “subdomain.domain. ….”
my htaccess is :
# 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 FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON 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! ##
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_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# BEGIN LiteSpeed
# Les directives (lignes) entre ??BEGIN LiteSpeed?? et ??END LiteSpeed?? sont générées
# dynamiquement, et doivent être modifiées uniquement via les filtres WordPress.
# Toute modification des directives situées entre ces marqueurs sera surchargée.
<IfModule Litespeed>
SetEnv noabort 1
</IfModule>
# END LiteSpeedThanks in advance !
- This reply was modified 4 years, 3 months ago by JibsouX.
Forum: Plugins
In reply to: [LiteSpeed Cache] Some htaccess rules and maintenance mode don’t work anymoreHi !
Sorry for the delay, there it is :Numéro de rapport: JMDDVJZQ
Date de rapport: 12/14/2020 16:49:32Thanks in advance