Archive for performance

  1. JavaScript Optimization for Page Load Performance Using techniques like validation, obfuscation, and compression can result in significant decreases in file size, sometimes 50 to 75 perce...
  2. Optimizing PHP & SQL Commonly we see php being used as an interface between the client and the database providing the information. Very few implementations ut...