Amin Sabet
Well-known member
These are some of the addons I consider essential for my XenForo sites' performance:
1) [bd] Cache:
- Copies css.php results to a static file in external data directory for faster serving, making it possible to put stylesheets behind CDN
- Also allows you to cache pages for guests and to defer javascript, though I don't currently use it for either of those purposes
2) Defer JS
- Collects javascript in post-view output and moves it to the bottom of the page, which noticeably improves page loading times.
3) GoodForNothing Kraken
-Allows you to use kraken.io or jpegoptim to optimize/compress image attachments.
4) Lazy Load
- Lazy loads images posted using and [attach] tags in threads and conversations.
5) [URL='https://xenforo.com/community/resources/font-awesome-local.4314/']Font Awesome Local[/URL][/URL]
[URL='https://xenforo.com/community/resources/lazy-load-img.3979/']- Lets you host Font Awesome icons locally.
Am I missing any great performance addons? What are you using to improve the performance of your XenForo forums?[/URL]
1) [bd] Cache:
- Copies css.php results to a static file in external data directory for faster serving, making it possible to put stylesheets behind CDN
- Also allows you to cache pages for guests and to defer javascript, though I don't currently use it for either of those purposes
2) Defer JS
- Collects javascript in post-view output and moves it to the bottom of the page, which noticeably improves page loading times.
3) GoodForNothing Kraken
-Allows you to use kraken.io or jpegoptim to optimize/compress image attachments.
4) Lazy Load
- Lazy loads images posted using and [attach] tags in threads and conversations.
5) [URL='https://xenforo.com/community/resources/font-awesome-local.4314/']Font Awesome Local[/URL][/URL]
[URL='https://xenforo.com/community/resources/lazy-load-img.3979/']- Lets you host Font Awesome icons locally.
Am I missing any great performance addons? What are you using to improve the performance of your XenForo forums?[/URL]
Last edited: