秀米云香港服务器

php代码的性能分析。

你可以用xdbug去分析。

序列号 CPU RAM HDD 带宽 售价(美元) 免费试用
香港服务器1 E5-2620 32G 1T HDD 50M/无限流量 $196.00 立即申请
香港服务器2 E5-2650 32G 1T HDD 50M/无限流量 $256.00 立即申请
香港服务器3 E5-2680 32G 1T HDD 50M/无限流量 $316.00 立即申请
香港服务器4 E5-2690 32G 1T HDD 50M/无限流量 $336.00 立即申请
香港服务器5 E5-2697 32G 1T HDD 50M/无限流量 $376.00 立即申请
香港服务器6 E5-2620*2 32G 1T HDD 50M/无限流量 $376.00 立即申请
香港服务器7 E5-2650*2 32G 1T HDD 50M/无限流量 $436.00 立即申请
香港服务器8 E5-2680*2 32G 1T HDD 50M/无限流量 $476.00 立即申请
香港服务器9 E5-2690*2 32G 1T HDD 50M/无限流量 $556.00 立即申请
香港服务器10 E5-2697*2 32G 1T HDD 50M/无限流量 $596.00 立即申请
香港服务器11 E5-2680v4*2 32G 1T HDD 50M/无限流量 $696.00 立即申请
香港服务器12 E5-2698v4*2 32G 1T HDD 50M/无限流量 $796.00 立即申请

但是更好的选择是facebook的性能分析工具xhprof。

它可以图形化。前提是你安装了gd库,你也可能遇到一些小问题。我记得要更新linux的图像库。

安装xhprof扩展:pecl install xhprof .

.*Allrightsreserved.**PHPversion5**@categoryAug*@packagepackage_name*@authorbeck*@date2013-8-13*@license*@link**/classXhprof{protected$flags=0;protected$options=array();protected$xhprofData=array();/***配置你的xhprof你可以在php的官网看着个应用的说明*@paramunknown$config*@throwsExtensionNotFoundException*/publicfunction__construct($config=array()){if(!extension_loaded('xhprof')){thrownewExtensionNotFoundException('Configurationerror!Makesureyouhavexhprofinstalledcorrectly.pleasereferhttp://www.php.net/manual/en/xhprof.examples.phpfordetail.');}if(!empty($config['flags'])){$this->flags=(int)$config['flags'];}if(!empty($config['options'])){$this->options=$config['options'];}}/***开启调试*/publicfunctionenable(){xhprof_enable($this->flags,$this->options);}publicfunctiondisable(){$this->xhprofData=xhprof_disable();}/***显示调试结果*你可能需要配置一个apache/nginx虚拟主机*/publicfunctionshow(){$this->disable();include_once"xhprof_lib/utils/xhprof_lib.php";include_once"xhprof_lib/utils/xhprof_runs.php";$xhprof_runs=newXHProfRuns_Default();$run_id=$xhprof_runs->save_run($this->xhprofData,"xhprof_testing");echo"seexhprofresult";}}

标题:PHP代码性能的分析方法

地址: https://www.yunhk.xyz/26427.html