• Resolved Fabio

    (@system4pc)


    I found the summary incomplete, i don’t understand if its a “wanted” feature or there is something stange.

    for example on plugin files: plugin-editor.php?file=breeze%2Finc%2Fhelpers%2Fclass-breeze-db-summary-table.php&plugin=breeze%2Fbreeze.php

    i found at row 59 this: $summary = $wpdb->get_results( “SELECT option_name, char_length(option_value) AS option_value_length FROM $wpdb->options WHERE autoload=’yes’ ORDER BY option_value_length DESC LIMIT 30″, ARRAY_A );

    it is normal that it searches only in “yes” and not also IN (‘yes’, ‘on’, ‘auto’, ‘auto-on’) ?

    thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author owaisalam

    (@owaisalam)

    <span style=”font-size: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;”>Hi,</span>

    Thank you for taking the time to investigate and report this.

    The current autoload summary implementation only checks for the traditional autoload value used in older WordPress versions. However, newer WordPress releases introduced additional autoload values that are also considered auto loaded by core.

    As a result, on newer WordPress versions, the Autoload Total Size and Autoload Count may not fully reflect all auto loaded options in certain cases.

    We have logged this internally and will update the related queries to align with the latest WordPress core behaviour in an upcoming Breeze release.

    Thanks again for the detailed report and for helping us improve the plugin.

    Thread Starter Fabio

    (@system4pc)

    Oh great!

    thank you for the quick reply

    I’ll check for a newer version. I know it’s not a priority, so there’s no hurry 🙂

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

You must be logged in to reply to this topic.