ASKER
ASKER
ASKER
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
App performance is like Ohm's Law. There are three co-dependent variables: the system under test, the workload and the resultant performance. Fix any two variables and the third is determined. Building on that foundation, here is how I optimize...
1. All performance problems appear in the I/O subsystem. In web apps, this is the data base. Use normalized table structures (hire a DBA) and index all the columns used in a WHERE, JOIN, ORDER BY, GROUP BY clauses, etc.
2. Make a few Google searches for PHP performance and pay attention to the detailed responses.
If you are not having performance problems now we cannot really help you correct performance problems. If you can show us more about your performance problems, we can help you find the specific "viagra" you need for your web site.