O
O
Orange Banana2016-08-26 18:44:56
css
Orange Banana, 2016-08-26 18:44:56

Do I need to reset styles in media queries for mobile devices?

There are specific styles for full page viewing - from PCs, laptops.
And if using media queries to remove all sorts of shadows, rounding for mobile devices, will the same page load faster?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2016-08-26
@ARTEM42

Pay attention to the file size. A couple of dozen properties will add a couple of hundred bytes to you, which at current connection speeds is equal to milliseconds, which is actually not significant.
The page will not load faster, that's for sure, but the FPS will not sag, or it will, but less, because the browser will no longer need to calculate all your shadows and rounding.

D
dom1n1k, 2016-08-26
@dom1n1k

Если уж хочется заняться микрооптимизациями и пособирать крупицы производительности на мелочах (в принципе, почему бы и нет?) - лучше тогда делать по принципу mobile first.

T
theWaR_13, 2016-08-26
@theWaR_13

Грузиться быстрее точно не будет. В лучшем случае получите небольшой прирост производительности.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question