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
{{ message }}
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
I noticed while navigating around that it seems slower than before. So, I pulled down a branch before the sidebar service and new theme. Indeed the navigation was noticeably faster than the latest branch. I have not deduced the exact cause.
The text was updated successfully, but these errors were encountered:
I noticed this as well, but wasn't able to narrow it down. If it isn't sidebar related could it be the new theme? I noticed the initial load is also a bit slower.
I simply removed the sidebar component. The sidebar service was still running and being injected. The slow down occurs when an attempt to navigate to a new route. When you click on a router link it pauses briefly before navigating. Before it navigated immediately and then performed asynchronous requests. If requests were cached the pages loaded immediately. I assume it is the sidebar service as it has ramifications on route changes. If it is not that, it could be due to the growing number of services being injected. Granular dependency injection may provide some performance improvements. Also, barreling will help.
I noticed while navigating around that it seems slower than before. So, I pulled down a branch before the sidebar service and new theme. Indeed the navigation was noticeably faster than the latest branch. I have not deduced the exact cause.
The text was updated successfully, but these errors were encountered: