PHP Classes

PHP Performance

Recommend this page to a friend!

Articles on how to improve the performance of PHP applications and Web sites

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Performance   Post article Post article  
  52 - 43   42 - 33   32 - 23   22 - 13   12 - 3   2 - 1  

134. Unusual Site Speedup Techniques debate, Named parameters and Annotations - Lately in PHP podcast episode 6

Updated on: 2010-11-01

Posted on:

In this episode, Manuel Lemos and Ernani Joppert discuss several unusual site speedup techniques presented in recent articles of the PHPClasses site blog.

They also discuss the (non-)inclusion of new PHP features discussed by PHP core developers like having named parameters in function calls and the support of Java-like annotations in PHP code.


Blog More ...   Post a comment Post a comment   See comments See comments (12)   Trackbacks (1)

133. Accelerate scripts running multiple tasks in parallel using asynchronous programming: Unusual Site Speedup Techniques: Part 3

Updated on: 2015-01-18

Posted on:

Asynchronous programming allows developers to write faster code by running multiple parallel tasks at the same time.

This contrasts with the traditional synchronous programming on which programs perform a task and do nothing else besides waiting for the task to finish before proceeding to the next task.

This article explains better what is asynchronous programming and how you can implement it in PHP to develop code that executes tasks much faster.


Blog More ...   Post a comment Post a comment   See comments See comments (19)   Trackbacks (0)

132. Accelerate Page Accesses Throttling Background Tasks: Unusual Site Speedup Techniques: Part 2

Updated on: 2015-01-18

Posted on:

Web server machines usually do many other things besides serving Web pages. Often they have background tasks running that may slow down significantly the Web server processes that deliver the pages to the site users.

This article is the second part of the Unusual Site Speedup series that focus on what to do to make sure that Web server processes run as fast as possible by slowing down background tasks that may be taking too much machine resources.


Blog More ...   Post a comment Post a comment   See comments See comments (10)   Trackbacks (1)

131. Accelerate Page Loading: Unusual Site Speedup Techniques: Part 1

Updated on: 2010-10-21

Posted on:

In the latest weeks, several measures have been implemented to provide dramatic improvements to the speed of this site.

This article is the first of several that describe those measures and how you can also apply to your sites too.

On the first part it is described how to make Web pages load much faster when there is heavy content slowing down the page loading, such as advertising or widgets retrieved from other sites.


Blog More ...   Post a comment Post a comment   See comments See comments (28)   Trackbacks (1)

130. PHP Performance Optimization, PHP Code Generation, AppIgnite - Lately in PHP podcast episode 5

Updated on: 2010-09-30

Posted on:

On the episode 5 of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert have as guest Jason Roberts, developer of the upcoming Web based application generation AppIgnite.

They have discussed several topics of interest like PHP code generation tools for speeding up PHP development, the video of Rasmus Lerdorf talk on PHP performance optimization techniques.

They also discuss the reasons and the progress status of things that sometimes annoy PHPClasses site users, like the advertising placement and the redirection during registration and login in the site.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (2)

118. Developing scalable PHP applications using MongoDB

Updated on: 2015-01-18

Posted on:

Nowadays there is a new kind of databases that is getting very popular, specially for Web development, including the PHP world, which are the NoSQL databases.

This article focus specifically on MongoDB, despite there are several other NoSQL database implementations.


Blog More ...   Post a comment Post a comment   See comments See comments (15)   Trackbacks (6)

117. PHP compiler performance

Updated on: 2015-01-18

Posted on:

With the release of Facebook HipHop PHP compiler, the matters of performance of PHP compilers and runtime engines gained special relevance.

This article presents a performance comparison of between different PHP compilers and runtime PHP execution engines, so we can evaluate what is the best solution that can be used in different PHP environments.


Blog More ...   Post a comment Post a comment   See comments See comments (10)   Trackbacks (11)

108. Distributing PHP processing with Gearman

Updated on: 2010-02-10

Posted on:

Gearman is a tool for distributing processing jobs over one or more machines.

This article explains how to use Gearman in PHP applications to handle better the load of busy sites or applications that need to execute heavy jobs.


Blog More ...   Post a comment Post a comment   See comments See comments (11)   Trackbacks (5)

98. HTML 5 for a better Web

Updated on: 2010-02-25

Posted on:

The HTML 5 will definitely contribute to a better Web. Despite its specification is still being drafted, several browsers like Firefox 3.5, Internet Explorer 8, Safari 4, Chrome 2 and Opera 10 already implement a significant part of the current HTML 5 specification.

This article reviews a bit of the history of how we got to HTML 5 and presents an overview of the enhancements that HTML 5 introduces to provide a better Web.

It also presents a reflection about whether HTML 5 will render useless browser extensions like Flash, Silverlight and Java.


Blog More ...   Post a comment Post a comment   See comments See comments (18)   Trackbacks (4)

69. 13 rules to optimize your Web site performance

Updated on: 2010-02-10

Posted on:

Everybody wants to squeeze as much performance of their Web applications as possible. Usually this requires skilled professionals to achieve. Fortunately, several performance evaluation tools are now available to make Web site performance tuning a much easier task.

This post discusses tools like YSlow and other techniques to tune your Web servers performance, as well the results of using such tools and techniques in a busy site like PHPClasses.


Blog More ...   Post a comment Post a comment   See comments See comments (11)   Trackbacks (6)

  52 - 43   42 - 33   32 - 23   22 - 13   12 - 3   2 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Performance   Post article Post article