Title: Optimisation images
Last modified: November 20, 2017

---

# Optimisation images

 *  Resolved [awake78](https://wordpress.org/support/users/awake78/)
 * (@awake78)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/optimisation-images/)
 * Hello,
 * When I send an image optimization request, I have an error message.
    “Failed 
   to send to LiteSpeed server: Previous optimization requests remaining in queue:
   46” Yet I got the API key. It’s been 3 days that I try Please, help me! thanks
 *     ```
       Server Variables
           SERVER_SOFTWARE = LiteSpeed
           DOCUMENT_ROOT = /home/ordoabchao/public_html
           X-LSCACHE = on,crawler
           LSWCP_TAG_PREFIX = 055
   
       LSCache Plugin Options
           version = 1.6.3
           radio_select = 1
           purge_upgrade = true
           cache_priv = true
           cache_commenter = true
           cache_rest = true
           cache_page_login = true
           timed_urls = 
           timed_urls_time = 
           cache_favicon = true
           cache_resources = true
           mobileview_enabled = false
           mobileview_rules = 
           cache_uri_priv = 
           cache_browser = true
           login_cookie = 
           check_advancedcache = true
           debug = 0
           admin_ips = 127.0.0.1
           debug_level = false
           log_file_size = 30
           heartbeat = true
           debug_cookie = false
           collaps_qs = false
           log_filters = false
           log_ignore_filters = gettext
       gettext_with_context
       get_the_terms
       get_term
           log_ignore_part_filters = i18n
       locale
       settings
       option
           public_ttl = 864000
           private_ttl = 1800
           front_page_ttl = 864000
           feed_ttl = 864000
           403_ttl = 864000
           404_ttl = 864000
           500_ttl = 864000
           purge_by_post = -.A.F.H.M.PGS.PGSRP.PT.T
           excludes_uri = 
           excludes_qs = 
           excludes_cat = 
           excludes_tag = 
           css_minify = true
           css_combine = true
           css_combined_priority = false
           css_http2 = true
           css_exclude = 
           js_minify = true
           js_combine = true
           js_combined_priority = false
           js_http2 = true
           js_exclude = 
           optimize_ttl = 864000
           html_minify = true
           optm_qs_rm = true
           optm_ggfonts_rm = false
           optm_css_async = false
           optm_js_defer = true
           optm_emoji_rm = true
           optm_excludes = 
           optm_exclude_jquery = true
           cdn = false
           cdn_ori = 
           cdn_url = 
           cdn_inc_img = false
           cdn_inc_css = false
           cdn_inc_js = false
           cdn_filetype = .aac
       .css
       .eot
       .gif
       .jpeg
       .js
       .jpg
       .less
       .mp3
       .mp4
       .ogg
       .otf
       .pdf
       .png
       .svg
       .ttf
       .woff
           cdn_exclude = 
           cdn_remote_jquery = 0
           media_img_lazy = false
           media_img_lazy_placeholder = 
           media_iframe_lazy = false
           media_img_optm_cron_off = false
           media_img_webp = true
           hash = 5ERxCCJyE2YVqUYua6qp41JZtTJ9zylr
           nocache_cookies = 
           nocache_useragents = 
           crawler_include_posts = true
           crawler_include_pages = true
           crawler_include_cats = true
           crawler_include_tags = true
           crawler_excludes_cpt = 
           crawler_order_links = date_desc
           crawler_usleep = 500
           crawler_run_duration = 400
           crawler_run_interval = 600
           crawler_crawl_interval = 302400
           crawler_threads = 3
           crawler_load_limit = 1
           crawler_domain_ip = 
           crawler_custom_sitemap = https://ordo-ab-chao.fr/oac/sitemaps.xml
           crawler_cron_active = true
           esi_enabled = false
           esi_cached_admbar = true
           esi_cached_commform = true
           cache_browser_ttl = 2592000
           optm_ggfonts_async = true
           media_img_webp_only = true
   
       Wordpress Specific Extras
           wordpress version = 4.9
           locale = fr_FR
           active theme = Salient Child Theme
           active plugins = array (
         0 => 'Ultimate_VC_Addons/Ultimate_VC_Addons.php',
         1 => 'js_composer_salient/js_composer.php',
         2 => 'litespeed-cache/litespeed-cache.php',
         3 => 'loginstyle-developer/loginstyle-developer.php',
         4 => 'nav-menu-roles/nav-menu-roles.php',
         6 => 'vcanimatedgradient/vcanimatedgradient.php',
         7 => 'wp-seopress/seopress.php',
       )
   
       /home/ordoabchao/public_html/oac/.htaccess contents:
       # BEGIN LSCACHE
       ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
       <IfModule LiteSpeed>
       RewriteEngine on
       CacheLookup on
       RewriteRule .* - [E=Cache-Control:no-autoflush]
       RewriteRule min/\w+\.(css|js) - [E=cache-control:no-vary]
   
       ### marker CACHE RESOURCE start ###
       RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
       ### marker CACHE RESOURCE end ###
   
       ### marker FAVICON start ###
       RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
       ### marker FAVICON end ###
   
       ### marker BROWSER CACHE start ###
       <FilesMatch "\.(pdf|ico|svg|xml|jpg|jpeg|png|gif|webp|ogg|mp4|webm|js|css|woff|woff2|ttf|eot)(\.gz)?$">
       <IfModule mod_expires.c>
       ExpiresActive on
       ExpiresByType application/pdf A2592000
       ExpiresByType image/x-icon A2592000
       ExpiresByType image/vnd.microsoft.icon A2592000
       ExpiresByType image/svg+xml A2592000
   
       ExpiresByType image/jpg A2592000
       ExpiresByType image/jpeg A2592000
       ExpiresByType image/png A2592000
       ExpiresByType image/gif A2592000
       ExpiresByType image/webp A2592000
   
       ExpiresByType video/ogg A2592000
       ExpiresByType audio/ogg A2592000
       ExpiresByType video/mp4 A2592000
       ExpiresByType video/webm A2592000
   
       ExpiresByType text/css A2592000
       ExpiresByType text/javascript A2592000
       ExpiresByType application/javascript A2592000
       ExpiresByType application/x-javascript A2592000
   
       ExpiresByType application/x-font-ttf A2592000
       ExpiresByType application/x-font-woff A2592000
       ExpiresByType application/font-woff A2592000
       ExpiresByType application/font-woff2 A2592000
       ExpiresByType application/vnd.ms-fontobject A2592000
       ExpiresByType font/ttf A2592000
       ExpiresByType font/woff A2592000
       ExpiresByType font/woff2 A2592000
   
       </IfModule>
       </FilesMatch>
       ### marker BROWSER CACHE end ###
   
       ### marker WEBP start ###
       RewriteCond %{HTTP_ACCEPT} "image/webp"
       RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
       ### marker WEBP end ###
   
       </IfModule>
       ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
       # END LSCACHE
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /oac/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /oac/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
    -  This topic was modified 8 years, 7 months ago by [awake78](https://wordpress.org/support/users/awake78/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Hai Zheng⚡](https://wordpress.org/support/users/hailite/)
 * (@hailite)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/optimisation-images/#post-9702421)
 * You have couple failed records when fetch original image data. That stoped the
   left queues.
 * I reset them. Looks like this time they are fetched successfully.
 * Best Wishes,
    Hai
 *  Plugin Support [Hai Zheng⚡](https://wordpress.org/support/users/hailite/)
 * (@hailite)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/optimisation-images/#post-9702506)
 * I noticed you sent a new 463 images request. Looks like everything goes well.
 * Enjoy it!
 *  Thread Starter [awake78](https://wordpress.org/support/users/awake78/)
 * (@awake78)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/optimisation-images/#post-9702533)
 * Thank you for your quick reply.
 * I thought I had to make a request after your answer here.
    Now it tells me this:“
   Failed to send to LiteSpeed server: 23 hours, 59 minutes and 41 seconds left”“
   Groups of images requested is at zero”
 * Should we wait or is it a mistake?
    because I already had the same thing 2 days
   ago and after 24 hours, nothing happened.
 * Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Optimisation images’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [awake78](https://wordpress.org/support/users/awake78/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/optimisation-images/#post-9702533)
 * Status: resolved