readme

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· 代码 · 共 17 行

TXT
17
字号
Cache_Lite is perfs oriented. So before commiting, please bench your patch !To bench Cache_Lite, I use the tool 'ab' (distributed with apache).(for example)/usr/sbin/ab -c 10 -n 1000 http://127.0.0.1/ [...] /Cache_Lite/tests/bench.phpIn the output of 'ab', most important things are :- Failed requests: (must be 0 ! If not, don't commit !)- Requests per second:    XXX [#/sec] (mean)For testing if the cache is ok or not, you can use the script 'test.php', it will write if the cache has been hit or missed...Fabien (fab@php.net)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?