• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Not getting x-cache-status: HIT

techiebraj

New Pleskian
Hello :)

I am struggling to get x-cache-status: HIT but I am always getting x-cache-status: MISS header. Below is my site headers:-

Code:
HTTP/2 200
server: nginx
date: Sun, 10 May 2020 19:09:31 GMT
content-type: text/html; charset=UTF-8
content-length: 296895
vary: Accept-Encoding
x-powered-by: PHP/7.3.17
last-modified: Sun, 10 May 2020 18:34:12 GMT
cache-control: max-age=0
expires: Sun, 10 May 2020 19:09:13 GMT
vary: Accept-Encoding
ms-author-via: DAV
x-cache-status: MISS
x-powered-by: PleskLin


All the Apache & Nginx Settings is the default, I have only added all the cookies name in Cache requests with cookies field. Below is what I have added:-

Code:
_ga
_gid
_gat_UA-129789964-1
paypal-offers--view-count-one-touch
woocommerce_recently_viewed
woocommerce_current_currency
wp-wpml_current_language
cookie_notice_accepted
yith_wcwl_session_2ee44e2ecf3e71a7d315a2a7f3d91a56
paypal-offers--cust
paypal-offers--country
paypal-offers--view-count-one-touch

I have attached Apache & Nginx Settings below so that you can look at my settings:-

2020-05-11_0-44-45.png

My site URL: Miesaa.com - votre marketplace africain

Please guide me on how can I get cache HIT on my site?

Thanks!
 
I have the same problem, after enabling Nginx cache I still have x-cache-status: MISS header - please help.
 
Maybe your application returns one of the following headers, try the following in the field "additional nginx directives":

Code:
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
 
Back
Top