LoginSignup
0
0

More than 5 years have passed since last update.

Silexのパフォーマンスチューニング

Last updated at Posted at 2017-04-05

ちょっとずつ書いてく

  • composer
    • クラスマップの最適化
    • 不要なファイルの除外
  • apcu
  • opcache
  • twig
  • translator
  • session
  • doctrine
    • auto generate proxy
    • metadata cache
    • query cache
    • result cache
    • second level cache
    • n+1問題
    • eager/lazy/extra lazy
    • csv出力
  • sub request
  • http cache
  • yaml
  • pimple
    • pimple1と3
    • 遅延ロード
  • その他
    • php7
    • ssd
    • blackfire.io

composer(wip)

クラスマップの最適化

  • composer dump-autoload -o
  • composer dump-autoload -a
  • composer dump-autoload --apcu

不要なファイルの除外

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0