Search results for query: *

  • Users: semprot
  • Content: Threads
  • Order by date
  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 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...
  3. 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...
  4. 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.
  5. 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...
  6. S

    Bug Full Guest Cache Interferes with Browser Detection (Mobile/MSIE) Add On (Redis)

    Hello. So i tried to use Redis, and only activates Guest Full Page Caching & Cache Registry. I also use this add on : Browser Detection (Mobile/MSIE) | XenForo Community I use that add on to use if-else in my template, so that desktop users will have different part of the UI than mobile...
  7. S

    Question Does File Cache Follow TTL ?

    Hello. I am curious if i use File Cache, does the add on respect the TTL setting? (for example file content will be updated if file "last modified" file has "expired). I also use PHP opcache with TTL 60. Do you think it will interfere with File Cache by this add on? :) Thank you
  8. S

    Bug Redis::connect(): connect() failed: Cannot assign requested address

    Redis server : 3.2.8 PHP module : redis (3.1.1) System test >> redis : no error. All are fine. My redis config file : $config['Optimise']['redisServers'] = array( array('host' => '127.0.0.1', 'port' => 6379) ); $config['Optimise']['redisMaxDelay'] = 10; // if slave server is out of sync by...
  9. S

    Question Cache Operator Back to None

    After running by some time, my cache operator selection is changed from Redis to None. I remember that this happened once, when i used 3.1.0 too. What are causing it? I remember you said that it is something to prevent caching error? Meanwhile i can't see anythingin my XF server error log.
  10. S

    Bug Error while upgrading to 3.2.0

    As in title. PHP version : 7.* Error message : Illegal string offset 'enabled' XenForo_Application::handlePhpError() in DBTech/Optimise/XenForo/Model/DataRegistry.php at line 114 DBTech_Optimise_XenForo_Model_DataRegistry->set() in XenForo/Model/CodeEvent.php at line 421...
  11. S

    Implemented Suggestion to The Plugin

    I have some suggestions : Features : Admin can set different TTL to each cache setting. Reason : Some data such as "Nodes" are very rarely changed. Admin can set high TTL to "Cache Nodes". Some data such as "Forums" / "Threads" / "Posts" can require lower TTL, to ensure the data is fresh...
  12. S

    Question Background Path in Cached CSS is Absolute

    I notice that when i activate "Store CSS as files", all background image path is converted from relative such as /styles/default/something.png into absolute URL such as http://example.com/styles/default/something.png In my opinion that should not be done, and path should be still relative. The...
  13. S

    Question Recommended Caching for EA 4

    When using Eeasy Apache 4, there are only some available PHP modules : - APC - Memcache - Redis - File Cache What are the most efficient & fast option? I also wonder can VB Optimise use APCu ? Thank you
  14. S

    Question Cache Datastore Question

    In my forum, sometimes (randomly) i have "datastore corrupted" error message from vb that suggests me to "rebuild the fields" (or something) using "tools.php". I enable the "Cache datastore" feature. Do you think the error is related to "cache datastore"? Now i try to disable the "Cache datastore".
  15. S

    Threaded-style PM

    Threaded style PM will be awesome. I've seen something like http://www.hudsonatwell.co/store/threaded-pms-turn-vbulletin-pms-into-threads/ But it doesn't have delete feature so DBT can jump in and make a great product :D
  16. S

    Question What Does Cache Styles Do ?

    What does "Cache Styles" do ? Is it caching things like style variables, variable replacement, etc? Thank you.
  17. S

    Bug Guest Cache Bug - Wrong Sub Forum

    I use APC. I notice a bug under certain condition : 1. Guest caching is on. So when guest with *any* (default / mobile) style visit certain sub forum, it is opening another sub forum. So in address bar the URL is correct, but what's displayed on browser is another sub forum. For example i have...
  18. S

    VB Features for Xenforo Add Ons

    Lot of VB features are "missing" on Xenforo. For a board users that have been using VB for years, they can not live on Xenforo without VB features. You can make lot of ports such as : - Old VB reputation system. - modify the "like" to be similar with DBT thanks. - VB post icon. - VB user note...
  19. S

    Question My proper way to handle mobile guests

    If you use full page guest caching feature from vb optimise, you might need this plugin (or not). When you use dartho's mobile lightweight style (like me), you might need this plugin. If you do not use full page guest caching, you do not need this plugin. This plugin will properly (at least in...
  20. S

    Legacy Make the Light Version

    Can you please make the "Light Version", which has basic thanks feature and no additional features such as hidden content etc? So it's pretty similar with Abe's post thanks hack, but of course backed up & guaranteed by DBT support :)
Back
Top