|
|
|
|
|
by lhdj
2759 days ago
|
|
I made this last weekend over my frustrations at not having access to Hacker News when on the tube (I live in London). Its a webservice that concatenates the top 25 hacker news links in one page as iframes (the ones that allow it). I usually load the page 1-2 minutes before getting on the underground. It has minimum functionality, but works for my needs. I use it mostly on Chrome mobile browser. I thought some of you might find it useful. Repo: https://github.com/christoshadjiaslanis/hacker-cache |
|
Does 25 iframes cause any slowdown? Do you have any tips to keep performance up, like setting display=none to iframes out of view ? I'll test all this soon, I just would appreciate any knowledge you've gained along these lines :)