• Resolved bactisme

    (@bactisme)


    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

    Best regards,

    • This topic was modified 6 years ago by bactisme.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bactisme

    (@bactisme)

    Sorry, it’s not your plugin. You can delete my message.

    Plugin Author Nextendweb

    (@nextendweb)

    Hi @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

    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

    (@nextendweb)

    Thanks for the update, @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.