Description:
When users navigate between pages using the sidebar, there is a noticeable delay before the new page loads. This results in a sluggish user experience, particularly for frequently accessed sections like Leave Management or Payroll.
Steps to Reproduce:
Click any item in the sidebar (e.g., Leave Management, Payroll).
Observe the delay before the new page fully loads.
Expected Behavior:
Page transitions should be smooth and fast, ideally loading in under 1 second for optimal user experience.
Actual Behavior:
There is a noticeable delay (several seconds) between clicking a sidebar item and the page rendering.
Suggested Fix:
Review routing and lazy loading strategy.
Optimize component and data loading.
Description:
When users navigate between pages using the sidebar, there is a noticeable delay before the new page loads. This results in a sluggish user experience, particularly for frequently accessed sections like Leave Management or Payroll.
Steps to Reproduce:
Click any item in the sidebar (e.g., Leave Management, Payroll).
Observe the delay before the new page fully loads.
Expected Behavior:
Page transitions should be smooth and fast, ideally loading in under 1 second for optimal user experience.
Actual Behavior:
There is a noticeable delay (several seconds) between clicking a sidebar item and the page rendering.
Suggested Fix:
Review routing and lazy loading strategy.
Optimize component and data loading.