Live data from Hacker News

Just Scroll

www2.nissan.co.jp

81–90 of 109 posts

Re: Just Scroll

#81

This works pretty well in IE9 with no noticeable performance problems on a 5 year old machine. Rather scarily, it also works fine on a Lumia 710 as well! I don't care what anyone says - IE is not a stinking heap of poop.

That's because it's been baking out in the sun to the point where the poop is just dried and doesn't really stink anymore.

Re: Just Scroll

#82
post #26

I might just ditch Firefox because of this webpage. A fresh session of Ffx15 goes up to 1.5 GB memory usage, pushes everything into swap and brings my whole OS to a grinding halt until I kill it. In other words this link is basically a very effective DoS. In Chromium it works fine. Am I the only one having this problem? (Edit: I have several Ffx addons running and no Chromium addons, so the comparison was unfair. May…

With today's Firefox nightly build I see a peak of 337MB with it. Image discarding has improved recently. https://bugzilla.mozilla.org/show_bug.cgi?id=683290

[deleted]

Re: Just Scroll

#83
post #26

I might just ditch Firefox because of this webpage. A fresh session of Ffx15 goes up to 1.5 GB memory usage, pushes everything into swap and brings my whole OS to a grinding halt until I kill it. In other words this link is basically a very effective DoS. In Chromium it works fine. Am I the only one having this problem? (Edit: I have several Ffx addons running and no Chromium addons, so the comparison was unfair. May…

I had this problem too. Looks like this thing relies on browser implementation details to run properly.

No, by their own admission Firefox just sucks at displaying pages with a lot of images such as this one [1].

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=683284

Re: Just Scroll

#84
post #46

Interesting design concept - but a horrible implementation of it. You can't just go and load a thousand divs and not expect a wide variety of performance issues across all the different platforms. You need to have a tile manager or something behind the scenes the same way that Google maps does, especially when targetting smaller consumer devices with limited hardware specs like tablets and phones. * iOS5 - with an ip…

iOS5 - with an iPhone4S - Worked fairly well and tolerably fast, but not particularly smooth. Took a while to load initially, too.

Re: Just Scroll

#85
post #26

I might just ditch Firefox because of this webpage. A fresh session of Ffx15 goes up to 1.5 GB memory usage, pushes everything into swap and brings my whole OS to a grinding halt until I kill it. In other words this link is basically a very effective DoS. In Chromium it works fine. Am I the only one having this problem? (Edit: I have several Ffx addons running and no Chromium addons, so the comparison was unfair. May…

I have no problems with it, FF15 on OS X Mountain Lion.

Re: Just Scroll

#86
post #26

I might just ditch Firefox because of this webpage. A fresh session of Ffx15 goes up to 1.5 GB memory usage, pushes everything into swap and brings my whole OS to a grinding halt until I kill it. In other words this link is basically a very effective DoS. In Chromium it works fine. Am I the only one having this problem? (Edit: I have several Ffx addons running and no Chromium addons, so the comparison was unfair. May…

With today's Firefox nightly build I see a peak of 337MB with it. Image discarding has improved recently. https://bugzilla.mozilla.org/show_bug.cgi?id=683290

I doubt that the patch helps in this particular case as all images are present in the DOM, so Firefox will merrily load all of the images, independent of whether they are visible or not. This has been a longstanding architectural problem.

Re: Just Scroll

#87

Wow, this is atrocious on so many levels. 30mb of jpg files? The inner web development nerd in me believes there is a better more efficient way to do this. The length of the page is ridiculously long to scroll and unless you have a Mac with a Magic Mouse and smooth scrolling and not a Windows machine (like I use) the scrolling is super jerky.

Middle-click auto-scroll.

Re: Just Scroll

#90
post #46

Interesting design concept - but a horrible implementation of it. You can't just go and load a thousand divs and not expect a wide variety of performance issues across all the different platforms. You need to have a tile manager or something behind the scenes the same way that Google maps does, especially when targetting smaller consumer devices with limited hardware specs like tablets and phones. * iOS5 - with an ip…

It works very well in IE9 (both desktop and WP7.5). Perhaps you should try it before you slate it.

I understand that IE9 uses the GPU to render the DOM.

That would help vastly with things like this, unfortunately it does little for its JavaScript performance, but since this page doesn't seem to execute any JavaScript during scrolling (i think) i guess it's not relevant for this one edge case scenario :-)

Post reply on HN