Hacker News new | past | comments | ask | show | jobs | submit login
About that slowness on Twitter… (dustindiaz.com)
61 points by rafaelc on Jan 20, 2011 | hide | past | favorite | 9 comments



i thought maybe it was time to go to sleep because this guy's site looked blurry and was unreadable to me. after looking at his css, he's doing a text-shadow on all of the body text. don't do that, people.


I just added text-shadow:none to my user stylesheet alongside that wretched font 'smoothing'.

    * {
        -webkit-font-smoothing: inherit!important;
        text-shadow: none!important;
    }


I totally agree. The last months more and more pages are trying to have a "unique" look by messing with the fonts. The Readability tool is almost worn out here because of that.


For people who may not know, Readability is a (customizable) bookmarklet that restyles pages (on demand) to a more readable, newspaper-like format:

http://lab.arc90.com/experiments/readability/


I was wondering why the new interface got sluggish after a while, I just figured it was at the expense of loading so much data at once, but even then it seemed odd. Glad Twitter is active in trying to keep it's interface fast, though I wonder how much faster it would be with something like Websockets.


Scrolling is still very slow for me until the top section is off of the page. I'm referring to everything from "What’s happening?" through the Timeline - Lists tabs.


The meat is in Resig's analysis, linked in this comment:

http://www.dustindiaz.com/about-that-slowness-on-twitter/#co...


If you look at Firefox memory consumption while browsing Twitter, you'll see the main culprit is, like always, DOM operations (repaint/reflow particularly). Solution: use Chrom{e|ium}.


Twitter, while suffering this bug, was horrifyingly torturous in Chromium, too.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: