question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Performance issues on Safari

See original GitHub issue

Composite paint is taking 700ms when showing an answer for some reason. Chrome and FF are instant

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:21 (13 by maintainers)

github_iconTop GitHub Comments

7reactions
jorgebucarancommented, Jun 6, 2018

@atomiks @fejes713 Like some of you already commented, this appears to be an issue with the layout and rendering (not with the JavaScript), so I started fiddling with the CSS. I don’t really know CSS well, but removing transform: rotateX(180deg) in <samp>Question.scss</samp> solved the problem.

https://github.com/fejes713/30-seconds-of-interviews/blob/ca96d0f37a2c42be4cbb12dcdecfa84ede3230f3/website/css/components/Question.scss#L95-L99

Before (slow)

2018-06-06 15 46 59

After (fast)

2018-06-06 15 46 20

3reactions
jorgebucarancommented, Jun 6, 2018

Why is the arrow in the after or is that to highlight paint issues?

I added color: red just for visual feedback. 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Safari Running Slow on Mac? 8 Possible Causes and Fixes
Safari could be slow because you're using an outdated version of Safari. The cache might be overworked, or you might be facing network...
Read more >
Safari and super slow after Big Sur update - Apple Developer
Each time that umount is stuck and Safari is non-responsive, Time Machine was failing to access a disk over the network.
Read more >
Safari slow on Ventura fixed - CleanMyMac X
Safari slow fixes · 1. Check your internet speed · 2. Check Safari Servers · 3. Clear cache and cookie buildup · 4....
Read more >
Why Is Safari So Slow? Top Fixes to Speed up Browsing!
Part 1. Why Is Safari So Slow on Mac and How to Fix It? · There are too much data and cache on...
Read more >
19 Fixes Safari Running Slow on Mac (Ventura Updated)
How Do I Fix Slow Safari on My Mac! The Complete Solutions · 1. Make Sure the Automatic Proxy Detection is Unchecked ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found