public marks

PUBLIC MARKS with tags php & performance

November 2007

October 2007

Medieval Programming » Blog Archive » Better Performance patch for Symfony 1.0.x and Propel 1.2

by Xavier Lacot
I found the sfBuilders that are responsible for stripping the comments from the generated propel classes and also saw that there is a addIncludes parameter in propel.ini. Lets reuse that and modify the Builders to strip the inline includes and requires. I admit this is a tiny step, but some propel users are desperately searching for performance tweaks (as I am as well) so I hope this could be of use. I send this patch for inclusion in symfony 1.1.

Nati Shalom's Blog: Why most large-scale Web sites are not written in Java

by nhoizey
The application stack of these Web applications is very different from the stack that mission-critical applications in the financial world are built with.

September 2007

WSGI makes us faster, simpler, nicer! « DevjaVu Blog

by nhoizey
With mod_php you can assume that if Apache is up, the app is up. [...] mod_wsgi, boasted faster performance than mod_python, and was easier to configure. I realized Trac had WSGI support. Pages are loading almost twice as fast! Our setup is simpler too.

August 2007

Julien Lecomte’s Blog » Gzip Your Minified JavaScript Files

by nhoizey & 1 other
For optimal performance, gzip your JavaScript code, and stay away from “advanced” JavaScript compression schemes that look attractive on paper, but end up degrading the performance of your site.

Performance tips for web applications « The Storyteller

by mbertier & 3 others (via)
I was trying to improve performance for a web application recently keeping them in mind. Let me describe how to do some of them technically.

July 2007

June 2007

Tuning LAMP systems, Part 2: Optimizing Apache and PHP

by camel
Applications using the LAMP (Linux®, Apache, MySQL, PHP/Perl) architecture are constantly being developed and deployed. But often the server administrator has little control over the application itself because it's written by someone else. This series of three articles discusses many of the server configuration items that can make or break an application's performance. This second article focuses on steps you can take to optimize Apache and PHP. Linux, Apache, MySQL, and PHP (or Perl) form the basis of the LAMP architecture for Web applications. Many open source packages based on LAMP components are available to solve a variety of problems. As the load on an application increases, the bottlenecks in the underlying infrastructure become more apparent in the form of slow response to user requests. The previous article showed you how to tune the Linux system and covered the basics of LAMP and performance measurement. This article focuses on the Web server components, Apache and PHP.

May 2007

Optimizing Apache and PHP

by yatahonga
Tuning LAMP systems, Part 2

April 2007

Race Conditions with Ajax and PHP Sessions

by dzc & 3 others (via)
Problèmes de sessions concurentes avec Ajax - Avec Ajax et les sessions, le nombre de requêtes envoyées par un navigateur sur un serveur augmente significativement. Si les réponses sur le serveur sont trop lentes, elles vont s'empiler. De plus, si l'application utilise les sessions PHP, il faudra qu'elles s'attendent les unes les autres avant d'être exécuté. Au final, cela peut perturber considérablement l'application. thwartedefforts détaille le problème.

February 2007

APAC Hoster Evangelist : At last, Windows-optimized PHP 5.2.1 has been released!

by nhoizey (via)
This release contains many fixes Zend has contributed to improve the performance of the PHP scripting engine on Windows as part of our collaboration effort to make PHP rock on Windows / IIS.

Apostrophes ou guillemets : lesquels choisir ? - Club d'entraide des développeurs francophones

by titoumimi & 1 other
Utilisation d'une chaîne : avec des guillemets, avec des apostrophes ??? Lesquels choisir ? Nous allons voir ici les différences d'utilisation entre les deux, à vous après de faire votre choix en toute connaissance de cause.

January 2007

Zend_Memory Proposal - Alexander Veremyev - Zend Framework Proposals - Zend Framework Wiki

by mbertier (via)
Zend_Memory is a component that offers API for managing data in limited memory mode.

Strings in PHP

by piouPiouM
This is a test to show what the difference in overall speed of using single quotes and concatenation vs. using double quotes and interpolation for strings in PHP.

December 2006

November 2006

Introduction - XCache - Trac

by mbertier
XCache is a open-source opcode cacher

August 2006

July 2006

PUBLIC TAGS related to tag php

closure +   conception web +   conference +   fr +   injection de dépendance +   php 5.3 +   php5 +   poo +   prog. Object +   singleton +   slide +   symfony +