Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation and migration routine #11

Open
Tracked by #9
carstingaxion opened this issue Apr 29, 2023 · 1 comment
Open
Tracked by #9

Installation and migration routine #11

carstingaxion opened this issue Apr 29, 2023 · 1 comment
Labels
dependencies 3rd-party Dependencies enhancement New feature or request

Comments

@carstingaxion
Copy link
Member

carstingaxion commented Apr 29, 2023

The current implementation of the plugin checks if something on the DB needs to be updated in a very expensive way, in terms of db hits. Within my tests it used multiple reads and writes to only do a typical version check, like many other plugins do it in a similar way. Even a object-caching plugin can - by design - not help, with the current implementation of the Migrate class.

A typical wp-admin request produces 8-11 db hits related to Embed Privacy, which is not cool.

Example
emded-privacy__db-hits
emded-privacy__db-hits_2

@carstingaxion
Copy link
Member Author

@carstingaxion carstingaxion added enhancement New feature or request dependencies 3rd-party Dependencies labels Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 3rd-party Dependencies enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant