Hiding the web, one page at a time
github.com
Hiding the web, one page at a time
1–4 of 4 posts
Re: Hiding the web, one page at a time
#2Anyone have thoughts on sandboxing to protect against things like this, or success stories re: performance optimising FB integration?
Re: Hiding the web, one page at a time
#3We've got some pages that implement a gazillion Facebook iframes (via their JS approach, but they still iframe everything in) and, quite apart from just having to trust them on things like this, it makes everything slow as a dog. Latency is one part of this, clientside JS performance in older IEs is another (and no, dropping support has been ruled out - one of Australia's biggest media brands) Anyone have thoughts on…
It's not the thing that users will be doing when they first load you page anyways.
Re: Hiding the web, one page at a time
#4We've got some pages that implement a gazillion Facebook iframes (via their JS approach, but they still iframe everything in) and, quite apart from just having to trust them on things like this, it makes everything slow as a dog. Latency is one part of this, clientside JS performance in older IEs is another (and no, dropping support has been ruled out - one of Australia's biggest media brands) Anyone have thoughts on…
Lazy load it. It's not the thing that users will be doing when they first load you page anyways.
There are also some Flash of Unstyled Content/Unloaded JS issues - but we should probably fix this on our end. The challenge with that is Facebook have the freedom to change iframe dimensions at any point, thus breaking thousands of pages again.