Mobile Safari on iOS crashes on big pages
I actually found the problem. It wasn’t with JS as I thought, but with the CSS. I added class to make a CSS transition to fade in some elements. For anonymous users these elements had display: none; and probably never ran the opacity transition. The strange thing is that the transitions was on exactly two … Read more