I've been working on my side project in Django and I couldn't not notice that it was taking JavaScript forever to load all the info from the backend API. It could even take 30s to fetch all the data (~150 records).
I generally hate when apps are slow and I needed to do something about. I described how I made it my faster by profiling and strategic optimizations. You can check out the post here.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.
If you choose to do so, you also have the option to add a canonical URL directly to your post.
Please have a look at the Terms of Use for DEV, Section 11: dev.to/terms
Cool, good to know! I will follow that next time!