XF 1.5 Google Page Speed Insights

ak38

Active member
Hi guys,

I've been looking at my sites page speed results and am getting 66 mobile and 57 desktop.
https://developers.google.com/speed/pagespeed/insights/?url=https://freecannabis.com&tab=desktop

In an attempt to better these numbers I've installed litespeed on the server and the addon to the xenforo installation and settings as follows:
  • Enable Delayed Insert SQL Queries
    This enables the use of INSERT DELAYED SQL queries for elements such as view tracking to increase performance. We only recommend disabling this if your host complains about "long MySQL connections" due to a misconception of what those connections represent.
  • Minify CSS
    If true, CSS will be run through minify before being served.

    Note: The minification process is processor intensive, and you should only enable this option if you have also implemented a caching mechanism in your library/config.php file.
  • Fetch public templates as files
    For performance reasons, you may choose to have the public-facing side of XenForo load its templates from files rather than the database. Note that in order for this to be of benefit, you must have an opcode cache installed on your server (APC, eAccelerator, XCache etc.)
  • Cache BB Code output
    If enabled, BB code processing output will be cached. This can speed up display of some pages at the cost of using extra space in the database.

The figures haven't improved and the google tool still says I need to minify css but I have enabled and litespeed is installed.

Any tips on how to get my site up to a decent speed score would be very much appreciated.

Thanks all.
 
Turning off Facebook Connect, Twitter and Google+ Sharing could have a significant effect, but I don't know if that is important for you.

You could try to reduce the amount of JS used as it seems there are a couple non-standard files being included.
 
Last edited:
These are the issues I'm having:

Possible Optimizations
Optimize images
Properly formatting and compressing images can save many bytes of data.
Optimize the following images to reduce their size by 289.6KiB (62% reduction).
Hide detailsEliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 8 blocking script resources and 3 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
Optimize CSS Delivery of the following:
Hide detailsReduce server response time
In our test, your server responded in 0.23 seconds. There are many factors that can slow down your server response time. Please read our recommendations to learn how you can monitor and measure where your server is spending the most time.
Hide details

Anyone got any ideas how I can try and tackle the above? I'd really like to sort this out.

Thanks
 
Top Bottom