워드프레스 속도 높이기

워드프레스 설치후 느리다면 2가지 먼저 확인해보자. PHP7.4 이상인지???? mysql10 이상인지??? 이 두가지만 확인후 업뎃해도 열배는 빨라지는듯 하다.역시 php7이 이전 버전과 백배, mysql7버전이후 백배 이상 빨라졌다는 우스개 소리가 맞나보다. wget http://rpms.remirepo.net/enterprise/remi-release-7.rpmrpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpmyum install yum-utilsyum-config-manager –enable remi-php73yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysql -ysystemctl restart httpd mysqldump -u root -p –all-databases > […]