Recent content by hongtrang

  1. H

    Xenforo 2.2.8 response time of the forum is slow

    I use server version: Apache/2.4.51 vs PHP-FPM
  2. H

    Settings to Optimize Page Loading Speed

    Yes. I was too greedy before when configuring MariaDB made my server always overload :( My forum is also taking too long to load third party js. Optimizing the style/theme will reduce the loading time of the DOM
  3. H

    Settings to Optimize Page Loading Speed

    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...
  4. H

    Logout bug when Guest caching is enabled

    That's exactly what I'm getting if cachePage is enabled :( Thanks for the solution you gave. It was perfect, problem solved. Thank you very much You can edit the file: /src/XF/PageCache.php Line: 137 public function getCachedPage(\XF\App $app) { $cacheId = $this->getCacheId()...
  5. H

    Lazy Load [img]

    Hi @Xon Can I use Lazyload for my Templates? Also, is there a way to apply it to the entire Templates instead of editing each piece of code one by one? Big thanks!
  6. H

    Xenforo 2.2.8 response time of the forum is slow

    However, I'm trying to figure out why the page loads so slowly (without Memcached) :( Server info: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz RAM: 32GB SSD PHP 7.4.26, MariaDB 10.4, Zend Opcache
  7. H

    Xenforo 2.2.8 response time of the forum is slow

    Because I have a site running Drupal 7, it doesn't support PHP8 :( It shares the same domain as Xenforo :(
  8. H

    Xenforo 2.2.8 response time of the forum is slow

    It's strange :( I also don't understand why it works fine at 2.2.7P1 but upgrade 2.2.8 it doesn't work when missing port 11211 :(
  9. H

    Xenforo 2.2.8 response time of the forum is slow

    Done! I have solved the problem. I don't understand why the Memcached configuration in the src/config.php file doesn't run in version 2.2.8 (previously in version 2.2.7P1 it still works fine). I have corrected it as follows: $config['cache']['enabled'] = true; $config['cache']['css']['enabled']...
  10. H

    Xenforo 2.2.8 response time of the forum is slow

    Looks like Memcached doesn't work with my site.
  11. H

    Xenforo 2.2.8 response time of the forum is slow

    https://www.webpagetest.org/result/211204_BiDcSA_d61ebc7d44367063d78c883fdbcda087/ :( First Byte Time (back-end processing): 51/100 1652 ms First Byte Time 930 ms Target First Byte Time
  12. H

    Xenforo 2.2.8 response time of the forum is slow

    Thanks! But Cloudflare - I only use DNS :( However, I don't understand why when I host on the same server, my other sites don't. Only my forum is suffering from this situation :( Other domains (subdomains) I also only use DNS of CF
Top Bottom