Wesley Zhang

Wesley Zhang

Software Engineer from Melbourne, I build things with PHP, Laravel and AWS.

Do you need OPCache

PHP PERFORMANCE · 4 min read

From PHP official documentation, we know that: OPCache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. In other words, after OPCache is configured, the PHP script will ...

Getting started

THOUGHTS · 2 min read

So why does this blog exist? As of this writing, I am migrating a large legacy PHP project from Koseven to Laravel in a startup company. I want to have a place to share the technical problems we face and the solutions we come up with during the migration. This is one of the reaso ...