Posted by Marcelo on Sabadini
21/02/2010
[Apache] mod_deflate: Reduce the load time of your pages
This article is a hook pulled from the article " Performance - less requets and more cache "of Michael Mafort .
Hello, today I will talk about a nice Apache configuration. It is the mod_deflate .
Well, use the mod_deflate is a way to reduce the loading time of a page. But how does he do it?
When Apache receives a request for a page showing the compact it before sending to the client and this causes the data traffic is much lower. This is very efficient in HTML pages (compact but other file types).
When I speak HTML pages include pages. Php that generates HTML for an answer ok?
Apache will surely be a little slower to return the HTML for the fact of having to compress the response, but even so the page will load faster.
For anyone who uses Linux is very easy to make this setting: Read the rest of this entry »
Posted by Marcelo on Sabadini
13/09/2008
Optimizing PHP (Part 1)
Well folks, this is the first part of some posts related to optimization of PHP code.
As PHP is a very easy language to learn, the number of people who program is great ... Oh, when the person has learned how to register data in the database it already out doing freelances . But the code quality is too low for this reason, PHP has been somehow "defamed" and undermined. For many people, is synonymous with PHP workaround!
With these posts, I intend to show that you have to do with quality and optimized codes.
Read the rest of this entry »



