Ross Harmes discusses porting Flickr to YUI3 and lessons learned. Some key problems included slow page loads from deferred JavaScript, long combo URLs, jerky scrolling from convenience methods, and old metrics no longer applying. Solutions involved queueing actions, shortening URLs through string substitution, using customized event handlers, and measuring new important metrics by browser. In summary, YUI3 provided benefits but required addressing performance issues and updating metrics to match the new library.