Search results

  1. myilraj0005

    Help me to enable cache for text/html and php files

    Yes, I understood your point. But only one explanation asking to end this thread.
  2. myilraj0005

    Help me to enable cache for text/html and php files

    Yes..! Ever Never Give up..! Learning is a never-ending process:):) One last time, can you explain the meaning of that configuration?
  3. myilraj0005

    My Blog Assets are Not Caching

    Thank you for your explanation. Can we able to visualize the expiration date/time of those assets cached by LiteSpeed? What procedure do we need to do to see the value?
  4. myilraj0005

    Help me to enable cache for text/html and php files

    Please explain the meaning of the below configuration: ### marker CACHE RESOURCE start ### RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600] ### marker CACHE RESOURCE end ### What will happen (or) will be the result If I change the...
  5. myilraj0005

    Help me to enable cache for text/html and php files

    Yes, I understood. But you can reply here for this query know.
  6. myilraj0005

    Help me to enable cache for text/html and php files

    But that forum is non responsive. My previous question asked 7days before itself is still unansweres.
  7. myilraj0005

    Help me to enable cache for text/html and php files

    Thank you so much for the clear explanation. On Jun-30-2020, you provided me a suggestion to increase LSCache TTL instead of the browser cache. In the Wp Plugin, please explain with the steps to increase the TTL Value of Cache for All Static and Dynamic Assets?
  8. myilraj0005

    Help me to enable cache for text/html and php files

    I found the issue with server-level cache setup and currently I disabled. Please understand my query carefully -- 1.) Now, I will load my blog in Google (or) Firefox and in the console, how can I see the LSCACHE Headers Value? x-litespeed-cache x-litespeed-expires 2.) Please explain the...
  9. myilraj0005

    Help me to enable cache for text/html and php files

    I learned here and complete the re-installation as suggested. But, my query is different and where to find a fix?
  10. myilraj0005

    My Blog Assets are Not Caching

    Hi, I disabled Stackpath and currently, the blog is loading directly from the Origin Server. I checked the "x-litespeed-cache" for the static assets such as CSS, JS but I could not see those headers. Kindly help me to set x-litespeed-cache header for all assets.
  11. myilraj0005

    Help me to enable cache for text/html and php files

    For the time being, I have disabled Stackpath CDN to complete the LiteSpeed Cache Setup. After disabling the CDN, and also browser cache from Litespeed, the cache TTL for static resources is still 604800 Seconds only. Where can I increase the TTL for static resources?
  12. myilraj0005

    Help me to enable cache for text/html and php files

    Hello Serpent, Can you explain the meaning so that I can understand what does this means?
  13. myilraj0005

    Help me to enable cache for text/html and php files

    For Browser Cache, we have already set "Browser Cache to 31536000". Refer to the first conversation of this thread. But my query is to understand the meaning of the above configuration and in particular the below ones. ### marker CACHE RESOURCE start ### RewriteRule...
  14. myilraj0005

    Help me to enable cache for text/html and php files

    Please find the codes below: # 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] ### marker CACHE RESOURCE start ### RewriteRule...
  15. myilraj0005

    Help me to enable cache for text/html and php files

    So, the setting in htaccess file comes into effect. Great! 1. Can you help me with the step to change the LSCache TTL setting? 2. Can you help how to set "Expires header" in the response header?
  16. myilraj0005

    Help me to enable cache for text/html and php files

    Yeah Sure! URL: https://www.onlinehomeincome.in/
  17. myilraj0005

    Help me to enable cache for text/html and php files

    Thank you for your assistance. CDN: I have tried BunnyCDN, Cloudflare, KeyCDN, Sucuri, and finally settled with the stack path as I have seen the results literally. Server: It's a VPS server (4Core, 4GB RAM) dedicated to this site only. Powered by Cloudlinux. WordPress: Already optimized to the...
  18. myilraj0005

    Help me to enable cache for text/html and php files

    Because the first load always takes time. I am using Stackpath CDN and by default, it enables 3600Secs for cache-control header. While in this time period, the sites load faster and TTFB is less than 30ms Globally. But after 1hour, the cache expires and requests for HTML files and PHP files are...
  19. myilraj0005

    Help me to enable cache for text/html and php files

    Thank you for the update. All my static assets are working fine. I am seeking assistance for the following assets. text/html && PHP files Can you describe how can I change the above code to set cache-control for these assets to two days?
Top