Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize en Optimize (A LOT) PHP platform #290

Merged
merged 1 commit into from
Nov 26, 2020

Commits on Nov 25, 2020

  1. Modernize en Optimize (A LOT) PHP platform

    * Use an external file to be able to run static analysis tool (ATM,
      analyzer crash because the file is too big)
    * Enable the opcache caching feature (better for the RAM)
    * Use key instead of value when searching in the array
    * Add type hint everywhere
    * Use generator to lazy load evualuation as much as possible
    lyrixx committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    275bacc View commit details
    Browse the repository at this point in the history