T
T
TANK_IST2015-07-09 03:57:34
css
TANK_IST, 2015-07-09 03:57:34

How to optimize a heavy site for Firefox and IE11?

I created an example of a slider that is used on the site codepen.io/anon/pen/MwGwjN embedded
small videos for additional load because the site itself can not be shown and there are more slides and 2 background videos
How to reduce lags in Firefox and IE11?
Everything is ok in chrome.
PS webkit spoiled me :(

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ineshin, 2015-07-09
@IonDen

1. Use transition and translate3d where possible
2. If animation is calculated in JS, then separate calculation and rendering. Do rendering only on requestAnimationFrame.
3. Cache measurements of the size of elements, it is desirable to measure everything only 1 time.
4. If the lags remain, stop all videos while moving.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question