georgew21
Forum Replies Created
-
Thanks for your answer and your stuggestion.
I had the problem to view uncached page, while i was logged out, but after clearing cookies, all are ok.
thanks.
Do you also recommend to enable “Orpheus”?
Well I solved the problem with this way:
On open-graph-locale-generator.php file, I changed at the end this code :
if ( ! \in_array( $locale, $fb_valid_fb_locales, true ) ) {
return ‘en_US’;
}to return “el_GR”.
Now, it works fine.
I think that the problem is that on file, the valid code for greek is “el_GR”, while on your guide here : https://developer.yoast.com/features/opengraph/api/changing-og-locale-output/
you write the greek as “el_gr”. So the difference beetween “el_GR” and “el_gr” has the result to regognise as invalid the value “el_gr” and to have as value “en_US”.
So, I think you must refresh your values on documentation according to table.
Ok! thanks again!
ok thanks a lot ! You are awesome.
As fas as that using curl -i , I see as “x-cache: MISS” is ok? Shouldn’t be HIT this too?
Oh! I am noob and I confused maxage with s-maxage.
In firefox I see these headers:
https://pastebin.pl/view/ca02b060In cmd with curl I see these headers:
https://pastebin.pl/view/0c8f7016I wondering why I see x-wp-cf-super-cache headers only on cmd (not in Firefox) and if it’s ok to have the value miss to X-Cache.
Could you please tell me if these headers are correct?Sorry for keeping asking, I am trying to figure out.
- This reply was modified 4 years, 9 months ago by georgew21.
I notice that except the value of cf-cache-status is HIT, when I make changes age price is refreshed and recent.
These are the respond header:
I am sorry if I insist, it’s sure that plugin doesn’t work, if max-age is different?
The only plugin that look relevant is redis, but I don’t think that its possible to have conflict with redis and yours.
I contacted with hosting provider and told me that there is no setting about cache in server.
Is there any possibility to there is any problem with cloudflare settings?
I attach also the .htcaccess file:
I enabled this option:
Overwrite the cache-control header for WordPress’s pages using web server rulesbut I get the same response.
Now, except from the different setting for max-age of cache, the plugin works properly ?