Aug 08, 2020 10:05 am
After deactivating the plugin, my site working fine. Added Form URLs in SG excluded list also but not working. Adding URL not stopping by wpForo to add a header to stop dynamic caching.
What is the solution?
x-proxy-cache : MISS
cache-control: no-store, no-cache, must-revalidate
Response Version - HTTP/2.0
|
|
alt-svc |
h3-27=":443"; ma=86400, h3-28=":443"; |
cache-control |
no-store, no-cache, must-revalidate |
cf-cache-status |
DYNAMIC |
cf-railgun |
404a4c45bb stream 0.000000 0210 0dda |
cf-ray |
5bf8567d286ac97d-SEA |
cf-request-id |
046f1462390000c97d3116b200000001 |
content-encoding |
br |
content-type |
text/html; charset=UTF-8 |
date |
Sat, 08 Aug 2020 09:51:17 GMT |
expect-ct |
max-age=604800, |
expires |
Thu, 19 Nov 1981 08:52:00 GMT |
host-header |
6b7412fb82ca5edfd0917e3957f05d89 |
link |
< https://www.manojk365.com/wp-json/>; |
pragma |
no-cache |
server |
cloudflare |
set-cookie |
__cfduid=d471ab8fc36cedf9f57509e847c1684461596880276; |
set-cookie |
PHPSESSID=62a2218ccc92c89fe56e5974c6820e62; path=/ |
status |
200 |
vary |
Accept-Encoding |
vary |
“Accept-Encoding”,User-Agent |
x-cache-enabled |
True |
x-httpd |
1 |
x-proxy-cache |
MISS |
x-proxy-cache-info |
0 NC:000000 UP:1 |
Request Version - HTTP/2.0
|
|
:authority |
www.manojk365.com |
:method |
GET |
:path |
/ |
:scheme |
https |
accept |
text/html,application/xhtml+xml, |
accept-encoding |
gzip, deflate, br |
accept-language |
en-US,en;q=0.9 |
upgrade-insecure-requests |
1 |
user-agent |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 |
21 Replies
Aug 12, 2020 8:14 am
Hi @manojk365,
Please follow this FAQ topic: https://wpforo.com/community/faq/forum-is-slow/
Aug 12, 2020 5:43 pm
After replacing the above code also, still missing the caching. Not using other wpforo plugins.
public_html > wp-content > plugins > wpforo > wpf-includes > functions.php
function wpforo_is_session_started(){
// if ( php_sapi_name() !== 'cli' ) {
// if ( version_compare(phpversion(), '5.4.0', '>=') ) {
// return session_status() === PHP_SESSION_ACTIVE ? TRUE : FALSE;
// } else {
// return session_id() === '' ? FALSE : TRUE;
// }
// }
return FALSE;
}
Aug 12, 2020 5:57 pm
Already used in InPrivate mode.
Aug 12, 2020 5:59 pm
https://www.staging9.manojk365.com/
I am using the staging site to resolve the issue before enabling the plugin in my production site.
Page 1 / 3
Next