Login   Register  
PHP Classes
elePHPant
Icontem

PHP Performance

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

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   Add this feed to My Yahoo RSS 1.0 feed RSS 2.0 feed   Post article Post article  
  25 - 16   15 - 6   5 - 1  

138. 2010: Yet another great year for PHP

Posted on: 2010-12-23

2010 was an year full of interesting happenings for the PHP development and its community of developers.

This article presents a balance of what were the most important happenings in the PHP community in 2010, as well a reflection of what we can expect for 2011 for PHP, as well for the PHPClasses site.


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

137. Hardware Accelerated PHP, PHP 5.3.4, PHP 5.4 hold off, mod_PageSpeed and AJAX 2 - Lately in PHP podcast episode 7

Posted on: 2010-11-30

On this episode of Lately in PHP podcast, Manuel Lemos and Ernani Joppert discuss the proposal of using video card GPUs to accelerate PHP.

They also comment on the upcoming release of PHP 5.3.4 expected for mid-December, as well the PHP 5.4 hold off debate that has been going on due mostly to the lack of consensus between core developers.

Apart from those PHP issues, they also comment of accelerating Web pages using Google mod_PageSpeed Apache 2 module, as well about the new features of XMLHttpRequest Level 2 JavaScript object to implement AJAX applications.


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

135. Accelerate Web Pages Automatically using Google Mod_PageSpeed: Unusual Site Speedup Techniques Part 4

Posted on: 2010-11-17

After several months of development, Google announces a stable release of mod_pagespeed, an Apache 2 Web server module that can automatically optimize the Web pages that are served by Apache without any changes to the actual scripts that generate those Web pages.

This article explains in more detail what is mod_pagespeedup and how you can use it to improve the speed of serving your site Web pages.


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

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

Posted on: 2010-10-31

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

Posted on: 2010-10-28

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

Posted on: 2010-10-25

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

Posted on: 2010-10-21

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

Posted on: 2010-09-28

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

Posted on: 2010-03-01

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

Posted on: 2010-02-23

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)

  25 - 16   15 - 6   5 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Performance   Add this feed to My Yahoo RSS 1.0 feed RSS 2.0 feed   Post article Post article