Berdini
Forum Replies Created
-
Thanks
Hi, same problem here with v4.5.19:
403 Forbidden Access to this resource on the server is denied!
Where could I find the V4.5.5?
ThanksWordpress 5.7.1 + elementor 3.5.4 + GeneratePress 3.0.3
LiteSpeed Cache 4.4.7
Forum: Plugins
In reply to: [LiteSpeed Cache] Elementor CSS background Images still not served as WebP@qtwrk Gracias!
Forum: Plugins
In reply to: [LiteSpeed Cache] Elementor CSS background Images still not served as WebP@qtwrk many thanks, so I need a 3rd party plugin for the moment?
Forum: Plugins
In reply to: [LiteSpeed Cache] Elementor background Images not served as WebPYes @hailite, I have Version 4.0 and CSS is served but, as I´ve written befero, WebP replacement only take place in static images but NOT on the slider background. 0 of my 40 background images are being served as webP despite 35 of them have a webP version (as the Media Library indicates)
Forum: Plugins
In reply to: [LiteSpeed Cache] Elementor background Images not served as WebPHi @tenkstars , have you been able to verify that? Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Elementor background Images not served as WebPHi,
Thanks in advance.WebP replacement only take place in static images but NOT on the slider background. 0 of my 40 background images are being served as webP despite 35 of them have a webP version (as the Media Library indicates)
Reason 1) I did it at the begining. In fact, LSC Image Information confirm this.
Image Information
Images total: 1942 groups
Congratulations, all gathered!Images total: 6864 images
Congratulations, all requested!Reason 2) As LSC plugin suggested “Results can be checked in Media Library” I can confirm in my Media Library that 80% of the background SLIDER images have a webP version BUT 0% of them are being served as webP but Jpg.
Many thanks
- This reply was modified 5 years ago by Berdini.
Forum: Plugins
In reply to: [LiteSpeed Cache] Elementor background Images not served as WebPI did but same problem. Background elementor slider images not shown in webP
I can read in github litespeed cache V4:
**Media** WebP may now be replaced in CSS
website: https://bokehfotografia.es
many thanks
Solved! (double lazy load) Stunning support, as always. Thanks
- This reply was modified 5 years, 7 months ago by Berdini.
after apply and de-apply some exclusions it seems that work, thanks
I´ve read the FAQ
https://docs.optimole.com/article/1086-why-optimole-does-not-optimize-all-the-images-from-my-site
but I couldnt find the solution
Forum: Plugins
In reply to: [LiteSpeed Cache] Error on Image optimzation LSC V3@piercand Grazie mille!!!
Forum: Plugins
In reply to: [LiteSpeed Cache] Error on Image optimzation LSC V3Same error message
Query SQL:
CREATE TABLE IF NOT EXISTS wp_litespeed_img_optming ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL DEFAULT ‘0’, optm_status tinyint(4) NOT NULL DEFAULT ‘0’, src varchar(1000) NOT NULL DEFAULT ”, server_info text NOT NULL, PRIMARY KEY (id), KEY post_id (post_id), KEY optm_status (optm_status), KEY src (src(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
MySQL response:
#1064 – Algo está equivocado en su sintax cerca ‘‘0’, optm_status tinyint(4) NOT NULL DEFAULT ‘0’, src varchar(1000) NOT ‘ en la linea 1
Forum: Plugins
In reply to: [LiteSpeed Cache] Error on Image optimzation LSC V3Hi @hailite,
I run this queryCREATE TABLE IF NOT EXISTS wp_litespeed_img_optming ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL DEFAULT ‘0’, optm_status tinyint(4) NOT NULL DEFAULT ‘0’, src varchar(1000) NOT NULL DEFAULT ”, server_info text NOT NULL, PRIMARY KEY (id), KEY post_id (post_id), KEY optm_status (optm_status), KEY src (src(765)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
and I got this response:
#1064 – Algo está equivocado en su sintax cerca ‘‘0’, optm_status tinyint(4) NOT NULL DEFAULT ‘0’, src varchar(1000) NOT ‘ en la linea 1
#1064 – something is wrong in your sintax near to… on line 1
- This reply was modified 6 years ago by Berdini.