There are a few places in the CSS template that use transform: translate3d(0,0,0) translateZ(0) to trigger the browser's hardware acceleration. Originally, this was done to assist with the blur filter when scrolling (smoother scrolling). However, with newer browser versions, this now causes the page's content to delay rendering because it is no longer a balanced priority for the browser/GPU.

CommentFileSizeAuthor
#2 3211205-2.patch1.03 KBmarkhalliwell

Comments

markhalliwell created an issue. See original summary.

markhalliwell’s picture

Status: Active » Needs review
StatusFileSize
new1.03 KB
nigelcunningham’s picture

Commited; thanks!

nigelcunningham’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.