optimization

  1. PaulB

    Fixed resolveExtendedClassToRoot has odd behavior that performs poorly

    resolveExtendedClassToRoot gets called at least once per entity instance, as it's called from Entity's constructor. However, it takes a rather complicated approach to obtaining its value, and that approach will has unexpected behavior if called before extendClass. Currently, it walks up the...
  2. Alpha1

    Add-on Asset Cleanup for XenForo

    XenForo pages load assets which are not used nor needed. When websites run addons this start piling up. If you open up the list of queries in debug mode this becomes evident. If you look at CSS and JS being loaded, as well. Nowadays Google has made speed and Web Vitals a ranking signal which...
  3. K

    Font Awesome Manager

    Kirby submitted a new resource: Font Awesome Manager - An Addon to easily subset Font Awesome for XenForo Read more about this resource...
  4. K

    Font Awesome Manager 1.2.7

    XenForo uses the icon font Font Awesome Pro 5 that contains over 7.000 icons of which XenForo typically uses only a few hundred. But as all icons are included in the CSS and font files, browsers have to download the full font files and CSS which does cause a significant overhead in most cases...
  5. DeltaHF

    Unmaintained Reduce FontAwesome icon font file size

    NOTICE This add-on will no longer be maintained as a better solution for reducing your FontAwesome file sizes has been published by @Kirby here. I would strongly suggest using his add-on instead. https://xenforo.com/community/resources/font-awesome-manager.8407/ The default XenForo 2.1 theme...
  6. duderuud

    Implemented Ability to optimize ES with cli

    With the cmd.php tool it's possible te rebuild the search index (thanks for that!). Rebuilt the index, triggered by the admin ES page which stated optimization was needed. But after reindexing was done, the GUI still reports that optimization is needed. How can I fix that (with the cli)? Maybe...
  7. truonglv

    [Nobita] Image Optimizer for XF 1.5.x 1.3.0

    IMPORTANT You must build your own binaries to work with your server. Otherwise, please contact with me to help you. *** Add-on have provide a powerful settings in ACP options. You MUST settings option before running optimize images. All files will be overwrite then you cannot revert the...
  8. Kintaro

    Lack of interest Auto images optimization (saving disk space, bandwidth)

    Support lossless/lossy image size optimization scripts in the core. In this way images uploaded (and "imported" from the image proxy) will be auto optimized to save disk space, bandwidth and to speedup the download from the members/visitors. p.s. I know an addons already exists... but this is...
  9. Y

    XF 1.4 How to optimize my website ? (Loading, Speed)

    Hi, Excuse me for bad translation in english.. My question today is, how to optimize my website for loading/speed page ? Website Test Tools Results : Tools PingDom Website Test Result : http://tools.pingdom.com/fpt/#!/c6uj4p/phoenix-rebirth.fr Google Page Insight Test ...
  10. Rob

    Lack of interest Remove the X-UA-Compatible meta tag and use a server header, or htaccess instead

    Ok, this isnt the biggest optimisation in the world but it avoids serving that IE only compatability tag to all users. It can be dropped from the styles, and instead a simple bit of PHP can sent it as a server header:- if (isset($_SERVER['HTTP_USER_AGENT']) &&...
  11. Puntocom

    Enabling gzip compression

    Please, can you help me enabling gzip compression? I'm using nginx 1.7.10 with PHP 5.6.10 and I can't make it work for some files. From GTMetrix: Compressing the following resources with gzip could reduce their transfer size by 172.1KiB (67% reduction). Compressing...
  12. bloop

    my.cnf guidance, Xenforo locking up

    Hello, I just imported from VB4 to Xenforo the import process went smoothly but I'm noticing lag issues ATM. After about a few hours going live, the server would lock up, and would only work again after restarting mysql. I'm guessing I need to optimize mysql now but I don't have much...
  13. agison

    Unmaintained [Tinhte] Image Attachment Optimization & CDN Support 2.3.0 20170315

    NOTE: THIS ADDON CURRENTLY DOESN'T WORK WITH XENFORO PROXY FEATURE. Imagine a thread with 100 image attachments, when a user loads the page, these images generate 100x6 = 600 queries in my DB servers (in full-size image mode). This's crazy! This addon reduces the usual 6 queries per image to 1...
  14. agison

    [Tinhte] Image Attachment Optimization

    Dinh Thanh submitted a new resource: [Tinhte] Image Attachment Optimization (version 1.0) - Adding caching feature, saving queries & faster loading for Image Attachments Read more about this resource...
  15. A

    Lack of interest Can Xenforo use Headjs to further improve speed?

    http://headjs.com/ This looks very promising. Maybe Xenforo folks can see if anything can be further optimized?
  16. Andy Huang

    [Suggestion] Even lesser HTTP request by adding a "proxy" script

    Currently, we have really neat CSS handling mechanism (css.php) which allow us to select multiple CSS files that we need to one single call. However, specific pages may require additional css or javascript, which goes beyond the initially defined package, and additional calls are added...
  17. "Mark"

    [Suggestion] Client-side Performance Optimization

    Just checking out the header, and I see a problem with the CSS and JavaScript includes: they use request variables. Many proxy servers won't cache anything with a request variable, so this should be fixed. The best solution is to put the versioning in the path, and change the path or filename on...
Top Bottom