Hiding the web, one page at a time(github.com)
github.com
Hiding the web, one page at a time
https://github.com/facebook/connect-js/pull/290
1 comments
Lazy load it.
It's not the thing that users will be doing when they first load you page anyways.
It's not the thing that users will be doing when they first load you page anyways.
We do, but have found - particularly in IE variants - that performance is so haltingly slow that we may as well not bother lazyloading at all.
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.
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.
Anyone have thoughts on sandboxing to protect against things like this, or success stories re: performance optimising FB integration?