May 23, 2012

Post: Announce: Front End Performance Optimization

… fast from the client prospective where our new service – front end performance optimization comes to play. We look to reduce number of requests… making page to start render as soon as possible. Front End performance optimization is often needed to change your site from good to… does not perform any slower in this case. By adding front end optimization services we are able to help to deliver great performing…

Post: Web Site Optimization: FrontEnd and BackEnd

… off by client side optimization secondary. Second – The stakes for backend optimization are higher. If you do not optimize your web site on… projects. I would say instead the same rule as back end optimization applies here – if you spend 90% time running PHP code… kindly signed for me to get up to speed with front end optimization.

Comment: Web Site Optimization: FrontEnd and BackEnd

For my own e-commerce website, I found that optimizing the front-end can be quite rewarding. That it could matter that much… a firebug add-on (YSlow) to grade a site on front-end optimization. See: http://developer.yahoo.com/performance/

Comment: What do we optimize with mk-query-digest ?

… well optimized already. If you have HTML generated in 100ms it is quite likely you’ve got to invest in Front End optimization first… – if HTML is leading contributer to client response time you optimize it, else focus on other things.

Post: Economics of Performance Optimization

… will be featured on the front page you quite likely start with scaled out and reasonably optimized phase. Let us think about… cheaper than looking internal resources in the end. As project moves to the higher end another variable comes into the play – even… may have ideas how to optimize it another 10-15% may be a great idea. On higher end I’d even look…

Post: Quick comparison of MyISAM, Infobright, and MonetDB

… into MySQL. It’s a complete server with a different optimizer, etc. This point was hammered home during the LOAD DATA…” — it speaks relational algebra, and the SQL is just a front-end to it. You can talk XQuery to it, too. I… in MonetDB Assembly Language (MAL), the underlying language. An abstracted front-end is a great idea; MySQL abstracts the storage backend, but…

Comment: How to Identify Bad Queries in MySQL

… my experience the risk of changing things to add that optimization is greater than the resource cost of fetching that data… *can* be optimized should be imho. Its all about the front end, if that performs within spec and the back end is holding up…

Comment: Web Site Optimization: FrontEnd and BackEnd

You can’t have a truly optimized front-end without starting with the back first. Completely agree, which is why I spend so much more time with the back-end usually, optimization is not only more important, but sometimes, more difficult early on.

Comment: Why do you need many apache children ?

… each php script on a web site are optimized best, which is the optimal concurrent mysql connections in busy state? If single query is optimized well, it takes only 0.005 seconds or so. If … per second. Front end queries does not include complex group by or extra file sorting at all. Of course, the optimal concurrent mysql…

Post: System size and Performance Optimization

Performance optimization is never ending story, you can virtually always find something else to optimize but while on generic system, not tuned by… front page, or if it is expected to grow quickly it is worth to spend time and money implementing things as optimal