Home > Backend Development > PHP Tutorial > php前端工具1

php前端工具1

WBOY
Release: 2016-06-13 13:07:51
Original
838 people have browsed it

php前端工具一
1.xdebug  是一个开放源代码的PHP程序调试器(即一个Debug工具),可以用来跟踪,调试和分析PHP程序的运行状况
xdebug的官方下载地址为:http://xdebug.org/download.php

2.日志分析工具 wincachegrind
http://sourceforge.net/projects/wincachegrind/

3.通常情况下,使用Cache能够大幅提升系统的性能,降低后台数据库的压力。淘宝目前很多系统都在使用Memcached和Tair.更多内容可参见对应的官方网站:
Memcached: http://memcached.org/
Tair: http://code.taobao.org/project/view/2/

4.Steve的两本书:《High Performance Web Sites》(中文版:《高性能网站建设指南》)和《Even Faster Web Sites》(中文版:《高性能网站建设进阶指南》)

5.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template