Search results

  1. hai

    [Resolved] Js Defer problem

    As long as you turn on JS defer, it won't slow down your page loading. Also if you have HTTP/2 push on, it will be faster. WP puts JQ before <body> tag, if you move it to bottom, you added a new one manually? In this case, you can disable LSCWP's optimizer to move it by adding attribute...
  2. hai

    [Resolved] Js Defer problem

    When you enable Exclude JQuery, the jquery should be in the top of the page. Can you give a page or a report number so we can check?
  3. hai

    [Resolved] ERROR 6000: Notice

    Hi Tony, do you mind to create a new topic and give a report number? Thanks.
  4. hai

    Desktop site randomly shows on mobile

    Please give a report number. This may happen when the mobile is not in `List of Mobile User Agents` list but is taken as mobile by that mobile plugin. You may need to make it reproduced for further debug.
  5. hai

    LSCache attemps to GET files that don't exist

    Yes we are ware of this issue. To handle this kind of requirement, A new button for client to clear all failed data and to start over will be added. It's supposed to be in next week's release. Please try at that time again. Thanks for your patience.
  6. hai

    Credits did not recover after image optimization

    I just added it back. Please tell if you get any new issue in next optimization request
  7. hai

    Credits did not recover after image optimization

    This happened because our servers internal communication for data sync failed. That is to say, your images are pulled but credit didn't get recover. We manually recovered it. Apologize for the inconvenience.
  8. hai

    Credits did not recover after image optimization

    Please tell the report number
  9. hai

    No Message After Failure - Image Optimization - 1.6.5.1

    Hi, this is because you have 20 child images in 1 group( WOW that's a lot ), and it hits the credit limit so failed. Can you give the report number so we can check. Prolly we can manually add some credits for your account for level 1.
  10. hai

    Failed to push to LiteSpeed server: Plugin v1.6.4+ needed

    We keep improving our image optimization server to give better service. The previous version has a timeout issue if the communication between client and our server. We upgraded the server API version to get rid of that issue. If you have any concern, please let us know. Thanks.
  11. hai

    Cache randomly breaks styling

    When you meet the broken pages, can you turn on dev tools and see if there is any css files loading error?
  12. hai

    [Resolved] CSS Minify causes 404 errors for fontello/fontawesome

    You should exclude fontawesome css from optimization. Once its optimized, the path of that css will be changed to /min/xxx.css, which will cause the relative font path in css 404.
  13. hai

    CDN webfont error

    Looks like BebasNeue-webfont.woff and other fonts have no CORS issues anymore. Only webfont.woff and webfont.woff2 still have this issue as I just checked.
  14. hai

    CDN webfont error

    This is CORS issue. (index):1 Access to Font at https://d2qf5iffjdpwf8.cloudfront.net/wp-content/themes/sahifa/fonts/BebasNeue/BebasNeue-webfont.woff from origin https://www.digitalcashpalace.com has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the...
  15. hai

    Cache not purged by scheduled posts

    Will answer in https://wordpress.org/support/topic/not-purged-by-scheduled-posts/#post-9589122
  16. hai

    ESI cache in WP admin

    wp-admin page won't be cached. If you want to cache it manually, please follow our APi doc.
  17. hai

    Its already done in our next release.

    Its already done in our next release.
  18. hai

    javascript erreur

    please have a look at https://github.com/GoogleChrome/preload-webpack-plugin/issues/8 you may have some js that are using lazy load for other files?
  19. hai

    NextGen gallery image upload error

    Hi html404, Bug confirmed. This is due to the changes in NGG latest version, some functions are removed. We will improve the compatibility and include it in next week's release. Thanks for your report.
  20. hai

    Inline small JavaScript

    Yes this is exact what we will work on. Hopefully it will be in next week's release.
Top