Page 1 of 1

Will break points slow mobile browser?

Posted: Mon Feb 11, 2019 2:07 am
by Philip Fong
Does all break points load regardless of what device size?

Thanks.

Re: Will break points slow mobile browser?

Posted: Mon Feb 11, 2019 6:58 am
by Pablo
Yes, because it's the same page.
However, most elements can be shared between breakpoints so it normally should not slow down the page.
Also, the browser only loads the styles for the current viewport size.

Re: Will break points slow mobile browser?

Posted: Mon Feb 11, 2019 9:00 am
by Philip Fong
Thank you.