致力于IT技巧与知识分享

Windows 2008 R2 IIS7 PHP开启opcache的方法

PHP opcache可以提升性能,对于PHP7来说,可以开启文件缓存(Opcache文件缓存),还可以只开启Opcache文件缓存.Windows PHP配置opcache的方法如下。

  • 检查PHP根目录下面的ext目录中有没有php_opcache.dll,没有的话需要自行下载,PHP 5.5开始已经自带了php_opcache.dll,PHP 5.4 PHP 5.3 PHP 5.2需要自行下载并保存到ext目录
  • 将zend_extension = php_opcache.dll复制到php.ini文件中的[php]区段下面
    如果将zend_extension指令写到[opcache]区段或其他区段,配置不会生效。
  • 然后修改php.ini中的[opcache]区段

PHP opcache配置:在[php]区段中增加php_opcache.dll扩展,dll文件建议使用绝对路径,如C:/Hello/World/PHP/ext/php_opcache.dll

  1. [PHP]
    zend_extension = php_opcache.dll

PHP7 opcache参数配置,仅供参考,

  1. [opcache]
  2. opcache.enable = 1
  3. opcache.enable_cli = 1
  4. opcache.memory_consumption = 128
  5. opcache.interned_strings_buffer = 8
  6. opcache.max_accelerated_files = 4000
  7. opcache.max_wasted_percentage = 5
  8. opcache.use_cwd = 1
  9. opcache.validate_timestamps = 1
  10. opcache.revalidate_freq = 2
  11. opcache.revalidate_path = 0
  12. opcache.save_comments = 1
  13. opcache.fast_shutdown = 0
  14. opcache.enable_file_override = 0
  15. opcache.optimization_level = 0xFFFFFFFF的
  16. opcache.inherited_hack = 1
  17. opcache.dups_fix = 0
  18. opcache.blacklist_filename =
  19. opcache.max_file_size = 0
  20. opcache.consistency_checks = 0
  21. opcache.force_restart_timeout = 180
  22. opcache.error_log =
  23. opcache.log_verbosity_level = 1
  24. opcache.preferred_memory_model =
  25. opcache.protect_memory = 0
  26. opcache.restrict_api =
  27. opcache.mmap_base =
  28. opcache.file_cache = C:/你好/世界/ opcache
  29. opcache.file_cache_only = 0
  30. opcache.file_cache_consistency_checks = 1
  31. opcache.huge_code_pages = 1

详情可以参考PHP官方提供的opcache配置选项

Comments are closed.

Our Services

Worpress

Lorem ipsum dolor amet consectetur adipiscing elit. Nunc mi dui placerat eu faucibus vel, efficitur quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada.

Read More

Web Design

Lorem ipsum dolor amet consectetur adipiscing elit. Nunc mi dui placerat eu faucibus vel, efficitur quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada.

Read More

Ecommerce

Lorem ipsum dolor amet consectetur adipiscing elit. Nunc mi dui placerat eu faucibus vel, efficitur quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada.

Brand Now

SEO

Lorem ipsum dolor amet consectetur adipiscing elit. Nunc mi dui placerat eu faucibus vel, efficitur quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada.

Read More

Our Team

zahera

Zahera

(HR)

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vel tempor sem. Vestibulum suscipit faucibus sem ut porta. Integer ut justo euismod, auctor turpis et

Alex

Alex

(CEO)

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vel tempor sem. Vestibulum suscipit faucibus sem ut porta. Integer ut justo euismod, auctor turpis et

Alex

Sara

(CCO)

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vel tempor sem. Vestibulum suscipit faucibus sem ut porta. Integer ut justo euismod, auctor turpis et

Mark

Mark

(Manager)

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vel tempor sem. Vestibulum suscipit faucibus sem ut porta. Integer ut justo euismod, auctor turpis et

Testimonials

  • 一个记录信息化技巧和经验的网站
    Testimonials测试

Our Partners