You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PfC permalinks result in long page load times (15+ seconds) due to expensive calculations occurring when parseQueryParameters is called. Not only is this problematic for our users but it causes our Cypress tests to take a long time to complete.
Steps to replicate behavior
Visit a PfC link that has saved college values, here's an example.
Notice how the URL query params update sequentially in the browser bar and the page takes a long time to render.
Screenshots
url dance
intimidating flame chart
The text was updated successfully, but these errors were encountered:
PfC permalinks result in long page load times (15+ seconds) due to expensive calculations occurring when
parseQueryParameters
is called. Not only is this problematic for our users but it causes our Cypress tests to take a long time to complete.Steps to replicate behavior
Screenshots
The text was updated successfully, but these errors were encountered: