Shenandoah
New member
So the score for Mobile is a bit low. This is the result:
This is the Xenforo forum's result:
My question is: How can i remove or reduce render-blocking resources ? Is that possible with how XenForo is built?
Any other things we can do to improve the performance on Mobile ?
Edit
We reduced the render-blocking substantially by replacing both occurrences of:
Within the template
This boosted our score from 65-75 to the mid 80's.
This is the Xenforo forum's result:
My question is: How can i remove or reduce render-blocking resources ? Is that possible with how XenForo is built?
Any other things we can do to improve the performance on Mobile ?
Edit
We reduced the render-blocking substantially by replacing both occurrences of:
<script src="{{ js_url('xf/preamble.js') }}"></script>
to<script src="{{ js_url('xf/preamble.min.js') }}" async></script>
Within the template
helper_js_global
.This boosted our score from 65-75 to the mid 80's.
Last edited: