Recent content by semprot

  1. S

    Email Validator for Xenforo

    Hello. Xenforo's built in email validator is very basic. There is a service that offers paid API to check whether an e-mail is valid or not (bounced). One of the service that i know is Kickbox: Email Address Verification Service (free trial account is available) There is also more simple...
  2. S

    Bug Guest Cache is Longer than Expected

    I've found the cause. It is another add on : Optimized List Queries by Xon | XenForo Community That add on has additional feature to cache node for guest. Therefore DB optimise caches the cache result of that add on. I've disabled "cache node for guest" feature of "Optimized List Queries"...
  3. S

    Bug Guest Cache is Longer than Expected

    Fillip H. : have you checked this issue? :) Thank you
  4. S

    Question Suggestion : Use sha1 Instead of md5

    I think you are correct. I think before collision happens, my disk will be full first / my RAM usage will be 100% first :D
  5. S

    Bug Guest Cache is Longer than Expected

    Okay after i observed my forum more as guest, i think the problem is not really as described in my first post. Here is the problem : In home page only, the cache seems lives longer, because on home page, on a sub forum, i see last post time is 40 minutes ago. But when i click that sub forum...
  6. S

    Bug Guest Cache is Longer than Expected

    I notice that on latest version 3.4.0, guest cache is longer than expected. I see it caches item up to 40 minutes. Here is my setting : operator : memcache default cache ttl : 300 guest full page caching ttl : 600 cache data registry : 0 cache who's online : 60 other cache settings : off...
  7. S

    Question Suggestion : Use sha1 Instead of md5

    Hello. I suggest you to use sha1 instead of md5 to generate unique id for cache name, because sha1 result is longer than md5 result (40 vs 32 characters). 8 more characters = more permutations available = less collision chance. :) Think about site with tons of pages. More cache name...
  8. S

    Question Fix 500 error

    You need iconv PHP module :) http://php.net/manual/en/book.iconv.php
  9. S

    Bug Store CSS As Files Does Not Work Suddenly

    Hello. I just notice that although i enable "Store CSS As Files", in HTML source code i still see "css.php" is being used. Maybe there was something with the file edit that you did? Thank you.
  10. S

    Bug Full Guest Cache Does Not Work as Intended?

    Awesome i can see lot of changes in FileCache.php and Memcache.php So it is ready for the next DB Optimise update? :)
  11. S

    Bug Full Guest Cache Does Not Work as Intended?

    I notice all options in DB Optimise are on now. So everything works now using memcache? :) Thank you.
  12. S

    Bug Full Guest Cache Does Not Work as Intended?

    I use PHP 7.0, and i installed the memcache PECL using steps described here : Installing Memcache on EasyApache 4 for PHP 7 | Duvien I think that won't work for PHP 7.1
  13. S

    Bug Full Guest Cache Does Not Work as Intended?

    Ok i will wait for next update. I hope it will work using memcache just like the VB version :) Using redis with high volume requests causes error in my server :( Temporarily, i modified : /library/DBTech/Optimise/Operator/Memcache.php and i disabled these 2 functions. protected function...
  14. S

    Bug Full Guest Cache Does Not Work as Intended?

    Thank you, but i only activate Guest Full Page Caching. Other options are off. Does it still work as intended?
  15. S

    Bug Full Guest Cache Does Not Work as Intended?

    Hi. When monitoring my memcached cached objects, i noticed that memcached cache is cleared often. No server error, still lot of available memory. Memcached : 1.4.34 PHP memcache : 3.0.9-dev PHP version : 7.0 UPDATE : After observing further, i noticed this happens only if i chose memcached...
Back
Top