Using techniques like validation, obfuscation, and compression can result in significant decreases in file size, sometimes 50 to 75 percent. Combine that with several other non-pragmatic methods, dramatic improvements in page load performance can be realized.
Care for JavaScript
Building and developing frameworks along with following web standards and some form of a design pattern will help [...]
Archive for the ‘performance’ Category
JavaScript Optimization for Page Load Performance
Optimizing PHP & SQL
Commonly we see php being used as an interface between the client and the database providing the information. Very few implementations utilize optimization, and thus, reduce performance. Listed below are many techniques that should be used to optimize php to sql communication.
Do not use SELECT * unless you must
Use SELECT priorities for better control
SELECT [...]