Join the community today
Become a Member

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

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 30, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    50,902
    11,799
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,255
    Local Time:
    5:11 AM
    Nginx 1.25.x
    MariaDB 10.x
    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...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    50,902
    11,799
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,255
    Local Time:
    5:11 AM
    Nginx 1.25.x
    MariaDB 10.x