Nested divs with 'display: flex' and 'flex-direction: column' have very slow performance in Safari. At a depth of 18 divs with these CSS properties Safari takes a total of 6578ms to layout and paint the divs this time grows exponentially as the depth of divs increases. This same test performed on Chrome or Firefox takes 2ms. Here is a demo of the problem. (open the console to see the results) http://codepen.io/anon/pen/zvRKYN?editors=001
<rdar://problem/23222219>
Still seems to be a critical problem. Definitely causes issues when nesting, or when products create deep nesting like react-native-web for example.
I can confirm. I'm currently using a Flexbox framework which renders great on Chrome and Firefox, but slows to a crawl on Safari. Major issue.
This is fixed with the latest flex box checkin in b168657. *** This bug has been marked as a duplicate of bug 168657 ***