reda33
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Reduce unused JavaScriptI am using Divi and i got to only one js file to reduce which seems to be related to jquery.
it looks like this:
https://www.mywebsite.com/wp-content/litespeed/js/2c64291dfdcee6fc038ce8b7b75b2d74.js?ver=fb862
I am still on Load JS Deffered: Defered
If I pressed Delay, then the site crash, I tried to exclude the following files i found on the internet here and here but still not working:
/jquery-?0-9.(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
.dipi_preloader_wrapper_outer
/Divi/js/scripts.min.js
/Divi/js/custom.unified.js
/js/magnific-popup.js
et_pb_custom
et_animation_data
var DIVI
elm.style.display
easypiechart.js
/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.jsForum: Plugins
In reply to: [LiteSpeed Cache] Serve static assets with an efficient cache policyHello,
That did not work, I think I had some others issues, I reinstalled the complete domain and now the error is gone. Thank you
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN Setup Status on PauseThank you, I sent an email last saturday but I found finally the reason, it was an oversight from myself. Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Reduce unused JavaScriptUnfortunately it broke my website.
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN Setup Status on PauseHi, here is the screenshot https://yourimageshare.com/ib/RV41WshY4o I see it in QUIC.cloud CDN Setup tab
- This reply was modified 2 years, 7 months ago by reda33.
Forum: Plugins
In reply to: [LiteSpeed Cache] guest.vary.php 404Yes it was the antivirus plugin that is making this issue, I will sort it out. Thank you
Forum: Plugins
In reply to: [LiteSpeed Cache] Serve static assets with an efficient cache policyHello, if it is not too late for replying, this is the report number (made today) : MHFUJQEH
Thank you
Forum: Plugins
In reply to: [LiteSpeed Cache] guest.vary.php 404Hello, I created a file called test.php and I copied your suggestion in /wp-content/plugins/litespeed-cache. If I open it by using https://www.mydomain.com/wp-content/plugins/litespeed-cache/test.php I get hello world. I had to deactivate Ithemes security to get it.
I hope this is what you wanted to know
- This reply was modified 2 years, 11 months ago by reda33.
Forum: Plugins
In reply to: [LiteSpeed Cache] guest.vary.php 404Hi, inside /wp-content/plugins/litespeed-cache/ there are a bunch of files, for example the file guest.vary.php, inside it is written :
<?php
*
- @since 4.1
*/
require ‘lib/guest.cls.php’;
$guest = new \LiteSpeed\Lib\Guest();
$guest->update_guest_vary();
I hope this is what you meant ? Thanks
- This reply was modified 2 years, 11 months ago by reda33.