Readonly DB
-
Hi, we separate requests for external users (frontend) and internal users (wp-admin), the external server uses readonly db, but we just notice that Elementor inserts metadata (meta key “_elementor_css”) into postmeta table in wp_enqueue_styles when visiting the frontend page, as a result, it causes db permission error.
I can reproduce this as following:
– edit any post that built with Elementor, made any changes, save, the meta “_elementor_css” is removed but not re-created
– then visit the post frontend page, it inserts “_elementor_css” metaWe are using version 3.1.4, it’s a bit old but I checked the latest version and I believe this logic didn’t change, but correct me if I am wrong.
Is it better to save the “_elementor_css” meta when the post is just updated in wp-admin instead of on frontend?
Any other suggestions to avoid this problem when using readonly db?Please advise, much appreciated!
- The topic ‘Readonly DB’ is closed to new replies.