Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #57793


Ignore:
Timestamp:
02/23/2023 07:30:03 AM (4 years ago)
Author:
aristath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57793 – Description

    v1 v2  
    11A few months ago, a proposal was published to natively support SQLite in WordPress Core (https://make.wordpress.org/core/2022/09/12/lets-make-wordpress-officially-support-sqlite/).
     2That proposal outlines a lot of the benefits of supporting SQLite in Core.
    23
    3 The proposal has received a lot of positive feedback, both from the community and the WordPress leadership.
     4The proposal has received a lot of positive feedback, both from the community and the WordPress leadership so this Trac ticket is the next step, to promote collaboration and discussion.
    45
    5 The performance team has been working on an implementation that adds support for SQLite via the SQLite Database Integration plugin (https://wordpress.org/plugins/sqlite-database-integration/).
     6The performance team has been working on an implementation that adds support for SQLite via the SQLite Database Integration plugin (https://wordpress.org/plugins/sqlite-database-integration/). Before being published as a stand-alone plugin, it was implemented as a module in the Performance Lab plugin (https://wordpress.org/plugins/performance-lab/) where it received a lot of user-testing.