That stats look good. I would not worry about fragmentation much. I'm more worry about 22% free. Maybe you need to increase your memory anyway.
xfrocks updated [bd] Cache with a new update entry: New features Read the rest of this update entry...
xfrocks updated [bd] Cache with a new update entry: Maintenance update Read the rest of this update entry...
I got this comparison test for a thread of my forum, left/before is Cache Addon active, right/after is Cache Addon inactive: http://gtmetrix.com/compare/M190H8aH/trCEWzHR It seems for me (not experienced) that it has some positive impact on the server response time. Issue Node Icon if cache addon activated: on the root page with all forum nodes, the forumicons (read/unread) are just red squares instead of the speaking-bubble icon: but it should look like this: can you fix this
xfrocks @Kartus Looks like a conflict with the style. I need your site URL to check it. You can post it here or start a conversation with me. Sorry for your problem.
http://SwissSMP.ch SwissSMP.ch Gaming & eSport Community Schweiz Die Gaming & eSport Schweiz Community bietet Schweizer Server, Swiss Clan, Forum, News, Events zu Games wie Minecraft, Star Citizen, LoL und CSGO. swisssmp.ch I've deactivated the Cache Addon atm.
I don't understand, why should I check this? It seems all URL's are ok. I can send you a screenshot in conversation if you want.
xfrocks @Kartus Because it looks like you are using a localhost url for the board URL. The CSS is rendered with XenForo urls converted to absolute url so if your board URL is incorrect, those generated urls will be inaccessible.
Hi @xfrocks, should I use CDN or http://xenforo.com/help/cache/ (front end cache) or [bd] cache? Could you advise which is better if my forum is for worldwide? Thank you. Cache support | Manual | XenForo End-user documentation for XenForo xenforo.com
You should always use front end cache if your server has enough memory for that. You should use [bd] Cache if your site has more than 50% of all visitors are guests.
I have CTA Featured Threads add on installed as well as bd Cache, but CTA Featured threads still invokes css.php even with bd cache set to save css as files ? is there anything bd Cache can do to include CTA Featured threads in the css as files function ? thanks
eva2000 @xfrocks thanks.. maybe a suggestion would it be possible to choose via a checkbox which css files get pulled into the css as files routine ? just troubleshooting it's usage and compatibility with ngx_pagespeed https://community.centminmod.com/threads/pagespeed-xenforo-alert-popup-broken.666/page-2#post-3088
Hi there! I noticed that the default TTL for cached pages is 300 seconds. This seems short - If I change it to one week (604800 seconds) would that be bad? I'm not caching the last page in threads.
Is there any way to have it not cache the portal page (XenPorta)? I use the recent slider at the top of my forum (http://gamr.onl), and it's causing an issue with that. It loads the images for logged in members, but does not load the images for guests.
Hey @xfrocks quick question. I have MaxCDN enabled on my web site and I just recently enabled the caching system provided by XenForo by adding the following to my config.php file. Code: $config['cache']['enabled'] = true; $config['cache']['backend'] = 'File'; $config['cache']['backendOptions'] = array('cache_dir' => '**************'); $config['cache']['frontend'] = 'Core'; $config['cache']['frontendOptions'] = array('caching' => true, 'automatic_serialization' => true, 'lifetime' => 1800); If I enable this addon, should I disabled XF's cache or does it work in conjunction with it? Just looking for some advice