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

Prevented pages content api queries from returning mobiledoc or lexical fields #20454

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

9larsons
Copy link
Contributor

@9larsons 9larsons commented Jun 24, 2024

ref https://linear.app/tryghost/issue/CFR-43/
ref 9d9a421

We recently stopped select * from posts when making Content API requests. This is now being applied to the pages endpoint to help improve performance. These fields were already being stripped out in the output serializer, and they will now no longer be returned from the db at all, reducing the amount of data transferred.

…al fields

ref https://linear.app/tryghost/issue/CFR-43/

We recently stopped `select *` from posts when making Content API requests. This is now being applied to the pages endpoint to help improve performance. These fields were already being stripped out in the output serializer, and they will now no longer be returned from the db at all, reducing the amount of data transferred.
@9larsons 9larsons enabled auto-merge (squash) June 24, 2024 15:09
@9larsons 9larsons merged commit b10b81b into main Jun 24, 2024
22 checks passed
@9larsons 9larsons deleted the stop-select-all-pages-contentApi branch June 24, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant