Copies of database rows for v4 variables and classes created every time Site Settings is saved #34543
charles-emes
started this conversation in
Editor V4
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have created some global variables and classes in Editor v4. I ran this SQL command on the database.
SELECT * FROM wp_postmeta WHERE meta_key LIKE '_elementor_global%'
It returns 2 rows. I went into site settings and made a change - it doesn't matter what - I changed the Container padding in Layout to 0 and Saved changes. Ran the SQL statement again and it returns 4 rows. Same data in both. Made another change in Site Settings saved again now its 6 rows. With a large amount of data in these rows the database is going to grow large. Surely this can't be right. Note only the original 2 rows are updated when I add new classes or variables so the copied rows are redundant.
Agreement
Beta Was this translation helpful? Give feedback.
All reactions