首頁 >後端開發 >php教程 >cdn網站加速 php-accelerator網站加速PHP緩衝的方法

cdn網站加速 php-accelerator網站加速PHP緩衝的方法

WBOY
WBOY原創
2016-07-29 08:38:361142瀏覽

http://php-accelerator.co.uk/ 可以下載,是zend的強大對手。是免費的。我已經在用啦。效果還不錯。
修改 PHP.ini 加上:
zend_extension = /usr/local/lib/php_accelerator_1.3.3r2.so
phpa = on
phpa.tweaea> tmp
phpa.file_perms = 400
phpa.cache_file_prune_period = 1h
phpa.cache_file_ttl = 1d
phpa.shphpa.cache_file_ttl = 1d
phpa.sh 🎜>phpa.shm_perms = 666
phpa.shm_user = nobody
phpa.shm_group = nobody
phpa.shm_release_at_exit = on
phpa.shm_stats_check_exit = on
? .shm_max_processes = 512
phpa.shm_lock_threshold0 = 10
apachectl graceful 就能使用囉。具體參數看它的文件。
 
  我們在 「LAMP 加速」 這篇文章中闡述加速的幾種辦法,其中提到了 PHP Accelerator,它的安裝方法十分簡單,但是需要去他的網站取得一個啟動鍵。
  一、下載:
  www.php-accelerator.co.uk/download.php
  二、取得啟動鍵並安裝:
  www.php-accelerator.
  註冊自己的 SERVER_NAME 後,你會得到下面的提示:
  Your key for www.freelamp.com is 8edfd13946c96309244fc2941 key for www.freelamp.com in your site configuration. 
  For single domains not using virtual hosts
  The key can be set in the php. 🎜>  #
  phpa.registration_key = 8edfd13946c96309244fcca309415902
  For domains setup as a virtual host
  Add the key to the domain specific section foryour web the domain specific section . 🎜>  #
  
  ServerName www.freelamp.com
  # ... (other vhost specific config)
  # php settings_php🠎)
  # php settings_php70574571746047_FFvv. fcca309415902
  # also enable phpa if set to off in the php .ini (the default is on)
  php_value phpa 1
  
 軟體的特定設定檔的配置檔案隨值的設定,可以參考軟體隨值的設定。
  由於大多數網站是虛擬主機配置,所以,建議採用 php_value phpa. 的方式設定。
  例如:
  php_value phpa.tweaks off
  php_value phpa.cache_dir /tmp php_o php_valC. ignore_files "/index.php, /a/test.php"
  # php_value phpa.ignore_dirs "/data/WWW/site1/,/cache/"
  php_value phpa.shm_size 8
 php_value phpa.shm_size 8
 php_value php php_value phpa.shm_perms 664
  三、設定 php.ini
  假設我們把下載後的檔案解開到 /usr/local/php ,那麼在 php.ini 中加入:
  zend_extension=/usr/local/php/php_acceler_1. 🎜>  並註解掉原廠的 Zend 最佳化引擎:
  # zend_extension=/usr/local/Zend/lib/ZendOptimizer.so
  比產生了一些 phpa 開頭的文件。另外一個檢查緩衝是否起作用的辦法是看 phpinfo() 的輸出,原來的 Zend 優化引擎的說明部分,已經被顯示成:
  This program makes use of the Z〠Scripting program makes use of the Z〠Scripting program makes use of the Z〠Scripting program makes use of the Z〠Scripting L] v1.1.1, Copyright (c) 1998-2001 Zend Technologies
  with the PHP Accelerator v1.2p2, Copyright (c) 安裝 INSTALL 安裝說明上的辦法,其中的 .so 文件和真實的 .so 文件有差異,所以,你在安裝的時候需要注意到這個差異。
  四、調整緩衝大小
  PHP Accelerator 提供了緩衝管理指令:
  phpa_cache_admin -mv  _cache_admin -k 設定緩衝大小
  五、總結
  該軟體提供的 INSTALL 文件闡述了關於性能上的一些說法,筆者不在這裡贅述。
  需要說明的是,FreeLAMP.com 的文章目前不是 PHP 架構的,但是論壇系統是 PHP 架構的,所以效能上的提升只會是論壇系統的提升
以上就介紹了cdn網站加速 php-accelerator網站加速PHP緩衝的方法,包括了cdn網站加速方面的內容,希望對PHP教程有興趣的朋友有所幫助。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn