huogerac / cookiecutter-django-magic-content

A cookiecutter template for creating Django project using the django-magic-content apps quickly.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Fine tune rendering performance #1

Open davilima6 opened 8 years ago

davilima6 commented 8 years ago

Since there are multiple content-rich sections containing big/cover-size images, filter effects and sometimes even complete slides behaviour for the entire website background, it's interesting to identify, measure and remove or compensate any existing rendering bottlenecks.

One strategy available is informing the browser of these "hot regions" by using the CSS property will-change. For reference see this video: https://www.youtube.com/watch?v=2vFrZXWiwIc

Cheers!

huogerac commented 8 years ago

Hey Davi! Thanks a lot! this is very interesting so far!