Beyond PHP: It's Not (just) About The Code!

Comments

Comments are closed.

Great information.

Great overview of the surrounding system elements that constrain performance, including network and I/O capacity, as well as a brief introduction to the N+1 problem. (One suggestion: actually mention the phrase "N+1 problem" when talking about queries inside loops.)

Awesome presentation. Don't forget the list of monitoring tools that you mentioned on your talk.

Anonymous at 15:42 on 7 Feb 2015

Great presentation

This was a well thought out presentation with very valid points that aren't always considered by developers that do not have to deal with daily sysadmin issues.

Anonymous at 16:08 on 7 Feb 2015

Good talk, awesome examples! Felt like knowledge I could immediately apply.

Anonymous at 16:08 on 7 Feb 2015

Good talk, awesome examples! Felt like knowledge I could immediately apply.

I enjoy a lot the conference. Excellent examples and cases.

Wim gave a lot of great detail about all the other factors outside of the PHP code that programmers need to think about. He also went into detail about tools devs can use to understand them.