Not Solved [General] CTRL + F5 does not update without doing
#1
Not Solved
Hello, I moved my server and MyBB does not update any action on our forum (when the topic is opened, comments are posted, forum statistics, etc.). So the changes do not appear without CTRL + F5. How can we solve this?

note:my english bad sorry
Reply
#2
Not Solved
Sounds like you have some further caching set up by your web host. I would get in touch with them first of all and request they disable the caching set up for you.
-Ben

Please do not PM me for support. I am looking to be hired for paid services.

You can view my paid services here.
Reply
#3
Not Solved
(2020-01-26, 06:27 PM)Ben Wrote: Sounds like you have some further caching set up by your web host. I would get in touch with them first of all and request they disable the caching set up for you.
$config['cache_store'] = '';

/**
* Memcache configuration
* If you are using memcache as your data-cache,
* you need to configure the hostname and port
* of your memcache server below.
*
* If not using memcache, ignore this section.
*/

$config['memcache']['host'] = '127.0.0.3';
$config['memcache']['port'] = 11211;
Reply
#4
Not Solved
Host cache is independent of your settings.
Reply
#5
Not Solved
What's your URL? A lot of web hosts these days use Varnish caching or something similar to reduce the loads on their servers (so they can oversell them even more than they already did), but this means that dynamic pages may be cached when they shouldn't be.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply
#6
Not Solved
Are you using htaccess for caching ?
Or some compression. A URL and information about hosting will be pretty good info.
- MyBB Heart
Reply
#7
Not Solved
my url premiumcuyuz.com
Reply
#8
Not Solved
Quote:cache-control: max-age=172800

content-type: text/html; charset=UTF-8

date: Fri, 31 Jan 2020 03:20:26 GMT
expires: Sun, 02 Feb 2020 03:20:26 GMT

server: nginx

that indicates there can be a severe cache from web server.
contact your web host support & ask for disabling/controlling ..

basically php pages should not be cached ..

you can also try turning off caching from forum admin panel
forum admin panel >> configuration [settings] >> Server and Optimization Options
--> Send No Cache Headers --> select yes & save
Reply
#9
Not Solved
you can also try turning off caching from forum admin panel
forum admin panel >> configuration [settings] >> Server and Optimization Options
--> Send No Cache Headers --> select yes & save

not work Sad
Reply
#10
Not Solved
^ it would be better to contact your web host & ask for disabling server based cache for your domain
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)