• There are several issue with V1.4 of the plugin.

    The one issue with the most severe impact is that the plugin increases the load time of the site with 24 seconds.

    The other issue is that the social publishing does not any longer publish as a link with pictures on Facebook group only a link.

    http://wordpress.org/extend/plugins/facebook/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Durazell

    (@durazell)

    And the bonus info is that the long load times is related to Comments. Disabling FB comment decreases load times

    Plugin Contributor Niall Kennedy

    (@niallkennedy)

    The comments plugin has up to two remote calls to Facebook servers to generate content for the page, which is then cached for 15 minutes.

    • return something meaningful for get_comments_number()
    • Generate a noscript fallback for comments stored on Facebook servers

    You can unhook the get_comments_number filter function if you don’t care about returning an accurate int for the function. You can blank out the facebook_comments_wrapper filter to not generate noscript comments.

    These requests should all fall under a default WordPress configuration of a 5 second timeout or your site’s http_request_timeout override value.

    Thread Starter Durazell

    (@durazell)

    Sound like I have to dive into the plugin code to fix this. Not an options as, I then would need to do this every time there is an update.

    I’m aiming for a complete web site load time in 4 sec or less so any plugin with a 5 second time out for, lets say 10 posts with comment is not want I’m looking for.

    Social Post also changed so only the link is showing up on FB groups. Any thing on this issue?

    +1

    Whole site became way tooo slow after update.

    Diveing is not an option for most of the users…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adds 24 seconds to site loadtime (V1.4)’ is closed to new replies.