Archive

Archive for the ‘Performance’ Category

CakePHP vs CodeIgniter Benchmark Performance

August 27th, 2010 7 comments

Greeting everyone,

I’ll post today anotherĀ  benchmark result which compare CakePHP versus CodeIgniter, 2 popular php framework that help coder building their site quickly.

I’m not an expert with PHP framework, since there are so many and they evolute everyday, so I’m not posting here to present another vague comparison on “which framework is the best” and “why to choose one instead of another”…

On this post, I only want to display server’s performance comparison between cake and CI.

The test will create a variable “hello world” in the controller, and then display it in the view (pretty simple), no cache (except APC opcode), blank page with variable to be displayed.

Read more…

Tuning your MySQL server for free

June 3rd, 2010 No comments

Greeting all,

I had to tune my personal MySQL server recently, and I found a nice tool which helps and advise you for free on the basic way to do it…

Read more…

Categories: Debian, MySQL, Performance Tags: , ,

Monitoring your website for free

April 24th, 2010 2 comments

Monitoring your website is a common thing webmaster and admin sys need to do everyday.

It’s true it exists many software or services available on the Internet, for cheap price, but if you could find the same service for free, why would you pay ?

Read more…

Categories: Free, Performance, Web Tags: , ,

Stressing your web application using NeoLoad

April 13th, 2010 No comments

Greeting everyone,

Today I’ll write an article about NeoLoad, a commercial product for stressing web application and many more…

Read more…

Categories: Performance, Web Tags: , , ,

Benchmarking web application using cache

April 11th, 2010 2 comments

Hi,

Yesterday, we saw how important it was to use cache on your web application.But if you are like me, you have faced many different ways or applications for making cache.

Today, I will show you different type of cache and how to benchmark them.

PS: keep in mind those result are experimental, and are true for my web application. This doesn’t mean your web will have the same benchmark attitude.
Read more…
Categories: Linux, Performance, PHP, Web Tags: ,

Using cache to improve performance on web application

April 10th, 2010 No comments

Welcome back everyone,

Today, I will talk about the primary reasons about using cache on your web application.

Nowdays, website has become more and more complex, and therefore, application takes more time for computing webpage.

It is a fact that every page on a site should take less than a second to be loaded.

Read more…

Categories: Performance, Web Tags: , ,