I found scrolling up and down the page to be very laggy--without much investigation, it appears to be caused by the background image.
Are you tying the resize of the background directly to the window resize or scroll event? You might want to consider using setTimeout(customResizeFunc, 100) just to keep the scroll event from blocking