May 26, 2012

Post: Announce: Front End Performance Optimization

… guess many of you know us and so our company for MySQL related services. It is true this is majority of our… things fast from the client prospective where our new service – front end performance optimization comes to play. We look to reduce number… this case. By adding front end optimization services we are able to help to deliver great performing web sites whatever performance limiting factors…

Post: Web Site Optimization: FrontEnd and BackEnd

…code faster. Steve Souders mentioned in his talk for Alexa 10 web sites he examined typically 80-90% of …only 10% fetching data from MySQL database it does not make sense to focus on MySQL optimization. If 90% …and read Steve’s book which he kindly signed for me to get up to speed with front end

Post: Economics of Performance Optimization

… caching, using memcached, sphinx, implementing proper web caching etc. These changes are …for Yahoo and develop the new “Applet” which will be featured on the front… in the end. As project moves to the higher end another variable comes … around MySQL and LAMP and MySQL is one of them. Plus for large …

Comment: When should you store serialized objects in the database?

… your experience… As for compression — it typically is better done on the application end. If you have 20 web servers for each DB server… the client version was old. Unfortunately, MySQL‘s compress/uncompress puts a length header in front of the data so you can… is doing compression, unless the app ads the length in front. You can create a stored procedure to tease the data…