This is question has been asked before but with little fanfare/with little insight about how to fix it or any workarounds. Plus it has been 2 years since and I figure it's a good time to re-investigate:
Stack Overflow Question: How can I prevent background-attachment:fixed; from lagging my website?
Stack Overflow Question 2: My fixed background made scrolling the site very slow, what can I do to improve it?
Discussion here: https://code.google.com/p/chromium/issues/detail?id=90637
As you can see, I'm using background-attachment:fixed
on 3 separate sections of this website:
http://agoodman.com.au/updated/
using Chrome's timeline console it seems that the entire page is being repainted with every scroll down the page. This can be quite laggy especially on older computers. I'm using a rMBP and it's quite laggy for me as well.
Question is: (a) are there any workarounds for this available, and (b) are there any javascript alternatives for background-attachment:fixed
which give better performance?