Title: Performance issue
Last modified: April 9, 2018

---

# Performance issue

 *  Resolved [bactisme](https://wordpress.org/support/users/bactisme/)
 * (@bactisme)
 * [8 years ago](https://wordpress.org/support/topic/performance-issue-19/)
 * The plugin use set_site_transient.
    Problem : set_site_transient are automatically
   autoload = “yes”. And autoload = yes options are sensitive because they are queried
   on every page.
 * Lot of user = lot of transient = slow every page.
 * I am not sute if this come from this plugin, but could it be ?
 * > [View post on imgur.com](https://imgur.com/SwwzrLq)
 * Best regards,
    -  This topic was modified 8 years ago by [bactisme](https://wordpress.org/support/users/bactisme/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [bactisme](https://wordpress.org/support/users/bactisme/)
 * (@bactisme)
 * [8 years ago](https://wordpress.org/support/topic/performance-issue-19/#post-10160607)
 * Sorry, it’s not your plugin. You can delete my message.
 *  Plugin Author [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [8 years ago](https://wordpress.org/support/topic/performance-issue-19/#post-10160613)
 * Hi [@bactisme](https://wordpress.org/support/users/bactisme/),
    thank you for
   reporting this issue. First of all, I’m not sure why those transients are autoloaded.
   We set every transients with expiration which should switch those autoloaded=
   false and they are expires after an hour.
 * We are preparing an update which I think will solve your case. You can try it
   out if you replace your current plugin with: [https://www.dropbox.com/s/658z4r4rn37kihy/nextend-facebook-connect.zip?dl=0](https://www.dropbox.com/s/658z4r4rn37kihy/nextend-facebook-connect.zip?dl=0)
 * Details of this update:
    - You can indentify transients set by NSL: `_site_transient_nsl_persistent_`
    - Every session related transient will have expireation set, so they are not
      autoloaded.
    - One transient per session created and track the social authentication flow’s
      data there.
 * We plan to release this update on this week, as we need to do further testing.
 *  Plugin Author [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [8 years ago](https://wordpress.org/support/topic/performance-issue-19/#post-10160619)
 * Thanks for the update, [@bactisme](https://wordpress.org/support/users/bactisme/)!
   It’s great that it is not our plugin caused it 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Performance issue’ is closed to new replies.

 * ![](https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=3336394)
 * [Nextend Social Login and Register](https://wordpress.org/plugins/nextend-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextend-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextend-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextend-facebook-connect/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/performance-issue-19/#post-10160619)
 * Status: resolved