• Resolved donbowman

    (@donbowman)


    in the backend, for every keystroke, i get a “Updated Block: uagb/forms”

    I ran “monitorEvents(window);” in the console.
    i then edit a paragraph text block, somewhere else on the page. each keystroke, i see

    “Block successfully updated for uagb/forms blocks.min.js?ver=7204d43123223474471a:10 Updated Block: uagb/forms

    and the performce of the page editing is quite poor. I do have a uagb/form on the page, its in synced pattern. Is it the synced pattern that is confusing it? the editing is not in the synced pattern, its elsewhre on the page.

    this is very slow.

    the code lines in question are minifed,but having chrome unminify, seems these 2 are implicated.

            }(s, r, n);
            return l.isValid || (l.__unstableBlockSource = e),
            s.isValid || !l.isValid || t?.__unstableSkipMigrationLogs ? s.isValid || l.isValid || c.forEach((({log: e, args: t})=>e(...t))) : (console.groupCollapsed("Updated Block: %s", n.name),
            console.info("Block successfully updated for %s (%o).\n\nNew content generated by save function:\n\n%s\n\nContent retrieved from post body:\n\n%s", n.name, n, Ir(n, l.attributes), l.originalContent),
            console.groupEnd()),
            l
        }
    Object(J.registerBlockType)("uagb/forms", {
        ...Vh,
        title: Object(r.__)("Form", "ultimate-addons-for-gutenberg"),
        description: Object(r.__)("Add easily customizable forms to gather information.", "ultimate-addons-for-gutenberg"),
        icon: $.forms,
        keywords: [Object(r.__)("forms", "ultimate-addons-for-gutenberg"), Object(r.__)("uag", "ultimate-addons-for-gutenberg")],
        attributes: Xt,
        category: uagb_blocks_info.category,
        variations: Fh,
        edit: e=>e.attributes.isPreview ? React.createElement(Wr, {
            image: "form"
        }) : React.createElement(jh, e),
        supports: {
            anchor: !0,
            html: !1
        },
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘constant update of uagb/forms, performance issue backend’ is closed to new replies.