Scroll down
//Optimizing Site Speed
Boost Application Performance with Laravel Octane
As you may know, traditional Laravel applications process one request (request) at a time. However, with Laravel Octane, you can handle multiple requests simultaneously, significantly increasing your website’s speed. 1. What is Laravel Octane? Laravel Octane is an open-source package designed to speed up Laravel applications. It starts your application once, keeps it in memory..
See more- 1,142 views
- 0 Comments
Optimize Website Speed with Asynchronous and Deferred Javascript
Most, if not all, websites today use a lot of Javascript. Social media buttons? Plugins? Even themes? 90% of the time, there’s script embedded. You’re running scripts, and scripts slow down the page load. Here are 2 plugins to help solve this problem. Notes from Webmaster Asynchronous and Deferred Three things to remember: Parsing..
See more- 72 views
- 0 Comments