FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove SQLite module by felixarntz · Pull Request #764 · WordPress/performance · GitHub

Remove SQLite module - #764

Merged
mukeshpanchal27 merged 5 commits into
trunkfrom
remove/sqlite-module
Jul 6, 2023
Merged

Remove SQLite module#764
mukeshpanchal27 merged 5 commits into
trunkfrom
remove/sqlite-module

Conversation

Copy link
Copy Markdown
Member

Summary

Fixes #738

Checklist

  • PR has either [Focus] or Infrastructure label.
  • PR has a [Type] label.
  • PR has a milestone or the no milestone label.

felixarntz added [Type] Enhancement A suggestion for improvement of an existing feature [Focus] Database labels Jun 22, 2023
felixarntz added this to the 2.5.0 milestone Jun 22, 2023
felixarntz changed the title Remove/sqlite module Remove SQLite module Jun 22, 2023

mukeshpanchal27 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks @felixarntz for the PR! It looks solid.

Can we also consider removing certain functions and text associated with SQLite?

  • Activate and deactivated module code that introduce through module integration that we did not use for any other module.
    • perflab_run_module_activation_deactivation()
    • perflab_activate_module()
    • perflab_deactivate_module()
    • 'update_option_' . PERFLAB_MODULES_SETTING action
    • 'add_option_' . PERFLAB_MODULES_SETTING action
  • Remove SQLite Integration from readme.txt

Copy link
Copy Markdown
Member Author

@mukeshpanchal27 While the functions you reference were added as part of the SQLite PR, they are generally applicable and part of the infrastructure itself, as they could be useful for any module in the future. So I think we should keep them.

Regarding the readme.txt update, this will be taken care of automatically as part of the release process, via npm run readme.

mukeshpanchal27 merged commit eb94df5 into trunk Jul 6, 2023
mukeshpanchal27 deleted the remove/sqlite-module branch July 6, 2023 03:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Type] Enhancement A suggestion for improvement of an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove SQLite module from Performance Lab plugin

3 participants


Back | FazBrowse Home | New Git URL