Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We are noticing significant CPU load when using the FB.Canvas.getPageInfo() call from within our canvas app. on Chrome 17.x on Windows 7. This does not manifest on Chrome on Mac OS X, or other Windows 7 - based browsers.

Has anyone seen this or have any insight into how FB.Canvas.getPageInfo() works?

Thanks, Wes

share|improve this question
How frequently do you call it? – Juicy Scripter Mar 20 '12 at 22:53
Maybe your channel.html file is not being loaded properly??? – DMCS Mar 20 '12 at 23:53
@Juicy: We call it every second, but are going to move it to every 5 seconds. – Wes Gamble Mar 21 '12 at 23:17
@DMCS: We don't have a channel.html file - is it absolutely necessary? – Wes Gamble Mar 21 '12 at 23:18
Performance issues it is, in my mind, necessary. Read up on how the channel.html file affects performance here: developers.facebook.com/docs/reference/javascript . Thanks. Not quite sure why Facebook seems to think performance is optional in the channel's case. – DMCS Mar 21 '12 at 23:58
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.