SlideShare a Scribd company logo
Presentation on Fresco
Fresco: saving a century a
day
Tyrone Nicholas
Software Engineer
Demo
Source: https://www.redfin.com/blog/2015/10/using-fresco-to-load-images-efficiently-on-android.html
Source: run_comparison script, Moto G, KitKat. Results will vary with different devices, images, and network
conditions.
- Redfin
“Fresco allowed us to greatly improve the
performance and memory usage of displaying
images…
“By switching to Fresco, we’ve seen a whopping 90%
reduction in [image loading] errors.”
Our users report
Apps using Fresco
Facebook
apps
Cross-platform frameworks
Other apps
Wikipedia
Best App
s
Memrise
• UI draws 60 frames per
second
• =~16 ms/frame
• On all devices
Keeping ahead of the UI
Images are big, devices are small
• 800 x 1280 pixels
• 4 bytes per pixel
• ~3.9 MB
• 1 GB RAM
• … but only 48 MB heap!
Samsung Galaxy Tab
2
Memory
Default:
Java (GC)
Image courtesy of: TripAdvis
or
The secret sauce
Progressive JPEG
Focus Point Cropping
Animations
The Image
Pipeline
JPG
BMP
BMP JPG
JPG
JPG
UI thread Non-UI threads
DraweeVie
w
Show
placeholder
image
Show
actual
image
Fade-in
animation
Scale
Round
Scale
Round
Show
failure
image
Round
Scale
Load from
image
pipeline
Worked
?
Last
scan?
No
Yes
No
Update
progress
bar
Tap to
Retry
<com.facebook.drawee.SimpleDraweeView
android:id="@+id/my_image_view"
android:layout_width="100dp"
android:layout_height="100dp"
/>
Picasso.with(context)
.load("http://i.imgur.com/DvpvklR.png")
.into(imageView);
Converting from other libraries
<ImageView
android:id="@+id/my_image_view"
android:layout_width="100dp"
android:layout_height="100dp"
/>
draweeView.setImageURI("http://i.imgur.com/DvpvklR.png");
http://www.frescolib.org
Twitter: @tyronen

More Related Content

PPT
Being a Software Engineer at Facebook
PPTX
Saving a century a day: how the Fresco library works
PPTX
Facebook tricks for image handling in Android
PDF
Thinking cpu & memory - DroidCon Paris 18 june 2013
PDF
Marmalade: bittersweet experience
PPTX
Wp7 performance challenges
PPTX
HTML5DevConf - Unleash the power of 3D with babylon.js
PPTX
Full stack development in Go
Being a Software Engineer at Facebook
Saving a century a day: how the Fresco library works
Facebook tricks for image handling in Android
Thinking cpu & memory - DroidCon Paris 18 june 2013
Marmalade: bittersweet experience
Wp7 performance challenges
HTML5DevConf - Unleash the power of 3D with babylon.js
Full stack development in Go

What's hot (9)

PPTX
Microsoft Breeze CA AI Workshop
PPTX
Android performance
PPTX
Unleash 3D games with Babylon.js - JSConf 2014 talk
PPTX
Video game development for everybody
PPTX
Photoshop for web
PPTX
Marmalade bittersweet experience
PDF
Пиксельные шейдеры для Web-разработчиков. Программируем GPU / Денис Радин (Li...
PPTX
Performance tuning in hybrid mobile apps
Microsoft Breeze CA AI Workshop
Android performance
Unleash 3D games with Babylon.js - JSConf 2014 talk
Video game development for everybody
Photoshop for web
Marmalade bittersweet experience
Пиксельные шейдеры для Web-разработчиков. Программируем GPU / Денис Радин (Li...
Performance tuning in hybrid mobile apps
Ad

Viewers also liked (17)

PDF
Released August 19th, 2016 - Fundamental Research Corp. has updated their res...
PPTX
Free Marketing from Realtor.com that is Already Yours! - Realtors Triple Pla...
PPTX
Video Marketing for Real Estate
PDF
Content Marketing: Your Digital Salesperson
DOCX
Reviews
PPT
SellersPresentation_Feb2015
PPT
Prac pp chp 8
PPTX
Egocentric Design - Mobile UX Meetup
PDF
How to Use HomeAdvisor to Connect with Consumers
PPTX
Key Learnings From Creating 8000+ Facebook Ads Campaigns @ #MancSAS
PDF
Early Stage Real Estate Tech Investment Thesis (Sept 2016)
PPTX
Mobile Innovation
PDF
Monitorama 2016
PDF
Ransomware: History, Analysis, & Mitigation - PDF
PDF
A Day in the Life of a Digital Video Consumer
PDF
Chapter 1 introduction of gis
PDF
Joe Emison - 10X Product Development
Released August 19th, 2016 - Fundamental Research Corp. has updated their res...
Free Marketing from Realtor.com that is Already Yours! - Realtors Triple Pla...
Video Marketing for Real Estate
Content Marketing: Your Digital Salesperson
Reviews
SellersPresentation_Feb2015
Prac pp chp 8
Egocentric Design - Mobile UX Meetup
How to Use HomeAdvisor to Connect with Consumers
Key Learnings From Creating 8000+ Facebook Ads Campaigns @ #MancSAS
Early Stage Real Estate Tech Investment Thesis (Sept 2016)
Mobile Innovation
Monitorama 2016
Ransomware: History, Analysis, & Mitigation - PDF
A Day in the Life of a Digital Video Consumer
Chapter 1 introduction of gis
Joe Emison - 10X Product Development
Ad

Similar to Presentation on Fresco (20)

PDF
Delivering Optimal Images for Phones and Tablets on the Modern Web
PDF
JS Fest 2019. Денис Радин. AAA 3D графика в Web с ReactJS, BabylonJS и Unity3D
PPTX
AAA 3D GRAPHICS ON THE WEB WITH REACTJS + BABYLONJS + UNITY3D by Denis Radin ...
PDF
Hacking to be performant
PDF
Running HTML5 Mobile Web Games at 60fps
PPTX
Chrome Dev Summit Summary 2013 part 1 - what’s hot ?
PDF
Web Leaps Forward
PDF
Extreme Web Performance for Mobile Devices - Velocity Barcelona 2014
PDF
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
PDF
Performance as UX with Justin Howlett
PDF
PhoneGap Framework for smartphone app developement
PDF
That's Web? Extreme Optimization for the Mobile Web (Oct 2012)
PDF
Android 3.1 - Portland Code Camp 2011
PDF
Generating efficient APK by Reducing Size and Improving Performance
PDF
WebGL games with Minko - Next Game Frontier 2014
PPTX
Ux connect london_fastandbeautiful
PPTX
Phonegap - An Introduction
PDF
Images blast off at the speed of Jamstack! - Alba Silvente Fuentes
PPTX
Preparing for WP8
PDF
Big Trouble in Little Networks, new and improved
Delivering Optimal Images for Phones and Tablets on the Modern Web
JS Fest 2019. Денис Радин. AAA 3D графика в Web с ReactJS, BabylonJS и Unity3D
AAA 3D GRAPHICS ON THE WEB WITH REACTJS + BABYLONJS + UNITY3D by Denis Radin ...
Hacking to be performant
Running HTML5 Mobile Web Games at 60fps
Chrome Dev Summit Summary 2013 part 1 - what’s hot ?
Web Leaps Forward
Extreme Web Performance for Mobile Devices - Velocity Barcelona 2014
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
Performance as UX with Justin Howlett
PhoneGap Framework for smartphone app developement
That's Web? Extreme Optimization for the Mobile Web (Oct 2012)
Android 3.1 - Portland Code Camp 2011
Generating efficient APK by Reducing Size and Improving Performance
WebGL games with Minko - Next Game Frontier 2014
Ux connect london_fastandbeautiful
Phonegap - An Introduction
Images blast off at the speed of Jamstack! - Alba Silvente Fuentes
Preparing for WP8
Big Trouble in Little Networks, new and improved

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
1. Introduction to Computer Programming.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Getting Started with Data Integration: FME Form 101
PDF
Empathic Computing: Creating Shared Understanding
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Tartificialntelligence_presentation.pptx
PDF
Encapsulation theory and applications.pdf
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PPTX
cloud_computing_Infrastucture_as_cloud_p
NewMind AI Weekly Chronicles - August'25-Week II
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
1. Introduction to Computer Programming.pptx
Assigned Numbers - 2025 - Bluetooth® Document
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Getting Started with Data Integration: FME Form 101
Empathic Computing: Creating Shared Understanding
Diabetes mellitus diagnosis method based random forest with bat algorithm
Building Integrated photovoltaic BIPV_UPV.pdf
OMC Textile Division Presentation 2021.pptx
A comparative analysis of optical character recognition models for extracting...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Tartificialntelligence_presentation.pptx
Encapsulation theory and applications.pdf
SOPHOS-XG Firewall Administrator PPT.pptx
cloud_computing_Infrastucture_as_cloud_p

Presentation on Fresco