The questions I have
-The result mentions 3,295 KB , is there anyway of knowing which page of the site has the most KB and does splitting a page help at all ?
I get a mark D for compressed images but I have compressed them yet it still shows them as needing to be compressed?
I read one thread which shows the size of each image, I could not find this having looked everywhere?
Is compressing images the only thing I can do to improve time/ speed ?
As far as timings go, I HIGHLY recommend doing more than 1 run to make sure you get a representative result and not an outlier. Looking at the waterfall, there is some dead space from 2-4 seconds where nothing is downloading. If you enable Chrome timeline capture you can track down whatever script is running (if it is from a script).
In this case it looks like all of the page content loads after the onload event so my guess is that the wix code itself is loading and running for the first 4 seconds and then the page content itself starts loading. I don’t know if that is typical of all wix pages but it’s pretty bad.
if possible, combine your stylesheets to smaller no of files
if possible, combine your Javascripts to smaller no of files
before using your images, run it through a compression
For images, I’d recommend you to use Mozjpeg (http://calendar.perfplanet.com/2014/mozjpeg-3-0/). You could install mozjpeg on your machine and then convert the images to a quality of 85 and then upload them back. This should provide some saving.
Apart from this, I am not sure if you really have much options to tweak the performance.