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

♻️ App Router migration - Articles #3161

Open
2 tasks done
jeoffreyfischer opened this issue Sep 25, 2024 · 1 comment · Fixed by #3314 or #3328 · May be fixed by #3344
Open
2 tasks done

♻️ App Router migration - Articles #3161

jeoffreyfischer opened this issue Sep 25, 2024 · 1 comment · Fixed by #3314 or #3328 · May be fixed by #3344
Assignees

Comments

@jeoffreyfischer
Copy link
Member

jeoffreyfischer commented Sep 25, 2024

Description

To improve website performance and down-pay our tech debt, we need to migrate the articles pages (which are currently using pages routing) to app routing.

Tasks

  • migrate ssw.com.au/articles to app routing
  • migrate ssw.com.au/articles[template] to app routing
@github-project-automation github-project-automation bot moved this to 🤷‍♂️ Needs Triage in SSW.Website Sep 25, 2024
@Calinator444 Calinator444 self-assigned this Nov 18, 2024
@Calinator444 Calinator444 moved this from 🤷‍♂️ Needs Triage to 🏗 In progress in SSW.Website Nov 18, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in SSW.Website Nov 18, 2024
@Calinator444
Copy link
Member

Calinator444 commented Nov 20, 2024

I've migrated the pages to app routing, but performance is down on the article templates so I've moved these back into in progress. The performance is likely due to the pages using server-side rendering rather than static site generation, meaning the bage gets rebuilt on the server each time a request is sent.

Figure: Poor performance on article templates

@Calinator444 Calinator444 reopened this Nov 20, 2024
@github-project-automation github-project-automation bot moved this from ✅ Done to 🏗 In progress in SSW.Website Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment