Link Details

Link 68602 thumbnail
User 274425 avatar

By jmathai
via jaisenmathai.com
Published: Feb 29 2008 / 22:36

I’ll be the first to state that there is no shortcut to making your PHP applications scream. This series aims to break it down into several steps. The first step will be taking a look at the PHP configuration on the server. We’ll be focusing specifically on PHP this article as a later article will cover 3rd party software which are an essential part of scaling your applications. Comments and suggestions welcome!
  • 10
  • 3
  • 1720
  • 579

Comments

Add your comment
User 233461 avatar

antych replied ago:

0 votes Vote down Vote up Reply

I fail to see what are you trying to achieve with those ini settings.
If you claim they impact performance, post some numbers.

User 274425 avatar

jmathai replied ago:

0 votes Vote down Vote up Reply

@antych, the performance impacts of these ini settings would be really hard to benchmark. They are probably too minimal for me to get accurate statistics on. However, that by no means is a reason to not implement them. It's common sense that adjusting PHP's memory limit or how it populates super globals on each page request can have positive impacts on PHP's overall performance.

This list is by no means a complete solution for speeding up your PHP apps. That's what it's part of a series. These changes are trivial to make so there's no reason not to if you have access.

User 233461 avatar

antych replied ago:

2 votes Vote down Vote up Reply

What's hard about it? You mean their impact on performance is not even measurable? They might as well degrade it...
Anyway there are almost entirely copied from php.ini-recommended. Why not just telling your readers to use the recommended config and not modify it without a good reason?
This looks like a false start for me, better luck with part 2

User 187417 avatar

sproketboy replied ago:

0 votes Vote down Vote up Reply

rUn yOur Contact PhP app with oNe uSeR. Den iT wEel bE fASt!!!

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.