This is beacuse facebook plugins does some really intensive checks on every save_post and this slows down calls to wp_update_post and wp_save_post to a crawl ( about 2 seconds for each call ). If you want you can remove them
remove_action( 'save_post', 'fb_add_page_mention_box_save' );
remove_action( 'save_post', 'fb_add_friend_mention_box_save' );
The crazy thing is that facebook does a login for in both of these calls: 0.6 second each, they never cache anything!
Related Posts:
- Allow Facebook to preview posts before published
- Updating the Drag-To-Share eXtended share URLs?
- Update plugin from personal API
- Does a plugin’s “main” file need to be named the same as the folder containing it?
- Symlinked plugin directory doesn’t appear in Admin
- Customizing subject in comment notification e-mails
- enqueue script only if it is not already enqueue
- How can I limit functionality in one version of a plugin?
- Plugin child folder?
- Custom data-id wp_enqueue_script
- merging an array to an existing array using add_filter
- How use %like% in sql statement wordpress
- Can I use a form in a dashboard widget?
- Retrieving plugin options value saved through setting
- WordPress Social Login > Post to a users Facebook wall
- How to ‘clone’ a wp plugin to make small changes
- MITM risk of not sanitizing?
- Get IDs of Images from Gallery Block in InnerBlocks of a Custom Gutenberg Block
- How to slice an array using posts_per_page? [closed]
- Edit Yoast SEO breadcrumbs output [closed]
- Enqueue WordPress plugin scripts below all other JS
- woocommerce payment gateway callback not firing [closed]
- White page by using filter template_include
- Is there any kind of theme on WordPress to sell my own movies?
- How to export post 2 posts WordPress plugin data [closed]
- Customization API for plugin development
- User switching only with specific role and return
- Fromcraft Plugin On click submit button [closed]
- Suggestions on Approach to New Plugin I’m Stuck On
- Adding Font Awesome to WP Plugin
- How to redirect users to their profile after they successfully edit their profile
- Display custom content using page.php from theme
- WordPress error: Options page Setting_ not found in the allowed options list
- What is wordpress way to access a plugin’s classes/models to load custom post type data?
- Translations for my plugin don’t show up
- flush_rewrite_rules() not working with update_option_{$option}
- plugin wraps the entire content
- How to ignore extra whitespaces in translation functions like _e?
- How does translation (gettext) work for translating config file of plugin?
- how to add a comment button to be displayed only for the posts in the home page [closed]
- How programatically cause uploads folder to be created?
- The “Child Pages Shortcode” plugin, block template
- using wp_footer hook in a plugin
- How to get a custom page through plugin?
- How to data add to table when update post wordpress? when we clicked!
- can’t unzip file
- WooCommerce – I want to add functionality of one plugin to another plugin — best approach?
- Want to create custom design of progress indicator in wpforms
- Using Class loader in WordPress boilerplate
- How to stop Facebook mobile in-app browser cache on WordPress
- How to prepare (compress/zip) a plugin to enable updating instead of adding new instance?
- WC Fix Attributes – ‘Add New’ Not Searchable/Delayed
- How to display the custom post related blog by category?
- WP Forms not displaying,becomming an fatal error
- How to dynamically add template in Innerblock?
- How to create a page with the selected template after activating the plugin
- $wpdb->insert not working inside save_post tag
- How to check for already existing plugin versions on activation? and prevent errors
- update_post_meta is not working for me when I use e.preventDefault for update button
- I enabled debugging but I still get the same message: There has been a critical error on your website
- wp_mail function not working in WordPress Plugin Boilerplate
- When/where would want to attach other classes to the base class in a WordPress plugin?
- Using foreach loop for `$instance` of form and update array widget iteration
- How to call a function from inside class to outside class
- Could someone maybe point me in the direction of a decent tutorial on how to create a wordpress plugin that is compatible with another plugin please?
- Custom plugin which downloads updates from custom endpoint, extracts new version zip into a new name
- Plugin management with my custom plugin
- How to pass value from WordPress to Javascript
- How do I create a state of “don’t assign anything to variable” if WP_Error throws an error?
- Plugin communication between sites that use it?
- wp meta_query meta_value compare =REGEXP delimited by space
- Create shared actions for admin and users with plugin bolierplate
- How to insert variable which contain array value in wp_options table?
- How to Insert images in WordPress using code
- Javascript in plugin not working
- Theme editor removes backslashes
- shortcode which is introduced into entry the blog, and appears in side bar
- Widget Script Loads at Bottom of Page
- Plugin Hook: Get posts
- Why tinyMCE.editors doesnt work on tinyMCE
- Multiselect value in wp_query
- How to Overwrite validate_plugin function
- how to load a file from a plugin when a url is passed
- Is it possible to cancel a post status transition?
- get_option include in my adsense
- Facebook Like Button with NextGen Gallery
- Unable to show 4 products in a row
- Is an Office a custom post type [closed]
- How to add image for custom taxonomy
- I am using multi image metabox plugin but I did get how to display the images in templete?
- WordPress Hooks : Where to place callbacks that repetitively yield the same effect?
- wordpress Ajax success doesn’t return the value
- How to open author url linked to a new tab in settings page in the WordPress plugin list
- How can I properly sanitize the update_option in WordPress?
- Why is my menu page not being displayed?
- wp_handle_upload – specified file failed upload test
- how to make wordpress remember my choice
- Meta box not displaying on the plugin page
- wordpress admin-ajax bad request 400
- public custom posts not showing in my wordpress plugin