Byte Ebi's Logo

Byte Ebi 🍀

A Bit everyday A Byte every week

Laravel Queue Usage

Using queues to defer processing of tasks that don't need immediate attention.

Ray

The purpose of queues is to defer processing of a time-consuming task that doesn’t require immediate completion. Like sending emails, users don’t need to wait for the email to be sent successfully before the next step.
Allowing the application to respond more quickly to web requests and smooth user experience.

Server Stress Testing - Using Apache Bench

Performing server stress testing with Apache Bench to assess server performance

Ray

Server stress testing is a must before going live, no exceptions!
Just imagine you’ve been working overtime for months, the system goes online.
And you’re celebrating with pizza and cocktail, only to find out suddenly the server crashes due to overwhelming traffic!
That’s why conducting stress tests beforehand makes a good system!

Recent Posts

Categories

Tags