Title: Image not accelerating
Last modified: February 21, 2024

---

# Image not accelerating

 *  Resolved [sophil](https://wordpress.org/support/users/sophil/)
 * (@sophil)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/image-not-accelerating/)
 * Hi guys.
 * Please, I am using Open Litespeed web server, and I found that my images are 
   not automatically accelerated.
 * Do I have to open qcloud to use the default image acceleration?

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/image-not-accelerating/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/image-not-accelerating/page/2/?output_format=md)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17452645)
 * please explain a bit what exactly do you mean by `image acceleration` ?
 *  [ihysen](https://wordpress.org/support/users/ihysen/)
 * (@ihysen)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17453247)
 * > [View post on imgur.com](https://imgur.com/a/q45CnLh)
 * what can I do?
 * I install litespeed cache for 1 months, image acc is not worked.
 * thanks.
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17453278)
 * the imgur isn’t opening on me for some reason , please upload image to somewhere
   else and share link.
 *  [ihysen](https://wordpress.org/support/users/ihysen/)
 * (@ihysen)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17453285)
 * ok. [https://postimg.cc/k6wyDhYt](https://postimg.cc/k6wyDhYt)
 * ![](https://postimg.cc/k6wyDhYt)
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17453309)
 * please do me a full screenshot on your image optm summary page
 *  [ihysen](https://wordpress.org/support/users/ihysen/)
 * (@ihysen)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17455059)
 * OK.
 * LiteSpeed Cache Image Optimization did not work.
 * [https://i.postimg.cc/Qt6tqHfs/litespeed-image-issue.png](https://i.postimg.cc/Qt6tqHfs/litespeed-image-issue.png)
 * ![](https://i0.wp.com/i.postimg.cc/Qt6tqHfs/litespeed-image-issue.png?ssl=1)
 * image from link:[https://abc.com/wp-admin/admin.php?page=litespeed-img_optm](https://abc.com/wp-admin/admin.php?page=litespeed-img_optm)
 * ![](https://i0.wp.com/i.postimg.cc/RFj0Yjxb/dashboard.png?ssl=1)
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17456186)
 * please try click “clean up unfinished data” then send again , wait for few moments,
   see what happens.
 *  [ihysen](https://wordpress.org/support/users/ihysen/)
 * (@ihysen)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17456357)
 * thanks.
 * I have done. Clean up unfinished data, then send again. waiting the result.
 * [https://i.postimg.cc/TYkZJdtc/1709039409229.png](https://i.postimg.cc/TYkZJdtc/1709039409229.png)
 * ![](https://i0.wp.com/i.postimg.cc/TYkZJdtc/1709039409229.png?ssl=1)
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17458458)
 * how did it go ?
 *  [ihysen](https://wordpress.org/support/users/ihysen/)
 * (@ihysen)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17458772)
 * Unfortunately, Same issue.
 * Thank you for following up on this issue!
 * [https://i.postimg.cc/VsJsK3m9/image-limit-1.png](https://i.postimg.cc/VsJsK3m9/image-limit-1.png)
 * ![](https://i0.wp.com/i.postimg.cc/VsJsK3m9/image-limit-1.png?ssl=1)
 * Only one image was successfully optimized
 * [https://i.postimg.cc/1Rbm2J3k/litespeed-image-acc-only1.png](https://i.postimg.cc/1Rbm2J3k/litespeed-image-acc-only1.png)
 * ![](https://i0.wp.com/i.postimg.cc/1Rbm2J3k/litespeed-image-acc-only1.png?ssl
   =1)
 * I did the clear cache, send it again, same problem.
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17459354)
 *     ```wp-block-code
       <?php
   
       require( './wp-load.php' );
       $args = array(
         'timeout'   => 100,
         'blocking'  => true,
         'sslverify' => false,
         // 'cookies'   => $_COOKIE,
       );
   
       $url = 'https://domain.com/wp-admin/admin-ajax.php?action=async_litespeed&nonce=123123123&litespeed_type=imgoptm_force';
       $result = wp_remote_post(esc_url_raw($url), $args);
   
       var_dump($result);
       ```
   
 * please create a php file , name it like `test.php` put it at same dir as your
   wp-config.php , replace `domain.com` to your actual , then open it in browser,
   see what it retruns.
 *  [ihysen](https://wordpress.org/support/users/ihysen/)
 * (@ihysen)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17459991)
 * ![](https://i0.wp.com/i.postimg.cc/Qxv9RRbr/php-file-return.png?ssl=1)
 * [https://i.postimg.cc/Qxv9RRbr/php-file-return.png](https://i.postimg.cc/Qxv9RRbr/php-file-return.png)
 * file path:
   [https://1.2.3.4:8090/filemanager/xyz.com/public_html/litespeed_test.php](https://1.2.3.4:8090/filemanager/xyz.com/public_html/litespeed_test.php)
 * ![](https://i0.wp.com/i.postimg.cc/Y9scP3Rc/test-php-file.png?ssl=1)
 * [https://i.postimg.cc/Y9scP3Rc/test-php-file.png](https://i.postimg.cc/Y9scP3Rc/test-php-file.png)
 * ——————–
 * I created a file named litespeed_test.php and put it in the same directory as
   wp-config.php, pasted the contents of the above file, replaced domain.com with
   my actual domain name such as abc.com, and then opened it in a browser with an
   address that begins with an ip address, and the prompt was. Domain does not exists.
 * The address entered in the address bar is.
   [https://1.2.3.4:8090/filemanager/abc.com/public_html/litespeed_test.php](https://1.2.3.4:8090/filemanager/abc.com/public_html/litespeed_test.php)
 * I double-checked, and I got abc.com right.
   Also, the file does not open at abc.
   com/public_html/litespeed_test.php.
 * Is there anything I should do?
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17461547)
 * please provide the report number
 * you can get it in toolbox -> report -> click “send to LiteSpeed”
 *  [ihysen](https://wordpress.org/support/users/ihysen/)
 * (@ihysen)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17464020)
 * ok, I have send it .
 * If there’s anything I can do, please let me know. Thank you.
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/#post-17465014)
 * yeah thanks, once you clicked send button , it will generate you a 8-letter string,
   that’s the report number , please provide me that , so I can locate your report.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/image-not-accelerating/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/image-not-accelerating/page/2/?output_format=md)

The topic ‘Image not accelerating’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 19 replies
 * 3 participants
 * Last reply from: [sophil](https://wordpress.org/support/users/sophil/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/image-not-accelerating/page/2/#post-17474574)
 * Status: resolved