• I am presently using this on my development site and about to deploy it on my production server. The performance drain for Twitter and especially Google Plus had been killing me. But with this plugin, only 4 queries are made taking between .011 and .013 seconds. Here is the actual data:

    35 SELECT option_value
    FROM 6mta7d_options
    WHERE option_name = ‘_transient_timeout_apsc_twitter’
    LIMIT 1 get_option()+ Plugin: accesspress-social-counter 1 0.0005
    36 SELECT option_value
    FROM 6mta7d_options
    WHERE option_name = ‘_transient_apsc_twitter’
    LIMIT 1 get_option()+ Plugin: accesspress-social-counter 1 0.0003
    37 SELECT option_value
    FROM 6mta7d_options
    WHERE option_name = ‘_transient_timeout_apsc_googlePlus’
    LIMIT 1 get_option()+ Plugin: accesspress-social-counter 1 0.0002
    38 SELECT option_value
    FROM 6mta7d_options
    WHERE option_name = ‘_transient_apsc_googlePlus’
    LIMIT 1 get_option()+ Plugin: accesspress-social-counter 1 0.0003
    Queries in filter: 4 0.0013

  • The topic ‘Awesome only .013 seconds load’ is closed to new replies.