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