views:

135

answers:

5

Currently I'm developing high-loaded financial portal(we use LAMP to run our project). There are great number of incoming data to be processed and stored. So optimization tasks become very important for us.

Could you suggest books, articles or resources, that discover optimization questions (especially bboks).

NOTE: At the moment I'm reading great book High Performance MySQL, but besides I want to know other facilities of optimization.

+1  A: 

Other than books which very theoretical, consider micro-optimization tips also.

Sarfraz
+2  A: 

In terms of frontend stuff, you might find YSlow helpful. Bear in mind that some of the advice it gives you is for dealing with speed issues for extremely high traffic sites (like yahoo.com), so some of it may not be applicable to your situation.

Dominic Rodger
Thank you for this link. It is extremely useful add-on.
Alex
+2  A: 

check this out........

http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books

http://www.stanford.edu/~boyd/cvxbook/

bala3569
Thanks a lot for useful links.
Alex
+1  A: 

I'm appreciated for all responses.

Although I've got answers, I tried to look resources by myself. I've found few useful links. Probably, they will useful for someone too.

  1. http://www.megaburst.com/ - this site contains a lot of articles about optimization using Ngnix and Linux. Besides there are reviews of the extensions and add-ons.
  2. http://webo.name/articles/ - bundle of useful links.
  3. http://developer.yahoo.com/performance/rules.html - Article "Best practices for speeding up your site".
Alex
yes its been usefull, thanks
DaNieL
A: 

High Scalability

Rachel