I've had a few clients using this mod and experiencing a 1-3 second delay for content to load.
Problem: this mod actually hides your main content container until the whole page loads, then displays it - causing a delay.
Quick fix:
In
additional.css, just insert this at the bottom:
HTML Code:
#sidebar_container{display:block !important;}
#content_container{display:block !important;}
Figured i'd share since i've already had to fix this a few times.