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  
  47 - 38   37 - 28   27 - 18   17 - 8   7 - 1  

234. PHPNG Dramatic Speedup Features Coming in PHP 6 Release

Updated on: 2014-05-12

Posted on:

Not a very long after Facebook announced the Hack language, Dmitry Stogov of Zend announced a somewhat secret development branch of PHP called PHPNG that brings a JIT engine, significant speed and memory management improvements eventually to PHP 6.

Read this article to learn more details about what happened and what this means for the future of PHP.


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

230. Hack Language is All that PHP Should Have Been

Updated on: 2015-01-18

Posted on:

Facebook developers just released Hack, a language based on PHP that introduces several great enhancements.

Read this article to learn more about Hack features, as well learn about some criteria that you may want to evaluate to decide if you want replace your PHP developments with this new programming language.


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

200. Zend Optimizer+ Cache in PHP 5.5 and MySQL 5.6 Performance Improvements - Lately in PHP podcast episode 32

Updated on: 2013-02-07

Posted on:

MySQL 5.6 GA version is finally available for download. One of its main features is the new NoSQL interface to access tables much faster than using SQL via a connection compatible of memcached.

MySQL 5.6 speed improvements and how it affects PHP applications was one of the main topics discussed by Manuel Lemos and Ernani Joppert on the episode 32 of the Lately in PHP podcast.

They also commented on the eventual adoption of the Zend Optimizer+ as the PHP code caching extension that may be shipping with PHP 5.5 as alternative to APC, the implications of this to the PHP community.

Other topics discussed in the podcast include the switch of OpenSuSE and Fedora Linux distributions from Oracle MySQL to MariaDB MySQL fork, the use of test driven development in the Zurmo PHP Open Source CRM, using advanced HTML5 based animations to get the attention of site users, and the launch of the JavaScript Innovation Award that just happened in the JSClasses site.

Listen to the podcast audio, or watch the podcast video, or read the podcast transcript to learn more about the details of these and other interesting topics.


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

196. Will PHP 6 feature a JIT compiler? Lately in PHP podcast episode 30

Updated on: 2012-12-10

Posted on:

Now that Facebook made some progress with their PHP HipHop VM JIT compiler engine, some PHP core developers are considering having also a JIT compiler implementation of the official implementation based on LLVM, eventually in PHP 6.

That was one of the main topics discussed by Manuel Lemos and César Rodas in the episode 30 of the Lately in PHP podcast.

They also commented on the first alpha release of PHP 5.5.0, proposals for having pure interfaces in the PHP core, the Facebook PHP JIT compiler enhancements, and the new system of levels and missions of the PHPClasses and JSClasses sites.

Listen the podcast, or watch the podcast video, or read the transcript to learn about these and interesting discussion of PHP matters.


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

191. Accelerating PHP 5.4 with updated PHP cache extensions - Lately in PHP podcast episode 26

Updated on: 2012-08-02

Posted on:

Despite PHP 5.4 was released some time ago, only now PHP caching extensions like eAccelerator and APC are being adapted to work with PHP 5.4.

This was one of several topics discussed in the episode 26 of the Lately in PHP podcast on which Manuel Lemos received Michael Kimsal as guest co-host.

The also discussed the latest PHP 5.4.5 and PHP 5.3.15 releases, the planned implementation of generators and the yield keyword in PHP 5.5, the usability problems of the current Web browsers, and the upcoming Indieconf 2012, the independent Web professionals conference.

Listen to the podcast audio, or watch the podcast in video, or read the transcript to learn more about these and other interesting PHP topics.


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

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)

  47 - 38   37 - 28   27 - 18   17 - 8   7 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Performance   Post article Post article