IP Threat Monitor is a professional security addon that protects your XenForo forum from malicious bots, DDoS attacks, and excessive request traffic. With its cache-first architecture, it reduces database load by 98% while delivering 5-10x faster response times. SEO-friendly design protects...
Every time i upgrade, I get the 'site is currently being upgraded' 'error' string after the upgrade completes. It's due to the inprocess file/var getting in the cache and not clearing out.
it's an easy fix,
redis-cli flushall
and we're back up but that means it's not a one-click install and...
Hi
I have a couple of custom widgets that execute database queries using finders. These queries don’t need to run frequently because the results do not change often.
Our forum board is fairly busy, sometimes with 6,000 simultaneous users, and executing these queries for every user is overloading...
So just a quick query. At present I have the original global caching setup enabled via Filesystem, which works well:
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Filesystem';
$config['cache']['config'] = [
'directory' => '/myfolder'
];
$config['cache']['sessions'] =...
From my experience, I would like to share some ways to speed up page loading (apart from adding server hardware configuration). Hope it helps someone in need.
1. Enable HTTP2 and Brotli (if your webserver supports it)
2. Install and configure Zend Opcache to speed up PHP processing and reduce...
I tried to find this and cannot.
Where do I change / remove the caching site overall?
Ran into some issues, that seem to be cached issues. (Not my browser, cuz it doesn't happen elsewhere).
Test:
I had a username that I had added to the "no use" list....
I needed to create a test user to make...
I'm running XF 2.latest on Windows Server 2019, PHP 7.latest. I am only using Zend_OPCache as that's all I can get to work with XF as other cache systems seem to crash the site. If you go to https://rvforums.com you can see the header image for the site load kind of slow and when I return to the...
I need the ability to cache a small amount of data used in the forum_list for a period of time. This data isn't in a table, so looking around, it appears that I would use some of the methods in the SessionActivity repository to store this data, per user.
Is that the right place to look?
Sometimes after i use spam cleaner, message count & reaction received count are still wrong.
How to fix this?
Should i do "rebuild user cache" & "Rebuild reactions counted status" ?
If yes, is there any trick to jump to certain user, instead of doing rebuild from user #1 ? :)
Open /xrc/XF/PageCache.php, backup a copy to your local computer.
For xf 2.3 :
Find this function : generateCacheId(), within that function :
Find this line : $cacheId = 'page_' . sha1($uri) . '_' . strlen($uri) . "_s{$styleId}_sv{$styleVariation}_l{$languageId}_c{$cookieConsentId}_v" ...
I have a question... I set the image cache lifetime to 0 (unlimited) and the image cache refresh to 7 days. What will happen when the source image is deleted or moved? Will XF keep the old record or will XF delete it from cache (against cache lifetime)?
Developed by LiteSpeed Technologies - the LiteSpeed Cache Plugin for XenForo 2 (LSCXF2) is a PHP-based plugin that communicates with your installation of LiteSpeed Web Server(LSWS) and its built-in page cache, LSCache. Because LSCache is built directly into LSWS, overhead is significantly...
While testing my user settings, I noticed that the number of members is incorrect in my Forum Statistics and my Latest Member information is also incorrect.
Is there something I need to do within the admin panel to update this information? Or is this a glitch within the XF2 code?
Is it recommended to use caches on items that are queried a lot but only change on very little occasions? I've been on the search for something similar as XF1's simpleCache, but only found the CacheFactory so far and wasn't able to figure out how to use it (probably because it's 4am). So... is...
Hi, i recently installed and configured Memcached,
this was my current config for frontend caching:
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions'] = array(
'caching' =>...
We've been having problems with caching where basically, the browser seems to cache everything which is causing problems of outdated content showing.
This occurs everywhere on the forum and even in the admin CP. Examples:
When visiting the site, old content is displayed if browser visited...
Hello,
I install xenforo on my server but i notice one thing when i create any thing like node, forum , thread it not appearing on first time but i refresh page one or two time then it appear. why it is happening please suggest me any solution i will be very helpful . Any Setting on xenforo or...