Tag: Performance
All the articles with the tag "Performance".
PHP 7: 10 Things You Need to Know
Updated: at 03:51 PMPHP 7 boasts speeds faster than Facebook's Hiphop VM, makes fatal error catchable, and allows type declarations
App Thinning (iOS, watchOS) for iOS 9
Updated: at 09:20 PMiOS App Store for iOS 9.0 provides significant optimizations that allow users to download only the assets their device supports and to lazily download assets or data
Chrome Filmstrip & Improving Page Speed
Updated: at 07:19 PMChrome has a hidden flag for capturing screenshots of your page at various stages of the page loading and rendering process
Fix scrolling performance with CSS will-change property
Updated: at 07:13 PMUse CSS will-change to push an element to its own composition layer
11 Tips to Improve AngularJS Performance
Updated: at 04:12 PMYou're going to have to look beyond the docs to improve AngularJS performance. Here is a primer on what you need to know.
More Weight Doesn't Mean More Wait
Updated: at 09:06 PMImproving perceived performance is about time to first render and not so much about time to download all assets
This is Success: Why 1000/100/6/50ms?
Updated: at 05:14 PMWeb performance targets: page load of 1000ms, click response of 100ms, frame rate of 60fps with 6ms of work per frame, and 50ms of post-animation work
5 case studies of finding and fixing JavaScript performance bottlenecks
Updated: at 05:11 PMLearn from Paul Irish as he investigates performance problems at CNET, Time.com, Wikipedia and Google Play
HTML5 Prefetch: predict users actions and optimistically load resources ahead of time for better performance
Updated: at 05:06 PMUse HTML to tell the browser to prefetch content or even prerender a page
CSS Triggers... A game of layout, paint, and composite
Updated: at 06:52 PMTry out this tool for looking up the layout, paint and composite operations that each CSS property triggers