Marco Bruijns - MTC CreativesCutting Response Times: How I Reduced Laravel Page Load Times by 50%Working on a client’s Laravel application, I noticed how bad it was for performance-the page load time went up to 600–900ms. The…2d ago
Edouard CourtyMake your PHP 8 apps twice as fast (OPCache & JIT)Learn to configures OPCache and JIT compiling to make your PHP apps faster than ever.Jul 17, 20228
Serghei PogorTips to Make Your PHP Script Run FasterLet’s dive in, keep it simple, and add a sprinkle of fun along the way. 🚀Apr 5Apr 5
InAppstractbyOlav van SchieMake your Laravel App Fly with PHP OPcacheEasy guide to enable and optimize OPcache for a faster applicationFeb 7, 201718Feb 7, 201718
Serghei PogorPHP OPcacheOPcache (opcode cache) is a PHP extension that helps improve PHP performance by storing precompiled script bytecode in shared memory…May 2, 20231May 2, 20231
Marco Bruijns - MTC CreativesCutting Response Times: How I Reduced Laravel Page Load Times by 50%Working on a client’s Laravel application, I noticed how bad it was for performance-the page load time went up to 600–900ms. The…2d ago
Edouard CourtyMake your PHP 8 apps twice as fast (OPCache & JIT)Learn to configures OPCache and JIT compiling to make your PHP apps faster than ever.Jul 17, 20228
Serghei PogorTips to Make Your PHP Script Run FasterLet’s dive in, keep it simple, and add a sprinkle of fun along the way. 🚀Apr 5
InAppstractbyOlav van SchieMake your Laravel App Fly with PHP OPcacheEasy guide to enable and optimize OPcache for a faster applicationFeb 7, 201718
Serghei PogorPHP OPcacheOPcache (opcode cache) is a PHP extension that helps improve PHP performance by storing precompiled script bytecode in shared memory…May 2, 20231
Steven MarshallThe definitive case against a backslash before a PHP native function“Should I prepend all native PHP functions with a backslash to improve performance?”Mar 25, 2023
Ahmed Hasnat SafderOpcache preloading in PHP and how to properly use it in LaravelIntroduction:Feb 21, 2023
Muhammad RizwanHow to speed up your Laravel application with PHP OPcacheUsing PHP OPcache is a incer way to inhance performance of PHP. OPcache stores pre-compiled bytecode in memory, which reduce proceess of…Jun 21, 20221