• Resolved axos1192

    (@axos1192)


    Hello,

    I just tried to get the size of my autoload options down to improve the sitespeed and there i found that about 300kb of my whole 1.2MB came from options related to this plugin. I can’t really see any reason why these options would have to be loaded on every pageload. If I am not missing something please change that as soon as possible.

    ( Max recommended size for autoload options by wordpress is 900kb, so a third of that for you plugin seems massive 😉 )

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author IT-Recht Kanzlei

    (@itrechtkanzlei)

    Hi Martin, thanks for pointing that out. You’re right, of course. Would it be possible to contact me at [email protected]? I have prepared a new version of the plugin that I would like you to check out.

    Hi,
    Is there a solution to this issue?
    Can I set all options to autoload=no or will something not be loaded correctly?

    Thanks,
    Manja

    Plugin Author IT-Recht Kanzlei

    (@itrechtkanzlei)

    Hi Manja, changing the autoload value to off will only work partially. The ShotCodes will still work but the admin ui won’t.

    I’ve send you a link to the beta version. Once you have that one installed, you can set all autoload values to off using this query:

    UPDATE wp_options SET autoload = 'off' WHERE option_name LIKE "itrk%";

    Please let me know if this works for you.

    Plugin Author IT-Recht Kanzlei

    (@itrechtkanzlei)

    This issue has been fixed with the release of version 1.0.11.

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

The topic ‘Unnecessary Autoload options’ is closed to new replies.