#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
wpForo making site ...
 
Share:
Share
Tweet
Share
Notifications
Clear all

wpForo making site slow and adding no cache header to stop SG optimizer for caching

Page 1 / 3 Next
    Last Post
RSS

ManojK365
Posts: 13
 ManojK365
Topic starter
August 8, 2020 10:05 am
(@manojk365)
Active Member
Joined: 2 years ago
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
 
https://www.manojk365.com/
 
Response Version - HTTP/2.0
alt-svc
h3-27=":443"; ma=86400, h3-28=":443"; 
ma=86400, h3-29=":443"; ma=86400
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, 
report-uri=
"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
expires
Thu, 19 Nov 1981 08:52:00 GMT
host-header
6b7412fb82ca5edfd0917e3957f05d89
link
< https://www.manojk365.com/wp-json/>;  
rel="https://api.w.org/",
< https://wp.me/PbWamw-2>; rel=shortlink
pragma
no-cache
server
cloudflare
set-cookie
__cfduid=d471ab8fc36cedf9f57509e847c1684461596880276; 
expires=Mon, 07-Sep-20 09:51:16 GMT; path=/;
domain=.manojk365.com; HttpOnly; SameSite=Lax; Secure
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,
application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,
application/signed-exchange;v=b3
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 
(KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
yegane@27 liked
Topic Tags
wpForo Issue Problem slow forum Slow
21 Replies
Alvina
Posts: 1873
Alvina - Facebook Alvina - Twitter
 Alvina
Moderator
August 12, 2020 8:14 am
(@alvina)
Member
Joined: 3 years ago

Hi @manojk365,

Please follow this FAQ topic: https://wpforo.com/community/faq/forum-is-slow/

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
2 Replies
ManojK365
 ManojK365
(@manojk365)
Joined: 2 years ago

Active Member
Posts: 13
August 12, 2020 12:36 pm
Reply toAlvinaAlvina

1. Forum Layout is  Simplified 

2. Database is InnoDB

3. Indexes are ok, no error

4. wpForo Cache are ok

 

but still, it's slow and SG Optimizer is not able to cache, I don't know why this is adding a header to stop caching by SG. 

 

 

 exclude.PNG
 layout.PNG
 innodb.PNG
 tables.PNG
 cache.PNG
This post was modified 2 years ago 5 times by ManojK365
Reply
Robert
 Robert
Admin
(@robert)
Joined: 6 years ago

Support Team
Posts: 9090
Robert - Twitter
August 12, 2020 4:57 pm
Reply toManojK365ManojK365
Alvina

@manojk365,

This issue may come from the PHP session wpForo initiates. The session will be removed soon in future releases.

1. At the moment please try this: https://wpforo.com/community/how-to-and-troubleshooting-2/phpsessid-placed-by-wpforo-is-preventing-caching-on-the-rest-of-the-website/#post-44636

2. Then disable the addons mentioned in this post: https://wpforo.com/community/how-to-and-troubleshooting-2/phpsessid-placed-by-wpforo-is-preventing-caching-on-the-rest-of-the-website/#post-44697

3. Then delete all caches, logout and test it again. It's better to delete all cookies of the browser before checking, or use a new browser.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
ManojK365
Posts: 13
 ManojK365
Topic starter
August 12, 2020 5:43 pm
(@manojk365)
Active Member
Joined: 2 years ago

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;
}
Reply
2 Replies
Robert
 Robert
Admin
(@robert)
Joined: 6 years ago

Support Team
Posts: 9090
Robert - Twitter
August 12, 2020 5:54 pm
Reply toManojK365ManojK365

@manojk365,

And please deactivate the mentioned wpForo addons if you have.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
Robert
 Robert
Admin
(@robert)
Joined: 6 years ago

Support Team
Posts: 9090
Robert - Twitter
August 12, 2020 5:55 pm
Reply toRobertRobert
ManojK365

Before the checking delete all cookies of your browser, lose it and open it again.

Also, leave a direct URL to your website to allow us check it.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
ManojK365
Posts: 13
 ManojK365
Topic starter
August 12, 2020 5:57 pm
(@manojk365)
Active Member
Joined: 2 years ago

Already used in InPrivate mode. 

Reply
1 Reply
Robert
 Robert
Admin
(@robert)
Joined: 6 years ago

Support Team
Posts: 9090
Robert - Twitter
August 12, 2020 6:01 pm
Reply toManojK365ManojK365

@manojk365,

Don't use the private mode, it'll not allow to cache some browsers. Just use a regular mode, but delete all cookies before using. Also, delete all caches and purge JS/CSS minifications. Don't forget close/open  the browser. At the moment we see there is no PHPSESSION cookie on your website, so it's probably getting fixed.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
ManojK365
Posts: 13
 ManojK365
Topic starter
August 12, 2020 5:59 pm
(@manojk365)
Active Member
Joined: 2 years ago

https://www.staging9.manojk365.com/

 

I am using the staging site to resolve the issue before enabling the plugin in my production site. 

Reply
Page 1 / 3 Next
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • Publishing a post / topic takes very long time
    2 months ago
  • Topics being rearranged
    7 months ago
  • Hi I want to use TinyMCE
    10 months ago
  • How to have a fast forum
    10 months ago
  • URL problem and topics not displaying bold
    1 year ago
Topic Tags:  wpForo (27), Issue (8), Problem (13), slow forum (9), Slow (3),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Import users from IPBoard

    By jesusdlg, 4 hours ago

  • How to make new user to get approve manually before creating post and profile.

    By Adhyansh21, 2 days ago

  • Posts deleted in database still show up on front-end

    By nylex, 2 days ago

  • Not all links are automatically added with the "nofollow" attribute

    By st7878, 2 days ago

  • Editors assign users to groups

    By mike_netinfo, 2 days ago

  • Set password link opens forum login page instead of set password page

    By JanJan, 2 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • spam33
  • editor33
  • menu33
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2194)

Recent Posts

  • Import users from IPBoard

    Hello, Is it possible to import users from ipboard? (...

    By jesusdlg, 4 hours ago

  • RE: User banned for using icons?

    If you have security plugins that can ban users, try de...

    By Chris, 14 hours ago

  • RE: recover deleted forum categories

    @robert @chris could that upgrade message at the top of...

    By dimalifragis, 14 hours ago

  • RE: recover deleted forum categories

    Hi @asmadi1, Contact your hosting to get a backup.

    By Chris, 17 hours ago

  • RE: Posts deleted in database still show up on front-end

    @nylex, Copy the post content or part of it, the go-t...

    By Chris, 18 hours ago

  • RE: Problem with Block themes

    Works very well with those kind of themes. Here is MY...

    By dimalifragis, 18 hours ago

  • RE:

    By Anonymous, 53 years ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,936 Topics
50.3 K Posts
22 Online
48.2 K Members

Latest Post: Import users from IPBoard Our newest member: Right Here Is A Method That Is... Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation