[bd] Cache 1.3.2

Faster and faster.

  1. Andy

    Andy Member

    Here you go. almost 100% in less than 2 days. apc.png
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    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.
     
  3. Andy

    Andy Member

    I upped it to 512MB now and there is 60% free left after 20 hours.
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Andy It will reach 9x% eventually.
       
  4. xfrocks

    xfrocks XenForo rocks!
    Staff Member

  5. RoldanLT

    RoldanLT Active Member

    Can I have a dev/beta version for my Live forum using xf 1.3.0 beta 4 xfrocks?
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @RoldanLT You meant a fix for Google+ integration?
       
    2. RoldanLT

      RoldanLT Active Member

      RoldanLT @xfrocks Yes.
       
    3. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      RoldanLT likes this.
      1
  6. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    RoldanLT likes this.
  7. Kerby

    Kerby New Member

    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:
    2014-05-05_030053.png

    but it should look like this:
    2014-05-05_032049.png

    can you fix this
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      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.
       
  8. Kerby

    Kerby New Member

    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

  9. Kerby

    Kerby New Member

    I've activated it. Issue is only on guests, not on members (seems logical :)).
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Kartus Please double check your urls in AdminCP > Options > Basic Board Information.
       
  10. Kerby

    Kerby New Member

    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.
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      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.
       
  11. v2hao

    v2hao New Member

    Appear Error after I updated to Xen 1.3.2
    Hoping you could fix soon on new version! Thanks!
     
  12. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Please check your server free space. The error indicates a problem with the storage.
     
    v2hao likes this.
  13. Shyuan

    Shyuan New Member

  14. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    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.
     
    maszd and Shyuan like this.
    1. Shyuan

      Shyuan New Member

      Shyuan @xfrocks Thank you for your advice! :)
       
      xfrocks likes this.
      1
  15. eva2000

    eva2000 New Member

    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
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @eva2000 If you refresh the page, it should switch to use static file ;)
       
    2. eva2000

      eva2000 New Member

      RoldanLT likes this.
      1
  16. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    That is possible but will increase complexity a lot. I expect this to work:

    It doesn't? :eek:
     
    RoldanLT likes this.
  17. kontrabass

    kontrabass New Member

    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? :cool: I'm not caching the last page in threads.
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @kontrabass I would not recommend going for that long. Maybe 86400 (a day) is enough.
       
  18. Talaysen

    Talaysen New Member

    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.
     
  19. John

    John Member

    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 :)
     
Loading...