My posts tagged with "Perfomrance"(RSS)

Tip #94: Did you know … How to improve the performance of PHP application on Windows?

Today the Microsoft IIS team has released the beta of the Windows Cache Extension 1.0 for PHP . The Windows Cache Extension for PHP is a PHP accelerator , that is used to increase the speed of PHP applications running on the Windows operating systems...

Tip #60: Did you know… How to profiling an asp.net site?

1. Create a asp.net web application in Visual Studio Team Edition For Developers 2. Write some code inside Page_Load function protected void Page_Load( object sender, EventArgs e) {     int sum = 0;     for ( int i = 0; i...

Microsoft Communities