Vladimir_Nesov comments on New Singularity.org - Less Wrong

14 Post author: lukeprog 18 June 2012 02:29PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (100)

You are viewing a single comment's thread.

Comment author: Vladimir_Nesov 18 June 2012 03:24:18PM *  10 points [-]

The site is slow on my not-so-new PC with win32/WinXP/Chrome. When I wheel-scroll, there is a 300ms-ish delay before the page moves. This almost never happens for any site, so it stands out. On another newer PC (win32/Win7/Chrome), the blue background loads slowly in jumps (it's a 1MB png file hosted on siai.helldesign.net).

Comment author: lukeprog 19 June 2012 06:14:03AM 1 point [-]

This has been fixed, I think. Is it faster for you, now?

Comment author: Vladimir_Nesov 19 June 2012 12:14:22PM 0 points [-]

No, still slow in about the same way (could be better, but I don't have a quantitative measure; definitely slower than LW, I've just compared).

Comment author: dbaupp 19 June 2012 03:56:32AM *  1 point [-]

And in browsers that unload images in tabs that aren't focused (I know that Firefox nightly does this, not sure if has got into release versions yet), the background image takes up to a second to reappear when refocusing the tab (which is quite distracting).

Also, Google Pagespeed suggests some improvements: most seem to be solvable simply by installing a compression/caching plugin e.g. W3 Total Cache (this is what is being used on FacingTheSingularity.com). (Optimisations in page loading improve SEO.)

Comment author: jkaufman 21 June 2012 11:02:30AM 2 points [-]

They're running Apache, so another option would be to install Google's mod_pagespeed which will automatically make a lot of speed optimizations.

(Disclaimer: I work on mod_pagespeed.)