Skip to content

Comments

chore(nimbus): readonly changelogs in admin#14197

Merged
yashikakhurana merged 1 commit intomainfrom
14164
Dec 16, 2025
Merged

chore(nimbus): readonly changelogs in admin#14197
yashikakhurana merged 1 commit intomainfrom
14164

Conversation

@jaredlockhart
Copy link
Collaborator

Becuase

  • We had inline formsets for changelogs in the admin
  • These are very slow to render especially for experiments with lots of changes
  • We don't actually need to be able to edit changelogs in the admin, they really should be read only
  • We can just display their values for reference purpose in the admin, this should be much faster to render

This commit

  • Replaces NimbusExperimentAdmin changelog inline formsets with a read only table

fixes #14164

@jaredlockhart
Copy link
Collaborator Author

image

Copy link
Contributor

@yashikakhurana yashikakhurana left a comment

Choose a reason for hiding this comment

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

readable data 👀 , thank you @jaredlockhart

@jaredlockhart jaredlockhart added this pull request to the merge queue Dec 16, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Dec 16, 2025
Becuase

* We had inline formsets for changelogs in the admin
* These are very slow to render especially for experiments with lots of changes
* We don't actually need to be able to edit changelogs in the admin, they really should be read only
* We can just display their values for reference purpose in the admin, this should be much faster to render

This commit

* Replaces NimbusExperimentAdmin changelog inline formsets with a read only table

fixes #14164
@jaredlockhart jaredlockhart added this pull request to the merge queue Dec 16, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 16, 2025
@yashikakhurana yashikakhurana added this pull request to the merge queue Dec 16, 2025
Merged via the queue into main with commit a4c1f50 Dec 16, 2025
17 checks passed
@yashikakhurana yashikakhurana deleted the 14164 branch December 16, 2025 23:15
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.

NimbusExperiment admin page too slow

2 participants