Search results

  1. J

    Setting up Cloudflare API on LSCache Wordpressnplugin - Domain

    Thanks. I did the check for the Developer Mode and it dtated after clicking on activate for it: Current status is ON. Development mode will be automatically turned off in 2h, 59m 59s. So I guess all is fine. Regards
  2. J

    Setting up Cloudflare API on LSCache Wordpressnplugin - Domain

    Well, the website I am logged in and working on is vit....gn.ch, but the webiste shown under Domain in the settings is as you see Lin.....ti.ch. Well when I go tp manage>CDN everthing seems fine and when I click on 'purge everything' there for exemple the page reloads normally. Regards
  3. J

    Setting up Cloudflare API on LSCache Wordpressnplugin - Domain

    On the CF API in the LSCache WP plugin settings, the website I am setting this up for is another one, why does this other domain I have on the same CF account appear? Will it work? Regards Julien
  4. J

    [solved] Setting up correctly automatic HTTPS redirection in .htacces with Wordpress and LSCache

    Thanks, so this is correct so, right? : RewriteCond %{HTTPS} !on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] # BEGIN LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## <IfModule LiteSpeed>...
  5. J

    [solved] HTTP/2 push for images - Wordpress and LSCache plugin activated

    Just checked again, it works now :) Thanks
  6. J

    [solved] HTTP/2 push for images - Wordpress and LSCache plugin activated

    Thanks. I just added it but it does not work, here the whole head code: <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php...
  7. J

    [solved] HTTP/2 push for images - Wordpress and LSCache plugin activated

    Ok I noticed that then add_header link: "</wp-content/uploads/2018/05/farm-3358870_1920-d-lc-.jpg>; rel=preload"; is visible on the website's display on top... I tried to add these <?php ?> brackets, but when updating they disappear from the editor...
  8. J

    [solved] HTTP/2 push for images - Wordpress and LSCache plugin activated

    Hello On my Vitadesign.ch Wordpress website I do some CSS and JS push through the LSCache plugin. Now I want to do it for images. so I tried the following for on image: add_header link: "</wp-content/uploads/2018/05/farm-3358870_1920-d-lc-.jpg>; rel=preload"; But it is not pushed accroding to...
  9. J

    [solved] Setting up correctly automatic HTTPS redirection in .htacces with Wordpress and LSCache

    Thanks. Where should I place these three code lines so as you advice to move it to the top? Regards
  10. J

    [solved] Setting up correctly automatic HTTPS redirection in .htacces with Wordpress and LSCache

    Hello I have added in the following .htacces file, that is from my Word[ress website, the 2 lines I marked bold for an automatic .htacces redirecting : # BEGIN LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## <IfModule LiteSpeed> RewriteEngine on CacheLookup on...
  11. J

    Display problems when website charged

    Hello May it be that such Display errors ( when page fully loaded in browser), where only HTML seems to be fully charged for me, may come from the opitmization/caching evtl also executed by the LCSCache plugin. I use Wordpress, the website in question is vitadesign.ch. This issue also comes...
  12. J

    Wordpress Litespeed cache tools/configuration besides the Litespeed Cache plugin

    Thanks tor your answers. After seeveral requests to my hoster they finally checked it and told me that caching should now work properly. It seems so, as I see now for instance a 'x-litespeed-cache: hit' header response. Here the second response headers ( first request is an HTTPS redirect)...
  13. J

    Wordpress Litespeed cache tools/configuration besides the Litespeed Cache plugin

    Thanks, I guess I will recontact them showing this link. Besides the object cache ( that is in which way different from databse one besides I ask myself) , In the LSCache plugin I can enable under Settings>Cache also 'Cache PHP Resources', is this the operational caching? What about the...
  14. J

    Wordpress Litespeed cache tools/configuration besides the Litespeed Cache plugin

    Thanks for your answer. I've contacted so my hoster (TMDHosting where I have a cloud hosting subscription) again about this issue, and here is their reply:
  15. J

    Wordpress Litespeed cache tools/configuration besides the Litespeed Cache plugin

    Hello I have on my Wordpress websites, like the linorhiati.ch one I am about to finish, that run on a Litespeed server, the Litespeed Cache plugin running. Well, by looking at the response headers from the websites the support team of Litespeed told me that there is a misconfiguration on the...
  16. J

    Fully cache database

    Ok a staff member told me this: Usually when you see header like this x-litespeed-tag: c521_URL.6666cd76f96956469e7be39d750cc7d9,c521_F,c521_Po.2,c521_PGS,c521_ It means your cache root is not properly set up I contact my hoster so.
  17. J

    Fully cache database

    *response
  18. J

    Fully cache database

    Thanks. I run a fast test with http://www.webpagetest.org and noticed that most requests have a cf-cache-status: HIT respond header that shows that it is cached by Cloudflare. Here is the full test if of interest: https://www.litespeedtech.com/support/forum/threads/fully-cache-database.16284/...
  19. J

    Fully cache database

    Thanks for your answer. I have seen this line in the response headers of the second request of the website ( first one is for a redirecting to https): status: 200 expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" content-encoding: br set-cookie...
  20. J

    Fully cache database

    I just noticed on the last Pingdom test that it shows a warning symbol. Also I note that this file was even before also at a size of 0 bytes. Well here is a screenshot: I just have ssen that when ejtering the link, https://vitadesign.ch/wp-content/themes/astra/js/min/includes.min.js, a page...
Top