Welcome to Centmin Mod Community
Become a Member

Master Branch part 2 speed up initial centmin mod install in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Dec 7, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:03 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    part 2 speed up initial centmin mod install in 123.09beta01

    - updates to devtoolset-gcc routines to ensure fresh initial Centmin Mod installs don't use ccache compiling caching for initial installs only. The ccache compiler caching should only be used for update/recompile routines as ccache only speeds up subsequent compiles but not the first compilation. For fresh initial Centmin Mod installs the following routines are main ones that benefit from this speed up update - ngx_brotli, openssl and optional modsecurity for Nginx and PHP 7.3, 7.4, 8.0 and 8.1 versions with/without Profile Guided Optimizations which need a higher GCC compiler version and Cloudflare zlib performance library routines.
    - additional Cloudflare zlib routine changes

    Continue reading...


    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.