Custom image classes not changing to webp




Wordpress LScache Plugin: Custom image classes not changing to webp

Last Updated on: Wed, 15 Apr 2026 00:00:02
Hi, I have a custom written theme, the thumbnail is pulled through a loop and is done as the following: $featured_img_url = get_the_post_thumbnail_url(get_the_ID(),postthumbnail) echo As you can see, its just an img src with the raw URL. However, its simply not converting this to WebP. In the WebP Attribute To Replace section under Image Optimization I have added both: .card-img-top img.card-img-top Image Optimization Settings: https://i.imgur.com/ZqHDp4D.png Image HTML: https://i.imgur.com/LkmMHSD.png Report number: TXALGMQC Report date: 09/17/2022 16:37:40 The page I need help with: https://www.cottontailclub.com This issue is caused by Cloudflare. Purge browser cache and request any URL of your site a few times, then check loaded images in browser dev console and you see webp images are loaded. Hi Cache Crawler, I dont believe this is the case, I swapped the snippet to the following: echo get_the_post_thumbnail( $post_id, thumbnail, array( class => card-img-top rounded-top ) ) And this ended up fixing it for the categorys thumbnails. I do, however, still have issues with & It seems Litespeed is very picky with how these are selected, but, the_custom_logo() is part of the WordPress Codex. And my get_theme_mod( ) is fairly standard too, wp_get_attachment_image should still be replaced by the .webp version, no? please enable debug log , log should give some more information about what was going on Hi @CacheCrawler, Please see the following: 09/18/22 00:49:49.308 [31.125.92.235:39796 1 5b9] [Ctrl] 301 from https://www.cottontailclub.com/wp-admin/admin.php 09/18/22 00:49:49.308 [31.125.92.235:39796 1 5b9] [Ctrl] 301 to https://www.cottontailclub.com/wp-admin/admin.php?page=litespeed-toolbox 09/18/22 00:49:49.308 [31.125.92.235:39796 1 5b9] [Ctrl] 301 different redirection 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Core] CHK html bypass: miss footer const 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Ctrl] not cacheable before ctrl finalize 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Router] get_role: administrator 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Vary] role in vary_group [group] 99 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Vary] show_admin_bar_front: true 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Vary] admin bar : true 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Vary] no custimzed vary 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] [Ctrl] forced no cache [reason] DONOTCACHEPAGE const 09/18/22 00:49:49.309 [31.125.92.235:39796 1 5b9] X-LiteSpeed-Cache-Control: no-cache 09/18/22 00:49:49.310 [31.125.92.235:39796 1 5b9] [Core] CHK html bypass: miss footer const 09/18/22 00:49:49.310 [31.125.92.235:39796 1 5b9] Response headers --- array ( 0 => P3P: CP=CAO PSA OUR , 1 => X-Redirect-By: WordPress, 2 => Location: https://www.cottontailclub.com/wp-admin/admin.php?page=litespeed-toolbox, 3 => X-LiteSpeed-Cache-Control: no-cache, ) 09/18/22 00:49:49.310 [31.125.92.235:39796 1 5b9] End response -------------------------------------------------------------------------------- 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] ------GET HTTP/1.1 (HTTPS) /wp-admin/admin.php 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] Query String: page=litespeed-toolbox 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] HTTP_REFERER: https://www.cottontailclub.com/wp-admin/admin.php?page=litespeed-toolbox 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] User Agent: Mozilla/5.0 (Windows NT 10.0 Win64 x64 rv:104.0) Gecko/20100101 Firefox/104.0 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] Accept: text/html,application/xhtml+xml,application/xml q=0.9,image/avif,image/webp, / q=0.8 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] Accept Encoding: gzip 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] Cookie _lscache_vary: admin_bar:1 logged-in:1 role:99 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] X-LSCACHE: true 09/18/22 00:49:49.539 [31.125.92.235:39796 1 uRi] LSCACHE_VARY_VALUE: +webp 09/18/22 00:49:49.636 [31.125.92.235:39796 1 uRi] No cache due to Admin page 09/18/22 00:49:49.647 [31.125.92.235:39796 1 uRi] [Ctrl] X Cache_control -> no Cache ( logged in user ) => LiteSpeed Control::set_nocache(( logged in user ))@362 => LiteSpeed Vary->after_user_init()@86 => LiteSpeed LSC->after_user_init()@205 => WP_Hook->apply_filters(ARRAY)@307 => WP_Hook->do_action(ARRAY)@331 => /home/cottontailclub/public_html/wp-settings.php@476 09/18/22 00:49:49.648 [31.125.92.235:39796 1 uRi] [Media] init 09/18/22 00:49:49.649 [31.125.92.235:39796 1 uRi] [LQIP] init 09/18/22 00:49:49.650 [31.125.92.235:39796 1 uRi] [CDN] init 09/18/22 00:49:49.650 [31.125.92.235:39796 1 uRi] [Router] CDN bypassed: is not ajax call 09/18/22 00:49:49.650 [31.125.92.235:39796 1 uRi] [Router] CDN bypassed: ajax call from admin 09/18/22 00:49:49.650 [31.125.92.235:39796 1 uRi] Task init 09/18/22 00:49:49.650 [31.125.92.235:39796 1 uRi] [Router] LSCWP_CTRL bypassed empty 09/18/22 00:49:49.720 [31.125.92.235:39796 1 uRi] [Core] CHK html bypass: miss footer const 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Ctrl] not cacheable before ctrl finalize 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Router] get_role: administrator 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Vary] role in vary_group [group] 99 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Vary] show_admin_bar_front: true 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Vary] admin bar : true 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Vary] no custimzed vary 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Ctrl] forced no cache [reason] DONOTCACHEPAGE const 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] X-LiteSpeed-Cache-Control: no-cache 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] [Core] CHK html bypass: miss footer const 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] Response headers --- array ( 0 => P3P: CP=CAO PSA OUR , 1 => Expires: Wed, 11 Jan 1984 05:00:00 GMT, 2 => Cache-Control: no-cache, must-revalidate, max-age=0, 3 => Referrer-Policy: strict-origin-when-cross-origin, 4 => X-Frame-Options: SAMEORIGIN, 5 => Content-Type: text/html charset=UTF-8, 6 => X-LiteSpeed-Cache-Control: no-cache, ) 09/18/22 00:49:49.721 [31.125.92.235:39796 1 uRi] End response -------------------------------------------------------------------------------- 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] ------POST HTTP/1.1 (HTTPS) /wp-admin/admin-ajax.php 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] Query String: 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] HTTP_REFERER: https://www.cottontailclub.com/wp-admin/admin.php?page=litespeed-toolbox 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] User Agent: Mozilla/5.0 (Windows NT 10.0 Win64 x64 rv:104.0) Gecko/20100101 Firefox/104.0 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] Accept: application/json, text/javascript, / q=0.01 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] Accept Encoding: gzip 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] Cookie _lscache_vary: admin_bar:1 logged-in:1 role:99 09/18/22 00:49:50.567 [31.125.92.235:39796 1 1n2] X-LSCACHE: true 09/18/22 00:49:50.665 [31.125.92.235:39796 1 1n2] No cache due to Admin page 09/18/22 00:49:50.676 [31.125.92.235:39796 1 1n2] [Ctrl] X Cache_control -> no Cache ( logged in user ) => LiteSpeed Control::set_nocache(( logged in user ))@362 => LiteSpeed Vary->after_user_init()@86 => LiteSpeed LSC->after_user_init()@205 => WP_Hook->apply_filters(ARRAY)@307 => WP_Hook->do_action(ARRAY)@331 => /home/cottontailclub/public_html/wp-settings.php@476 09/18/22 00:49:50.677 [31.125.92.235:39796 1 1n2] [Media] init 09/18/22 00:49:50.678 [31.125.92.235:39796 1 1n2] [LQIP] init 09/18/22 00:49:50.678 [31.125.92.235:39796 1 1n2] [CDN] init 09/18/22 00:49:50.679 [31.125.92.235:39796 1 1n2] [Router] CDN bypassed: ajax call from admin 09/18/22 00:49:50.679 [31.125.92.235:39796 1 1n2] Task init 09/18/22 00:49:50.679 [31.125.92.235:39796 1 1n2] [Router] LSCWP_CTRL bypassed empty 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Core] CHK html bypass: miss footer const 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Ctrl] not cacheable before ctrl finalize 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Router] get_role: administrator 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Vary] role in vary_group [group] 99 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Vary] show_admin_bar_front: true 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Vary] admin bar : true 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Vary] no custimzed vary 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Ctrl] forced no cache [reason] DONOTCACHEPAGE const 09/18/22 00:49:50.720 [31.125.92.235:39796 1 1n2] [Core] Silence Comment due to REST/AJAX 09/18/22 00:49:50.721 [31.125.92.235:39796 1 1n2] X-LiteSpeed-Cache-Control: no-cache 09/18/22 00:49:50.721 [31.125.92.235:39796 1 1n2] [Core] CHK html bypass: miss footer const 09/18/22 00:49:50.721 [31.125.92.235:39796 1 1n2] Response headers --- array ( 0 => P3P: CP=CAO PSA OUR , 1 => Access-Control-Allow-Origin: https://www.cottontailclub.com, 2 => Access-Control-Allow-Credentials: true, 3 => X-Robots-Tag: noindex, 4 => X-Content-Type-Options: nosniff, 5 => Referrer-Policy: strict-origin-when-cross-origin, 6 => X-Frame-Options: SAMEORIGIN, 7 => Content-Type: application/json charset=UTF-8, 8 => Expires: Wed, 11 Jan 1984 05:00:00 GMT, 9 => Cache-Control: no-cache, must-revalidate, max-age=0, 10 => X-LiteSpeed-Cache-Control: no-cache, ) 09/18/22 00:49:50.721 [31.125.92.235:39796 1 1n2] End response -------------------------------------------------------------------------------- 09/18/22 00:49:53.032 [31.125.92.235:39796 1 8Tr] ------GET HTTP/1.1 (HTTPS) / 09/18/22 00:49:53.032 [31.125.92.235:39796 1 8Tr] Query String: 09/18/22 00:49:53.032 [31.125.92.235:39796 1 8Tr] User Agent: Mozilla/5.0 (Windows NT 10.0 Win64 x64 rv:104.0) Gecko/20100101 Firefox/104.0 09/18/22 00:49:53.032 [31.125.92.235:39796 1 8Tr] Accept: text/html,application/xhtml+xml,application/xml q=0.9,image/avif,image/webp, / q=0.8 09/18/22 00:49:53.032 [31.125.92.235:39796 1 8Tr] Accept Encoding: gzip 09/18/22 00:49:53.032 [31.125.92.235:39796 1 8Tr] X-LSCACHE: true 09/18/22 00:49:53.032 [31.125.92.235:39796 1 8Tr] LSCACHE_VARY_VALUE: +webp 09/18/22 00:49:53.136 [31.125.92.235:39796 1 8Tr] [Router] get_role: 09/18/22 00:49:53.137 [31.125.92.235:39796 1 8Tr] [Media] init 09/18/22 00:49:53.137 [31.125.92.235:39796 1 8Tr] Suppress default WP lazyload 09/18/22 00:49:53.138 [31.125.92.235:39796 1 8Tr] [Avatar] init 09/18/22 00:49:53.139 [31.125.92.235:39796 1 8Tr] [LQIP] init 09/18/22 00:49:53.141 [31.125.92.235:39796 1 8Tr] [Optm] init 09/18/22 00:49:53.142 [31.125.92.235:39796 1 8Tr] [CDN] init 09/18/22 00:49:53.142 [31.125.92.235:39796 1 8Tr] Task init 09/18/22 00:49:53.142 [31.125.92.235:39796 1 8Tr] [Router] LSCWP_CTRL bypassed empty 09/18/22 00:49:53.143 [31.125.92.235:39796 1 8Tr] [GUI] init 09/18/22 00:49:53.162 [31.125.92.235:39796 1 8Tr] [Tag] Add --- HTTP.200 09/18/22 00:49:53.162 [31.125.92.235:39796 1 8Tr] [Ctrl] X Cache_control init on 09/18/22 00:49:53.181 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/12/vertical-logo-with-text-transparent-e1663375118533.png 09/18/22 00:49:53.181 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/12/vertical-logo-with-text-transparent-e1663375118533.png.webp 09/18/22 00:49:53.185 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit-300x280.png 09/18/22 00:49:53.185 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit-300x280.png.webp 09/18/22 00:49:53.185 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit.png 09/18/22 00:49:53.186 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit.png.webp 09/18/22 00:49:53.188 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding.png 09/18/22 00:49:53.188 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding.png.webp 09/18/22 00:49:53.188 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding-300x181.png 09/18/22 00:49:53.188 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding-300x181.png.webp 09/18/22 00:49:53.194 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping.png 09/18/22 00:49:53.194 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping.png.webp 09/18/22 00:49:53.195 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping-300x181.png 09/18/22 00:49:53.195 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping-300x181.png.webp 09/18/22 00:49:53.199 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk.png 09/18/22 00:49:53.199 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk.png.webp 09/18/22 00:49:53.199 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk-300x181.png 09/18/22 00:49:53.200 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk-300x181.png.webp 09/18/22 00:49:53.203 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes.png 09/18/22 00:49:53.203 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes.png.webp 09/18/22 00:49:53.203 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes-300x181.png 09/18/22 00:49:53.203 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes-300x181.png.webp 09/18/22 00:49:53.207 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails.png 09/18/22 00:49:53.207 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails.png.webp 09/18/22 00:49:53.207 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails-300x181.png 09/18/22 00:49:53.207 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails-300x181.png.webp 09/18/22 00:49:53.211 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months.png 09/18/22 00:49:53.211 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months.png.webp 09/18/22 00:49:53.211 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months-300x181.png 09/18/22 00:49:53.212 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months-300x181.png.webp 09/18/22 00:49:53.214 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1.png 09/18/22 00:49:53.214 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1.png.webp 09/18/22 00:49:53.214 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1-300x181.png 09/18/22 00:49:53.214 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1-300x181.png.webp 09/18/22 00:49:53.218 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding.png 09/18/22 00:49:53.218 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding.png.webp 09/18/22 00:49:53.218 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding-300x181.png 09/18/22 00:49:53.218 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding-300x181.png.webp 09/18/22 00:49:53.220 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2.png 09/18/22 00:49:53.220 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2.png.webp 09/18/22 00:49:53.221 [31.125.92.235:39796 1 8Tr] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2-300x181.png 09/18/22 00:49:53.221 [31.125.92.235:39796 1 8Tr] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2-300x181.png.webp 09/18/22 00:49:53.232 [31.125.92.235:39796 1 8Tr] [Core] Footer hook called 09/18/22 00:49:53.232 [31.125.92.235:39796 1 8Tr] [Core] Footer check passed 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Ctrl] X Cache_control off - search 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Ctrl] X Cache_control -> no Cache => LiteSpeed Control::set_nocache()@362 => LiteSpeed Control->finalize()@662 => LiteSpeed LSC->send_headers()@494 => WP_Hook->apply_filters(,ARRAY)@307 => WP_Hook->do_action(ARRAY)@331 => /home/cottontailclub/public_html/wp-includes/load.php@476 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Router] get_role: 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Vary] role id: failed, guest 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Router] get_role: 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Router] get_role: 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Vary] no custimzed vary 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] X-LiteSpeed-Cache-Control: no-cache 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] [Core] Footer check passed 09/18/22 00:49:53.233 [31.125.92.235:39796 1 8Tr] bypass: Not cacheable 09/18/22 00:49:53.234 [31.125.92.235:39796 1 8Tr] GUI bypassed by no counter 09/18/22 00:49:53.234 [31.125.92.235:39796 1 8Tr] [Optm] bypass: Not cacheable 09/18/22 00:49:53.234 [31.125.92.235:39796 1 8Tr] Response headers --- array ( 0 => Content-Type: text/html charset=UTF-8, 1 => X-LiteSpeed-Tag: 4ff_HTTP.200, 2 => Link: rel=https://api.w.org/ , 3 => X-LiteSpeed-Cache-Control: no-cache, ) 09/18/22 00:49:53.234 [31.125.92.235:39796 1 8Tr] End response -------------------------------------------------------------------------------- 09/18/22 00:49:53.829 [31.125.92.235:39796 1 qkz] ------GET HTTP/1.1 (HTTPS) / 09/18/22 00:49:53.829 [31.125.92.235:39796 1 qkz] Query String: 09/18/22 00:49:53.829 [31.125.92.235:39796 1 qkz] User Agent: Mozilla/5.0 (Windows NT 10.0 Win64 x64 rv:104.0) Gecko/20100101 Firefox/104.0 09/18/22 00:49:53.829 [31.125.92.235:39796 1 qkz] Accept: text/html,application/xhtml+xml,application/xml q=0.9,image/avif,image/webp, / q=0.8 09/18/22 00:49:53.829 [31.125.92.235:39796 1 qkz] Accept Encoding: gzip 09/18/22 00:49:53.829 [31.125.92.235:39796 1 qkz] X-LSCACHE: true 09/18/22 00:49:53.829 [31.125.92.235:39796 1 qkz] LSCACHE_VARY_VALUE: +webp 09/18/22 00:49:53.921 [31.125.92.235:39796 1 qkz] [Router] get_role: 09/18/22 00:49:53.922 [31.125.92.235:39796 1 qkz] [Media] init 09/18/22 00:49:53.922 [31.125.92.235:39796 1 qkz] Suppress default WP lazyload 09/18/22 00:49:53.922 [31.125.92.235:39796 1 qkz] [Avatar] init 09/18/22 00:49:53.924 [31.125.92.235:39796 1 qkz] [LQIP] init 09/18/22 00:49:53.925 [31.125.92.235:39796 1 qkz] [Optm] init 09/18/22 00:49:53.926 [31.125.92.235:39796 1 qkz] [CDN] init 09/18/22 00:49:53.926 [31.125.92.235:39796 1 qkz] Task init 09/18/22 00:49:53.926 [31.125.92.235:39796 1 qkz] [Router] LSCWP_CTRL bypassed empty 09/18/22 00:49:53.927 [31.125.92.235:39796 1 qkz] [GUI] init 09/18/22 00:49:53.944 [31.125.92.235:39796 1 qkz] [Tag] Add --- HTTP.200 09/18/22 00:49:53.944 [31.125.92.235:39796 1 qkz] [Ctrl] X Cache_control init on 09/18/22 00:49:53.954 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/12/vertical-logo-with-text-transparent-e1663375118533.png 09/18/22 00:49:53.954 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/12/vertical-logo-with-text-transparent-e1663375118533.png.webp 09/18/22 00:49:53.957 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit-300x280.png 09/18/22 00:49:53.957 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit-300x280.png.webp 09/18/22 00:49:53.957 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit.png 09/18/22 00:49:53.957 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/12/cropped-WhatToFeedARabbit.png.webp 09/18/22 00:49:53.960 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding.png 09/18/22 00:49:53.960 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding.png.webp 09/18/22 00:49:53.960 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding-300x181.png 09/18/22 00:49:53.960 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/09/Rabbit-Shedding-300x181.png.webp 09/18/22 00:49:53.965 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping.png 09/18/22 00:49:53.966 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping.png.webp 09/18/22 00:49:53.966 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping-300x181.png 09/18/22 00:49:53.966 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/01/A-Guide-to-Rabbits-Sleeping-300x181.png.webp 09/18/22 00:49:53.971 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk.png 09/18/22 00:49:53.971 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk.png.webp 09/18/22 00:49:53.971 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk-300x181.png 09/18/22 00:49:53.971 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Can-rabbits-have-milk-300x181.png.webp 09/18/22 00:49:53.974 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes.png 09/18/22 00:49:53.975 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes.png.webp 09/18/22 00:49:53.975 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes-300x181.png 09/18/22 00:49:53.975 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/08/Why-Do-White-Bunnies-Have-red-eyes-300x181.png.webp 09/18/22 00:49:53.979 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails.png 09/18/22 00:49:53.979 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails.png.webp 09/18/22 00:49:53.979 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails-300x181.png 09/18/22 00:49:53.979 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2021/05/What-is-the-purpose-of-Rabbit-Tails-300x181.png.webp 09/18/22 00:49:53.983 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months.png 09/18/22 00:49:53.983 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months.png.webp 09/18/22 00:49:53.983 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months-300x181.png 09/18/22 00:49:53.983 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/Ways-to-keep-your-Rabbit-cool-during-the-summer-months-300x181.png.webp 09/18/22 00:49:53.986 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1.png 09/18/22 00:49:53.986 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1.png.webp 09/18/22 00:49:53.986 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1-300x181.png 09/18/22 00:49:53.986 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-pet-your-rabbit-1-300x181.png.webp 09/18/22 00:49:53.990 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding.png 09/18/22 00:49:53.990 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding.png.webp 09/18/22 00:49:53.990 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding-300x181.png 09/18/22 00:49:53.990 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/How-to-Treat-Urine-Scalding-300x181.png.webp 09/18/22 00:49:53.992 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2.png 09/18/22 00:49:53.992 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2.png.webp 09/18/22 00:49:53.993 [31.125.92.235:39796 1 qkz] [Media] webp replacing: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2-300x181.png 09/18/22 00:49:53.993 [31.125.92.235:39796 1 qkz] [Media] - replaced to: https://www.cottontailclub.com/wp-content/uploads/2022/07/What-does-your-rabbits-urine-color-mean-2-300x181.png.webp 09/18/22 00:49:54.005 [31.125.92.235:39796 1 qkz] [Core] Footer hook called 09/18/22 00:49:54.005 [31.125.92.235:39796 1 qkz] [Core] Footer check passed 09/18/22 00:49:54.005 [31.125.92.235:39796 1 qkz] [Ctrl] X Cache_control off - search 09/18/22 00:49:54.005 [31.125.92.235:39796 1 qkz] [Ctrl] X Cache_control -> no Cache => LiteSpeed Control::set_nocache()@362 => LiteSpeed Control->finalize()@662 => LiteSpeed LSC->send_headers()@494 => WP_Hook->apply_filters(,ARRAY)@307 => WP_Hook->do_action(ARRAY)@331 => /home/cottontailclub/public_html/wp-includes/load.php@476 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] [Router] get_role: 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] [Vary] role id: failed, guest 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] [Router] get_role: 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] [Router] get_role: 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] [Vary] no custimzed vary 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] X-LiteSpeed-Cache-Control: no-cache 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] [Core] Footer check passed 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] bypass: Not cacheable 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] GUI bypassed by no counter 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] [Optm] bypass: Not cacheable 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] Response headers --- array ( 0 => Content-Type: text/html charset=UTF-8, 1 => X-LiteSpeed-Tag: 4ff_HTTP.200, 2 => Link: rel=https://api.w.org/ , 3 => X-LiteSpeed-Cache-Control: no-cache, ) 09/18/22 00:49:54.006 [31.125.92.235:39796 1 qkz] End response -------------------------------------------------------------------------------- 09/18/22 00:50:00.182 [31.125.92.235:39796 1 Jac] ------GET HTTP/1.1 (HTTPS) / 09/18/22 00:50:00.182 [31.125.92.235:39796 1 Jac] Query String: 09/18/22 00:50:00.182 [31.125.92.235:39796 1 Jac] User Agent: Mozilla/5.0 (Windows NT 10.0 Win64 x64 rv:104.0) Gecko/20100101 Firefox/104.0 09/18/22 00:50:00.182 [31.125.92.235:39796 1 Jac] Accept: text/html,application/xhtml+xml,application/xml q=0.9,image/avif,image/webp, / q=0.8 09/18/22 00:50:00.182 [31.125.92.235:39796 1 Jac] Accept Encoding: gzip 09/18/22 00:50:00.182 [31.125.92.235:39796 1 Jac] X-LSCACHE: true 09/18/22 00:50:00.182 [31.125.92.235:39796 1 Jac] LSCACHE_VARY_VALUE: +webp 09/18/22 00:50:00.298 [31.125.92.235:39796 1 Jac] [Router] get_role: 09/18/22 00:50:00.299 [31.125.92.235:39796 1 Jac] [Media] init 09/18/22 00:50:00.299 [31.125.92.235:39796 1 Jac] Suppress default WP lazyload 09/18/22 00:50:00.300 [31.125.92.235:39796 1 Jac] [Avatar] init 09/18/22 00:50:00.301 [31.125.92.235:39796 1 Jac] [LQIP] init 09/18/22 00:50:00.303 [31.125.92.235:39796 1 Jac] [Optm] init 09/18/22 00:50:00.304 [31.125.92.235:39796 1 Jac] [CDN] init 09/18/22 00:50:00.304 [31.125.92.235:39796 1 Jac] Task init 09/18/22 00:50:00.304 [31.125.92.235:39796 1 Jac] [Router] LSCWP_CTRL bypassed empty 09/18/2



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference