GithubHelp home page GithubHelp logo

Comments (6)

jamesmills avatar jamesmills commented on May 4, 2024 1

Just to be clear, the php artisan optimize command is deprecated as of 5.5, and a commit in master has removed it from 5.6.

https://laravel-news.com/laravel-5-6-removes-artisan-optimize

from blog-contest-may-mayhem.

hhxsv5 avatar hhxsv5 commented on May 4, 2024

@jamesmills 👍Thank you. I won't change the post for fair contest.

from blog-contest-may-mayhem.

jamesmills avatar jamesmills commented on May 4, 2024

One thing I would mention in this article would be to enable OPcache. There is a helpful package for Laravel here https://github.com/appstract/laravel-opcache which has a link to an article explaining what it can do for your Laravel app.

from blog-contest-may-mayhem.

hhxsv5 avatar hhxsv5 commented on May 4, 2024

Yeah. In my opinion, OPcache is an easier and more effective way to improve performance than others.

from blog-contest-may-mayhem.

georgeboot avatar georgeboot commented on May 4, 2024

Did you also look into php-pm?

from blog-contest-may-mayhem.

hhxsv5 avatar hhxsv5 commented on May 4, 2024

Sure, php-pm is earlier solution to hold code in memory before Swoole and Workerman.
The most important reason, Swoole is written in C, and can call OS API, so that it provides multithreading/millisecond timer/built-in Coroutine.

from blog-contest-may-mayhem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.