LSCACHE - Image Push issue

sip

Well-Known Member
#1
I am seeing this error for Image Push
Failed to push to LiteSpeed IAPI server: "Too many errors trying to communicate with your server for previous request."
 

sip

Well-Known Member
#4
Ok seems to be working again now.
One question: WEBP was activated after initial 1600 images were pulled.
Howe can we get all images pulled earlier to be in WEBP extension?
 

sip

Well-Known Member
#5
Webp extension is done. On checking at gtmetrix all webp image extensions give bad request error. How do we fix this.
 

Pong

Administrator
Staff member
#6
seems the info provided are insufficient for us to do the analysis. when you say "On checking at gtmetrix all webp image extensions give bad request error". can you provide more details, steps, screenshot, erroe messages?
also what's the report number for it?
https://www.litespeedtech.com/suppo...peed_wiki:cache:lscwp:troubleshooting:general
is it a firewall issue? Or domain changed?
without detailed info, it is impossible to idenfity the root cause.
 

sip

Well-Known Member
#7
seems the info provided are insufficient for us to do the analysis. when you say "On checking at gtmetrix all webp image extensions give bad request error". can you provide more details, steps, screenshot, erroe messages?
also what's the report number for it?
https://www.litespeedtech.com/suppo...peed_wiki:cache:lscwp:troubleshooting:general
is it a firewall issue? Or domain changed?
without detailed info, it is impossible to idenfity the root cause.
That issue was fixed. However, in Xenforo admin console there are few Errors logged. Here is one

Code:
ErrorException: [E_NOTICE] Undefined index: https://us4.wp.api.litespeedtech.com
 /readacted/wp-content/plugins/litespeed-cache/inc/img_optm.class.php:1117
Stack trace
Code:
#0 /readacted/wp-content/plugins/litespeed-cache/inc/img_optm.class.php(1117): XF::handlePhpError(8, '[E_NOTICE] Unde...', '/home/dlifein1/...', 1117, Array)
#1 /readacted/wp-content/plugins/litespeed-cache/inc/img_optm.class.php(932): LiteSpeed_Cache_Img_Optm->_pull_optimized_img()
#2 /readacted/wp-includes/class-wp-hook.php(286): LiteSpeed_Cache_Img_Optm::cron_pull_optimized_img()
#3 /readacted/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)
#4 /readacted/wp-includes/plugin.php(515): WP_Hook->do_action(Array)
#5 /readacted/wp-cron.php(126): do_action_ref_array('litespeed_imgop...', Array)
#6 {main}
Request state
Code:
array(4) {
  ["url"] => string(60) "/wp-cron.php?doing_wp_cron=1535484950.1396799087524414062500"
  ["referrer"] => string(80) "https://domain.tld/wp-cron.php?doing_wp_cron=1535484950.1396799087524414062500"
  ["_GET"] => array(1) {
   ["doing_wp_cron"] => string(33) "1535484950.1396799087524414062500"
  }
  ["_POST"] => array(0) {
  }
}
There are few such errors reported in XF admin

router.class.php:77 is another.
 
Last edited by a moderator:

Pong

Administrator
Staff member
#8
Which version of cache plugin do you use? Can you update to the latest one? for new issue, better create new thread.
 
Top