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
I noticed that the site is frequently reloading itself to display updated data from the database. This behavior can be problematic as it causes the site to connect and disconnect repeatedly, slowing down the dashboard and increasing the time it takes for the browser to render the site.
To address this issue, I made some changes to the code that allow the site to request new data internally, rather than reloading the page each time. This has resulted in significant improvements in the site's speed and performance, as the browser no longer needs to rerender the entire site from scratch.
I have submitted a pull request with these changes, and I would appreciate it if you could review it and let me know your thoughts. Thank you!
The text was updated successfully, but these errors were encountered:
I noticed that the site is frequently reloading itself to display updated data from the database. This behavior can be problematic as it causes the site to connect and disconnect repeatedly, slowing down the dashboard and increasing the time it takes for the browser to render the site.
To address this issue, I made some changes to the code that allow the site to request new data internally, rather than reloading the page each time. This has resulted in significant improvements in the site's speed and performance, as the browser no longer needs to rerender the entire site from scratch.
I have submitted a pull request with these changes, and I would appreciate it if you could review it and let me know your thoughts. Thank you!
The text was updated successfully, but these errors were encountered: