標籤

BAT (38) shell (34) Virtual Machine (33) Xubuntu (29) acfs (25) PHP (24) CentOS (21) Virtul Box (20) 編輯器 (17) 資料庫 (15) lubuntu (13) windows (13) CPP (12) ubuntu (12) chrome (11) laravel (10) Docker (9) Python (9) 5A88 (7) VMware (6) 資料結構 (6) Javascript (5) Node (5) Proxmox VE (5) 公告系統 (5) 程式積木 (5) Android Studio (4) ANN (3) OB2D2016x64 (3) Xoops (3) clonezilla (3) samba (3) 公文 (3) 其他 (3) 硬體 (3) API (2) Android (2) AppInvent2 (2) Html (2) Hyper-V (2) Nas (2) botnet (2) mbot (2) swift (2) wordpress (2) 樣板 (2) 防火牆 (2) AD的應用 (1) Ansible (1) Arduino (1) CSS (1) GitLab (1) HA Proxy (1) LegoEV3 (1) PowerShell (1) Scratch (1) VM (1) XenServer (1) kotlin (1) linuxmint (1) lxc (1)

2017年3月22日 星期三

wordpress 4.7.2 啟用套件和佈景自動更新 與 增快網頁速度

一、啟用套件和佈景自動更新
1.到wordpress 所在的資料夾
  $cd /home/webadmin/html/wordpress

2.在wp-config.php內,加入兩個設定
 $sudo pico wp-config.php

/*啟用網站的外掛自動更新功能*/
add_filter( 'auto_update_plugin', '__return_true' );
/*啟用佈景主題自動更新功能*/
add_filter( 'auto_update_theme', '__return_true' );

二、增快網頁速度
1.建立目錄,放記憶體磁碟
#mkdir /tmp/ramdisk

2.編修 /etc/fstab 並加入tmpfs /tmp/ramdisk tmpfs size=32m,mode=1777 0 0
#pico /etc/fstab
/etc/fstab內容加入
tmpfs           /tmp/ramdisk   tmpfs   size=32m,mode=1777 0 0

3.掛載記憶體磁碟
#mount /tmp/ramdisk

4.修改 php.ini 的session.save_path設定
#pico /etc/php/5.6/apache2/php.ini
修改session.save_path
session.save_path = /tmp/ramdisk

5.重新啟動 apache2
#service apache2 restart
資料來源:
1. 7 個 WordPress 初學者常犯的錯誤
https://free.com.tw/7-mistakes-beginner-wordpress-users-make/
2.常見的密技--加速Web網站運作
http://free.chc.edu.tw/~chi/blog/index.php?load=read&id=145

沒有留言:

張貼留言

在 Windows 10 x64 1909版,使用BAT快速安裝公文系統與人事服務網(自然人憑證)版

相關內容移往 https://skjhcreator.blogspot.com/2021/02/windows-10-x64-1909bat.html