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  

189. The 7 Main Optimizations of PHP 5.4 - Lately in PHP podcast episode 25

Updated on: 2015-01-18

Posted on:

The PHP 5.4 includes 7 main optimizations that made PHP work more efficiently in terms of the speed and memory usage efficiency.

That is the main topic discussed in episode 25 of the Lately in PHP podcast on which Manuel Lemos received Gustavo Lopes, a PHP core developer.

Listen to the podcast, watch the podcast video or read the transcript to learn more about these and other interesting PHP topics discussed on this episode.


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

187. The Secret PHP Optimization of version 5.4

Updated on: 2012-06-14

Posted on:

PHP 5.4 introduced several performance optimizations. One of them was not discussed much in the PHP community but it may affect the performance of your code depending on the way you write it.

Read this article to learn more about this less known PHP 5.4 optimization and what you need to do to make your PHP code take advantage of this optimization to run faster spending less memory.

The article also talks about a speculation of what PHP 6 and Zend Engine 3 can be in the future using explicitly declared types of variables and function return values to generate code that makes PHP applications run much faster.


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

183. Will it ever Matter if PHP Sucks? - Lately in PHP podcast episode 23

Updated on: 2012-05-26

Posted on:

Once in a while we see fans of other languages writing long articles on why PHP sucks and you should not use it. But will that ever matter?

That is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 23 of the Lately in PHP podcast, for the first time also recorded in video using Google Hangouts On Air.

They also covered other polemic ideas for future PHP versions like the pure PHP script proposal, making function names case-sensitive and the option to skip optional function parameters.

Another interesting topic discussed in this podcast is about the proposals for HTTP 2.0 protocol.

Listen to the podcast, watch the video recording or read the transcript to learn about these and other interesting PHP related topics.


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

182. Making the Web Faster with HTTP 2 Protocol

Updated on: 2012-05-03

Posted on:

The HTTP protocol version 2.0 is in the process of being defined. There was a call for proposals and several researchers submitted specifications and ideas that can make the Web faster and better in several other aspects.

Read this article to learn about the details of these proposals and what Web developers can expect to prepare to take advantage of the planned improvements of the HTTP 2.0 protocol.


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

170. The Debate of Making PHP Faster using a JIT Compiler - Lately in PHP podcast episode 19

Updated on: 2012-01-05

Posted on:

The official PHP implementation is evolving too slowly, while alternative implementations like Phalanger and Facebook HipHop can run PHP faster thanks to the use of JIT compiler engines.

JIT compilation was the main topic of the episode 19 of the Lately in PHP podcast presented by Manuel Lemos and Ernani Joppert who received as guests Miloslav Beno of the Phalanger team and Nuno Lopes of the PECL LLVM project to discuss this and other interesting topics of the PHP scene.

They also made a brief retrospective of what happened in the PHP world in 2011 and what they expect for 2012.

Listen to the podcast or read the transcript here.


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

168. Can .NET make PHP run faster than the official PHP implementation?

Updated on: 2011-12-15

Posted on:

Phalanger is compiler that generates .NET assemblies from PHP code, so it runs in a .NET virtual machine.

The latest benchmarks seem to indicate that PHP applications compiled by Phalanger execute noticeably faster than when they are executed by the official PHP implementation based on Zend engine, even when a caching extension is used.

Read this article to learn how Phalanger works and what lessons can be learned to make the official PHP implementation run at least as fast, eventually in PHP 6 based on Zend Engine 3.


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

155. Top 10 Wrong Ideas About PHP That You Should Get Right

Updated on: 2014-02-15

Posted on:

PHP is often a misunderstood language by people that either love or hate it.

On one side there are developers that hate PHP apparently because they do not quite understand how it works. They do not respect PHP and prefer other languages. So they lose many opportunities to make good money from the PHP market, which has so many high paying jobs for qualified developers.

On the other side there are developers that love PHP but do not take full advantage of the language because they are not fully aware of all they can do with it.

This article attempts to clarify some of the most common wrong ideas that many developers have about PHP.

Read the article to the end, so you may eventually start having a better perspective about PHP and take advantage of the opportunities that this language and the PHP ecosystem can provide you.


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

138. 2010: Yet another great year for PHP

Updated on: 2012-02-09

Posted on:

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

Updated on: 2014-02-15

Posted on:

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

Updated on: 2010-11-17

Posted on:

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)

  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