Skip to content

chore: load editor pages with sections collapsed#3252

Draft
jrdh wants to merge 1 commit into
mainfrom
chore/start_with_larger_sections_collapsed
Draft

chore: load editor pages with sections collapsed#3252
jrdh wants to merge 1 commit into
mainfrom
chore/start_with_larger_sections_collapsed

Conversation

@jrdh

@jrdh jrdh commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

DPD have reported some performance issues in the cms editor pages which seems to be most likely caused by the sheer size of some of the pages (in terms of html components present). This commit sets collapse=True on a number of key blocks in order to help the initial page render on slower devices. This applies to pretty much all content on the site and hopefully also makes it easier to manage the pages as they are less overwhelming on load - this needs to be validated though.


Type of change

Please select the options that are relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Tech debt item (this is focused solely on addressing any relevant technical debt)

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests at the right levels to prove my change is effective
  • I have added screenshots or screen grabs where appropriate
  • I have added docstrings in the correct style (google)

DPD have reported some performance issues in the cms editor pages which seems to be
most likely caused by the sheer size of some of the pages (in terms of html components
present). This commit sets `collapse=True` on a number of key blocks in order to help
the initial page render on slower devices. This applies to pretty much all content on
the site and hopefully also makes it easier to manage the pages as they are less
overwhelming on load - this needs to be validated though.
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant