Join the community today
Become a Member

Nginx MariaDB Nginx PageSpeed Is MEMCACHE with PageSpeed still safe to do following the blog

Discussion in 'Install & Upgrades or Pre-Install Questions' started by EckyBrazzz, Mar 27, 2019.

  1. EckyBrazzz

    EckyBrazzz Active Member

    917
    190
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +363
    Local Time:
    10:17 PM
    Latest
    Latest
  2. steph40

    steph40 Member

    84
    17
    8
    Jan 28, 2019
    Ratings:
    +34
    Local Time:
    9:17 PM
    1.1.5
    mariadb 10
    Well I ain’t no expert but I was using PageSpeed with memcached with Invision power suite till 4 days ago so seems safe to me.
    Ps haven’t red the whole link, little tired.
     
  3. buik

    buik “The best traveler is one without a camera.”

    2,044
    527
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,691
    Local Time:
    3:17 AM
    @EckyBrazzz If you ask me I would not recommend mod Pagespeed.
    And that has nothing to do with the manual from @eva2000 which are always good :)

    The fact is that Google is no longer an administrator nor maintainer of Pagespeed since 2017.
    Pagespeed is transferred from Google to the Apache foundation.
    Ever since almost no more development activity regardless of license banners and docu -updates.
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:17 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    I wouldn't use that particular guide because memcached has a key length limit that is hardcoded to 250 bytes so if you have non-english encoded urls or very long url lengths you can run into that hardcoded limit - see https://community.centminmod.com/threads/problem-memcached-and-long-urls.1661/

    memcached usage in general is fine otherwise i.e. with ngx_pagespeed itself or when web apps use cache keys less than 250 bytes which most do except that specific guide linked to. IIRC, i read the wordpress ffpc memcached plugin did get an update to hash those longer urls to make sure the cache keys are under 250 bytes though.

    but generally if you can use centmin.sh menu option 22 for wordpress installations, choosing one of the 3 cache options are most safe especially cache enabler (option 1) as it's the least problematic option of the 3 see https://community.centminmod.com/th...l-vs-centmin-sh-menu-option-22-install.15435/

    50/50 for me yes there hasn't been any packaged release version updates in ngx_pagespeed since Feb 2018 apache/incubator-pagespeed-ngx

    though commit updates to master branch was this year Feb 2019 https://github.com/apache/incubator-pagespeed-ngx/commits/master. There's been 19 commits in master since the last 1.13.35.2 stable release you can see at https://github.com/apache/incubator-pagespeed-ngx/compare/v1.13.35.2-stable...master.
     
  5. EckyBrazzz

    EckyBrazzz Active Member

    917
    190
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +363
    Local Time:
    10:17 PM
    Latest
    Latest
    Thanks eva2000, i won´t use it and stick with the default caching of centmin 22 - 1 becuase I also have several domans with non-english enconded urls
     
  6. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:17 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+