Pro PHP Application Performance 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Pro PHP Application Performance

简体网页||繁体网页
Armando Padilla 作者
Apress
译者
2011-1 出版日期
264 页数
$ 56.49 价格
平装
丛书系列
9781430228981 图书编码

Pro PHP Application Performance 在线电子书 图书标签: php  performance  PHP性能  计算机  专业  2013   


喜欢 Pro PHP Application Performance 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-07-08


Pro PHP Application Performance 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Pro PHP Application Performance 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Pro PHP Application Performance 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Pro PHP Application Performance 在线电子书 用户评价

评分

性能优化的入门

评分

性能优化的入门

评分

从前端到后端,从css到操作系统,都讲了一遍,都是老生常谈的东西。书里介绍了很多工具以及安装方法。感觉收获不大- -

评分

从前端到后端,从css到操作系统,都讲了一遍,都是老生常谈的东西。书里介绍了很多工具以及安装方法。感觉收获不大- -

评分

从前端到后端,从css到操作系统,都讲了一遍,都是老生常谈的东西。书里介绍了很多工具以及安装方法。感觉收获不大- -

Pro PHP Application Performance 在线电子书 著者简介

■ Armando Padilla has worked within the web technology industry for 13 years,

participating and leading every aspect of a LAMP-based web application. His

PHP experience began in 1998, when he created a small PHP web page for Thomas

Jefferson High School (Los Angeles). Armando’s most recent work has been for Yahoo!

as a senior engineer working on high-profile and high-traffic applications, such as the

Winter 2010 Olympics, 2010 FIFA World Cup, and Yahoo News mobile applications.

Armando now spends much of his time dabbling with new web technologies, reading

PHP/Zend–related books, and being with his family.

■ Tim Hawkins produced one of the world’s first online classifieds portals in 1993,

loot.com, before moving on to run engineering for many of Yahoo EU’s non-mediabased

properties, such as Search, Local Search, Mail, Messenger, and its social

networking products. He is currently managing a large offshore team for a major US

e-tailer, developing and deploying next-generation e-commerce applications. He

loves hats and hates complexity.

■ Aaron Saray has been madly in love with PHP since 2001. As a Zend Certified

Engineer, Milwaukee PHP users group organizer, author, and technical editor, Aaron

continues to remain active in the PHP community. He continues to push out new

open source software as well as keep a web development blog on

http://aaronsaray.com.


Pro PHP Application Performance 在线电子书 图书目录


Pro PHP Application Performance 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Pro PHP Application Performance 在线电子书 图书描述

Pro PHP Application Performance will help you understand all the technologies and components which play a role in how well your applications run. When seconds can mean the difference between retaining a user and losing a user, it's important for all of us to have optimization as part of our project roadmap. But what components within your application should you analyze? How should you optimize? And how can you measure how well your application is performing? These are some of the questions that are answered in this book. Along the way you will also learn the "why" of optimizing. You'll discover why you should optimize a specific component, why selecting one function over another is beneficial, and how to find and use the optimization tools available to the open source community. You'll also learn how to deploy caching software as well as web server software. Pro PHP Application Performance will also teach you more advanced techniques, such as: Using Xdebug to profile functions that are not running as efficiently as possible. Comparing opcode executed by different PHP functions to narrow the search for functions that run efficiently. Using strace to analyze Apache while your application is served to the user. Once you complete this book you will have a complete sense of where to start optimizing and, most importantly, have the tools which allow you to continue optimizing in other PHP applications going forward. What you'll learn * How to improve the performance of existing PHP applications * How to maximize the performance of existing operating systems and databases * How to refactor existing PHP code for better performance * How to identify and rectify bottlenecks in PHP code * How to take advantage of variable caching to increase performance * Strategies for selecting server hardware for best performance Who this book is for This book will appeal to established PHP developers who wish to write new, complex applications or want to rearchitect existing ones. Developers of other languages such as Ruby, Python, and VB.NET will also have an interest in the techniques for tuning the performance of web servers, databases, and operating systems. Table of Contents * Benchmarking Techniques * Improving Client Download and Rendering Performance * PHP Code Optimization * Opcode Caching * Variable Caching * Choosing the Right Web Server * Web Server and Delivery Optimization * Database Optimization * Installing Apache, MySQL, PHP, and PECL on Windows * Installing Apache, MySQL, PHP, and PECL on Linux

Pro PHP Application Performance 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Pro PHP Application Performance 在线电子书 读后感

评分

这本书虽然是讲的不太深,但是他的最大作用应该是给你优化网站指出了正确的道路,至于你想深入了解,那就可以根据里面的内容自己找资料了,真心觉得不错。想要靠这本书编程大牛的人们建议不要包希望,但是我觉得这本书绝对是不错的选择~  

评分

感觉还可以,值得读一下,不需要精读。。。很多软件安装什么的就没有必要写了,网上一搜一大把。。。其余的还算可以 感觉还可以,值得读一下,不需要精读。。。很多软件安装什么的就没有必要写了,网上一搜一大把。。。其余的还算可以  

评分

内容比较笼统,没什么特别深入。觉得太水了,看起来很快,如果根据目录自己去搜索下,可能比这本书还详细。所以不推荐买回去,更不知道为啥此书被评为什么图灵什么的,好像简单点的书都容易评上。(抱歉,你的评论太短 抱歉,你的评论太短 抱歉,你的评论太短 抱歉,你的评论太...

评分

很薄的一本书 软件截图占了相当一部分,大多是性能检测工具。 书中涉及PHP编程中的优化技巧大概就俩吧 一个是用逗号连接字符串,一个是在for循环中预先计算数组长度而不是在括号中每次循环都计算,当然还有APC一些缓存技术,说起来无非是函数介绍。下班回家一晚上边看新水浒边...  

评分

类似图书 点击查看全场最低价

Pro PHP Application Performance 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Pro PHP Application Performance 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有