The original post: /r/selfhosted by /u/kebavpls on 2025-01-02 07:23:20.

Hello guys… recently i just bought a VPS from hostinger… im come from a southeast asian country and the closest VPS location that hostinger provide is India…

I deploy a front end and a back end process… the front end can load pretty fast around 3-4 second when changing page… but when i try to insert or update data… its pretty slow… updating data can take around 1-2 minutes for around 50-60 data per run…

For this problem… is it common that the update take a lot of that time? Or its because of my connection speed? Or maybe i should implement truncate insert instead of update data?

My Web App is using React + Spring Boot Stack