AshoniA
Server Response too slow
I have Django, React application live on railway. I'm using Hobby plan.
whenever I click through pagination buttons server is taking up to a minute to respond. I can see in the network panel that request has been sent and it takes 10 - 60 second for the response to come in.
on the localhost everything is instant. I don't know what's causing it.
Full project code : https://github.com/AlexShonia/e-commerce
pagination code on django:
164 replies