Default code is not optimize enough for hostinger cloud website performance is slow for 100 products
-
Hi I have recently used the same code with razorpay webhook only and just added 100 product and deployed on hostinger cloud and the site loading is very slow ram is 3 gb and throughput limit is crossing every second.
I want to know where the processing is using?? -
Hello @ritwikdalmia
This issue is not due to the 100 products. In Bagisto, the high load is caused by processing happening during runtime, mainly from the Razorpay webhook running synchronously and queues configured in sync mode. Order creation, emails, inventory updates, and indexing are being executed on the request itself instead of background queues, which spikes CPU/RAM and hits Hostinger’s throughput limit. Proper queue, cron, and cache configuration will resolve this.
Warm Regards
Team Bagisto