SlideShare a Scribd company logo
1 of 35
Download to read offline
OPTIMIZATION
STRATEGIES FOR WEBSITE
THE PROCESS OF MAKING SOMETHING AS
FULLY PERFECT, FUNCTIONAL, OR EFFECTIVE
AS POSSIBLE.
OPTIMIZATION
BUT WHY?
IMAGE OPTIMIZATION
100 Milliseconds
▸ Time the occipital lobe in our brain needs to store visual information. 

▸ Google suggests: page load times of less than 100 ms: 

illusion of instantaneous website response.
▸ Acceptable website performance: 1s of page load time does suffice in maintaining
seamless flow of thought.
▸ At 10s of delay: low attention span, impatience, frustration and feeling of abandonment.
OPTIMIZATION
▸ 1 in 4 visitors abandon the website if load time >4 seconds.
▸ 46% of users don’t revisit poorly performing websites.
▸ 5s to engage visitors before they consider leaving.
▸ 1s delay = $1.6 billion in annual losses for online merchants as
big as Amazon.
STEP 1
CLEVER DESIGN
CLEVER DESIGN
CSS IS YOUR FRIEND
▸ Images only when nessecary.

▸ Try to use colors, text, CSS animations & transitions.

▸ More whitespace!

▸ Use a fluid and awesome grid (i.e. CSS Grid ❤)

▸ Font loading (@font-face has issues).
▸ font-display CSS property?
CLEVER DESIGN
MOBILE FIRST
▸ Mobile internet users have shorter attention span & lower patience.
▸ A good mobile design makes users less likely to engage with the company in
the future.

STEP 2
IMAGES
IMAGE FILE FORMATS
JPEG
▸ jpeg for photos (lossy)
70 KB 414 KB
IMAGE FILE FORMATS
PNG
▸ png for complex graphics and for transparency (lossless)
53.3 KB 11.8 KB
IMAGE FILE FORMATS
GIF
▸ gif for lossy animation
IMAGE FILE FORMATS
PNG
▸ optimize images
IMAGE FILE FORMATS
https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-
optimization
https://www.smashingmagazine.com/2009/07/clever-png-optimization-techniques/
IMAGE OPTIMIZATION
IMAGE FILE FORMATS
SVG = ❤
IMAGE FILE FORMATS
SVG = ❤
IMAGES OPTIMIZATION
TIPS
▸ Upload your images at scale and not rely on CSS to size them.

▸ Different image files depending on user device.

▸ Experiment with different compression settings

▸ Strip meta data.

▸ Set Image Resolution to 72dpi



IMAGES OPTIMIZATION
CSS SPRITES
▸ for many small images
▸ ⇢ {background-position:…}
STEP 3
TAKE GOOD CARE OF
YOUR CODE
OPTIMIZATION
CLEVER CODING
▸ Utilize inheritance

▸ Value replication (e.g., margin: 10px 20px 15px 5px;)

▸ Short id and class names.

▸ Use less meta tags

▸ Group external CSS & JS files

▸ Asynchronous & deferred JavaScript (async & defer), or script just before </body>

OPTIMIZATION
MINIFICATION
▸ Minify Javascript, CSS and HTML files
STEP 4
SERVERS & YOU
ASSETS OPTIMIZATION
MAKE FEWER HTTP REQUESTS
▸ Combine scripts and style sheets

▸ Use image sprites

▸ Avoid redirects (more client-server round trips) & landing page redirects.

▸ Avoid <iframe>

OPTIMIZATION
MAKE FEWER HTTP REQUESTS
▸ Your design should not require too many widgets or plugins!
Facebook widget requests
ASSETS OPTIMIZATION
GZIP! ENABLE COMPRESSION
▸ Most modern browsers understand
▸ Gzipped = compressed content
▸ HTML, CSS, client-side scripts
▸ (not images, already compressed!)

ASSETS OPTIMIZATION
USE EXPIRES HEADER
▸ for files that don't get updated often.

(images, CSS etc)

▸ .htaccess file 

▸ example: 

ExpiresByType text/css "access plus 1 year”
ASSETS OPTIMIZATION
USE A CDN
▸ Content Delivery Network A Content Delivery Network
▸ Network of servers in different geographical locations.
▸ Each server has a copy of a site’s files.
▸ When a visitor requests a file: file delivered from nearest server.
LINKS
▸ general tips

https://developers.google.com/speed/docs/insights/rules

https://www.sitepoint.com/web-site-optimization-steps/
▸ font optimization

https://css-tricks.com/font-display-masses/

https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/
webfont-optimization
▸ image optimization

https://www.smashingmagazine.com/2009/07/clever-png-optimization-techniques/

▸ expiration headers (for cached files)

https://gtmetrix.com/add-expires-headers.html

TOOLS
▸ https://developers.google.com/speed/pagespeed/insights/

▸ http://compresspng.com/
▸ https://www.minifier.org/
DONE!

More Related Content

What's hot

Latinoware 2008
Latinoware 2008Latinoware 2008
Latinoware 2008photomatt
 
Speed up wordpress blog
Speed up wordpress blogSpeed up wordpress blog
Speed up wordpress blogfindclick read
 
Galaminds - Drupal Camp Pune 2009
Galaminds - Drupal Camp Pune 2009Galaminds - Drupal Camp Pune 2009
Galaminds - Drupal Camp Pune 2009Dheeraj Dagliya
 
Scalable Magento Deployment by Arun Bansal (ServerGuy.com)
Scalable Magento Deployment by Arun Bansal (ServerGuy.com)Scalable Magento Deployment by Arun Bansal (ServerGuy.com)
Scalable Magento Deployment by Arun Bansal (ServerGuy.com)Arun Bansal
 
How to turn your website speed from zero to hero
How to turn your website speed from zero to heroHow to turn your website speed from zero to hero
How to turn your website speed from zero to heroCharles Johnston
 
WordPress Performance 101
WordPress Performance 101WordPress Performance 101
WordPress Performance 101Bora Yalcin
 

What's hot (8)

Latinoware 2008
Latinoware 2008Latinoware 2008
Latinoware 2008
 
Speed up wordpress blog
Speed up wordpress blogSpeed up wordpress blog
Speed up wordpress blog
 
Galaminds - Drupal Camp Pune 2009
Galaminds - Drupal Camp Pune 2009Galaminds - Drupal Camp Pune 2009
Galaminds - Drupal Camp Pune 2009
 
Presentation WebWithWP
Presentation WebWithWPPresentation WebWithWP
Presentation WebWithWP
 
Ganesh
GaneshGanesh
Ganesh
 
Scalable Magento Deployment by Arun Bansal (ServerGuy.com)
Scalable Magento Deployment by Arun Bansal (ServerGuy.com)Scalable Magento Deployment by Arun Bansal (ServerGuy.com)
Scalable Magento Deployment by Arun Bansal (ServerGuy.com)
 
How to turn your website speed from zero to hero
How to turn your website speed from zero to heroHow to turn your website speed from zero to hero
How to turn your website speed from zero to hero
 
WordPress Performance 101
WordPress Performance 101WordPress Performance 101
WordPress Performance 101
 

Similar to Optimization

The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014Bastian Grimm
 
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 201210 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 2012Bastian Grimm
 
The Need for Speed - SMX Sydney 2013
The Need for Speed - SMX Sydney 2013The Need for Speed - SMX Sydney 2013
The Need for Speed - SMX Sydney 2013Bastian Grimm
 
Boosting your conversion rate through web performance improvements
Boosting your conversion rate through web performance improvementsBoosting your conversion rate through web performance improvements
Boosting your conversion rate through web performance improvementsAlyss Noland
 
Minimize website page loading time – 20+ advanced SEO tips
Minimize website page loading time – 20+ advanced SEO tipsMinimize website page loading time – 20+ advanced SEO tips
Minimize website page loading time – 20+ advanced SEO tipsCgColors
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedNile Flores
 
Page Performance
Page PerformancePage Performance
Page Performancestk_jj
 
WordPress website optimization
WordPress website optimizationWordPress website optimization
WordPress website optimizationDaniel Kanchev
 
Responsive Web Design for Drupal, CMS Expo
Responsive Web Design for Drupal, CMS ExpoResponsive Web Design for Drupal, CMS Expo
Responsive Web Design for Drupal, CMS ExpoEmma Jane Hogbin Westby
 
Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)Dave Olsen
 
2009_09_11_Grid960
2009_09_11_Grid9602009_09_11_Grid960
2009_09_11_Grid960LightSpeed
 
Front-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoftFront-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoftSteve Wortham
 
Need for Speed - Gear Up Your WordPress
Need for Speed - Gear Up Your WordPressNeed for Speed - Gear Up Your WordPress
Need for Speed - Gear Up Your WordPressSiteGround.com
 
Responsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsResponsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsSEGIC
 
Performace optimization (increase website speed)
Performace optimization (increase website speed)Performace optimization (increase website speed)
Performace optimization (increase website speed)clickramanm
 
Website Performance
Website PerformanceWebsite Performance
Website PerformanceHugo Fonseca
 
Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...
Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...
Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...Izabela Wisniewska
 
Better Performance === Greater Accessibility [Inclusive Design 24 2018]
Better Performance === Greater Accessibility [Inclusive Design 24 2018]Better Performance === Greater Accessibility [Inclusive Design 24 2018]
Better Performance === Greater Accessibility [Inclusive Design 24 2018]Aaron Gustafson
 

Similar to Optimization (20)

The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
 
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 201210 Tips to make your Website lightning-fast - SMX Stockholm 2012
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
 
The Need for Speed - SMX Sydney 2013
The Need for Speed - SMX Sydney 2013The Need for Speed - SMX Sydney 2013
The Need for Speed - SMX Sydney 2013
 
Boosting your conversion rate through web performance improvements
Boosting your conversion rate through web performance improvementsBoosting your conversion rate through web performance improvements
Boosting your conversion rate through web performance improvements
 
Minimize website page loading time – 20+ advanced SEO tips
Minimize website page loading time – 20+ advanced SEO tipsMinimize website page loading time – 20+ advanced SEO tips
Minimize website page loading time – 20+ advanced SEO tips
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website Speed
 
Page Performance
Page PerformancePage Performance
Page Performance
 
WordPress website optimization
WordPress website optimizationWordPress website optimization
WordPress website optimization
 
Responsive Web Design for Drupal, CMS Expo
Responsive Web Design for Drupal, CMS ExpoResponsive Web Design for Drupal, CMS Expo
Responsive Web Design for Drupal, CMS Expo
 
Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)
 
2009_09_11_Grid960
2009_09_11_Grid9602009_09_11_Grid960
2009_09_11_Grid960
 
Front-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoftFront-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoft
 
Website speed
Website speedWebsite speed
Website speed
 
Need for Speed - Gear Up Your WordPress
Need for Speed - Gear Up Your WordPressNeed for Speed - Gear Up Your WordPress
Need for Speed - Gear Up Your WordPress
 
Responsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsResponsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needs
 
Performace optimization (increase website speed)
Performace optimization (increase website speed)Performace optimization (increase website speed)
Performace optimization (increase website speed)
 
Website Performance
Website PerformanceWebsite Performance
Website Performance
 
Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...
Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...
Search Oxford March 2022 - Most common ecommerce mistakes that are killing yo...
 
Better Performance === Greater Accessibility [Inclusive Design 24 2018]
Better Performance === Greater Accessibility [Inclusive Design 24 2018]Better Performance === Greater Accessibility [Inclusive Design 24 2018]
Better Performance === Greater Accessibility [Inclusive Design 24 2018]
 
Speed!
Speed!Speed!
Speed!
 

More from Petros Antoniou

More from Petros Antoniou (10)

Design Guidelines
Design GuidelinesDesign Guidelines
Design Guidelines
 
UI Design & Mockups
UI Design & MockupsUI Design & Mockups
UI Design & Mockups
 
UX Research: Hotel aggregator
UX Research: Hotel aggregatorUX Research: Hotel aggregator
UX Research: Hotel aggregator
 
Design guidelines
Design guidelinesDesign guidelines
Design guidelines
 
Mayakovsky: Digital Collages
Mayakovsky: Digital CollagesMayakovsky: Digital Collages
Mayakovsky: Digital Collages
 
Ukiyo e
Ukiyo eUkiyo e
Ukiyo e
 
Totoro
TotoroTotoro
Totoro
 
Weather app
Weather appWeather app
Weather app
 
Design essay
Design essayDesign essay
Design essay
 
UX Evaluation Report
UX Evaluation ReportUX Evaluation Report
UX Evaluation Report
 

Recently uploaded

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 

Recently uploaded (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 

Optimization