WordCamp Finland 2015, Page performance optimization

Aki Björklund
Aki BjörklundCEO, Web Technology Consultant, WordPress Expert, Web Developer at H1
WordCamp Finland 2015, Page performance optimization
WordCamp Finland 2015, Page performance optimization
© 1998 PhotoSpin
Average page is 1795 KB

in size and growing
WordPress sites are worse
In Finland: WordPress sites
average 2,5 MB
WordCamp Finland 2015, Page performance optimization
Page size matters
Page size

does not matter

(that much)
Page size

≠

page performance
Page performance
≠
server-side performance
PRACTICAL TIPS
WordCamp Finland 2015, Page performance optimization
Optimize images
Optimize images for
users automatically
Never use the original sizes
of uploaded images
Prevent users using

the full size image
There is a filter for that
function h1_remove_full_image_size( $sizes ) {
unset( $sizes['full'] );
return $sizes;
}
add_filter( 'image_size_names_choose',
'h1_remove_full_image_size' );
Don’t load images

a.k.a. lazy loading
Make browsers

cache resources
Minimize,

combine,
compress
Minimize,

combine,
compress
Minimize,

combine,
compress
Minimize,

combine,
compress
Advanced stuff
Move scripts
to bottom
…with WP Simple
Asset Optimizer
Moving scripts
add_filter( 'wpsao_move', function () {
return array(
'jquery_json',
'gform_placeholder',
'gform_gravityforms',
'optin-monster-api-script',
'wp-mediaelement',
'visualizer-google-jsapi',
'visualizer-render'
);
} );
Inline CSS and
JavaScript
Inlining
add_filter( 'wpsao_inline', function () {
return array(
'modernizr',
'h1-stylesheet' => array(
'replace' => '../../',
'with' => get_template_directory_uri() .
'/assets/'
)
);
} );
Topics skipped: CDNs, responsive and retina
images, continuous performance measurement,
inlining images, CSS sprites, server side
optimization, prioritizing visible content, avoiding
redirects, DNS, asynchronous JavaScript, HTTP2…
Thanks!
@akibjorklund
Go to akibjorklund.com/wcfi2015

to get all the links mentioned in this talk.
1 of 32

Recommended

Heather Conley Photography, LLC: Rate Card 2015 by
Heather Conley Photography, LLC: Rate Card 2015Heather Conley Photography, LLC: Rate Card 2015
Heather Conley Photography, LLC: Rate Card 2015Heather Conley Photography, LLC
1.6K views1 slide
We should optimize images by
We should optimize imagesWe should optimize images
We should optimize imagesShogo Sensui
1K views31 slides
FME Performance and Profiling by
FME Performance and ProfilingFME Performance and Profiling
FME Performance and ProfilingSafe Software
1.2K views8 slides
Php gd library by
Php gd libraryPhp gd library
Php gd libraryJIGAR MAKHIJA
299 views6 slides
1.1.4 by
1.1.41.1.4
1.1.4Screenpresso
14.3K views11 slides
Editing note by
Editing noteEditing note
Editing noteramsha12
284 views1 slide

More Related Content

Similar to WordCamp Finland 2015, Page performance optimization

Making WordPress websites faster by
Making WordPress websites fasterMaking WordPress websites faster
Making WordPress websites fasterAki Björklund
578 views53 slides
Android UI Tips & Tricks by
Android UI Tips & TricksAndroid UI Tips & Tricks
Android UI Tips & TricksDroidConTLV
2.6K views32 slides
Android ui tips & tricks by
Android ui tips & tricksAndroid ui tips & tricks
Android ui tips & tricksShem Magnezi
4.5K views32 slides
Images for Wordpress - WordCamp Seattle 2014 - Nancy Thanki by
Images for Wordpress - WordCamp Seattle 2014 - Nancy ThankiImages for Wordpress - WordCamp Seattle 2014 - Nancy Thanki
Images for Wordpress - WordCamp Seattle 2014 - Nancy ThankiNancy Thanki
1.9K views17 slides
Image manipulation in WordPress 3.5 by
Image manipulation in WordPress 3.5Image manipulation in WordPress 3.5
Image manipulation in WordPress 3.5Marko Heijnen
4.2K views32 slides
Optimize Images for SEO WordCamp Sacramento by
Optimize Images for SEO WordCamp SacramentoOptimize Images for SEO WordCamp Sacramento
Optimize Images for SEO WordCamp SacramentoLeslie Staller
289 views26 slides

Similar to WordCamp Finland 2015, Page performance optimization(20)

Making WordPress websites faster by Aki Björklund
Making WordPress websites fasterMaking WordPress websites faster
Making WordPress websites faster
Aki Björklund578 views
Android UI Tips & Tricks by DroidConTLV
Android UI Tips & TricksAndroid UI Tips & Tricks
Android UI Tips & Tricks
DroidConTLV2.6K views
Android ui tips & tricks by Shem Magnezi
Android ui tips & tricksAndroid ui tips & tricks
Android ui tips & tricks
Shem Magnezi4.5K views
Images for Wordpress - WordCamp Seattle 2014 - Nancy Thanki by Nancy Thanki
Images for Wordpress - WordCamp Seattle 2014 - Nancy ThankiImages for Wordpress - WordCamp Seattle 2014 - Nancy Thanki
Images for Wordpress - WordCamp Seattle 2014 - Nancy Thanki
Nancy Thanki1.9K views
Image manipulation in WordPress 3.5 by Marko Heijnen
Image manipulation in WordPress 3.5Image manipulation in WordPress 3.5
Image manipulation in WordPress 3.5
Marko Heijnen4.2K views
Optimize Images for SEO WordCamp Sacramento by Leslie Staller
Optimize Images for SEO WordCamp SacramentoOptimize Images for SEO WordCamp Sacramento
Optimize Images for SEO WordCamp Sacramento
Leslie Staller289 views
A holistic approach to web performance by Austin Gil
A holistic approach to web performanceA holistic approach to web performance
A holistic approach to web performance
Austin Gil3K views
Web Performance Optimisation by Chris Burgess
Web Performance OptimisationWeb Performance Optimisation
Web Performance Optimisation
Chris Burgess1.6K views
Week 6 Pt2 Guided Fixes In Elements by joelk
Week 6 Pt2 Guided Fixes In ElementsWeek 6 Pt2 Guided Fixes In Elements
Week 6 Pt2 Guided Fixes In Elements
joelk470 views
Serverless Orchestration with AWS Step Functions - DevDay Los Angeles 2017 by Amazon Web Services
Serverless Orchestration with AWS Step Functions - DevDay Los Angeles 2017Serverless Orchestration with AWS Step Functions - DevDay Los Angeles 2017
Serverless Orchestration with AWS Step Functions - DevDay Los Angeles 2017
Rails Plugins - Linux For You, March 2011 Issue by Sagar Arlekar
Rails Plugins - Linux For You, March 2011 IssueRails Plugins - Linux For You, March 2011 Issue
Rails Plugins - Linux For You, March 2011 Issue
Sagar Arlekar851 views
Ctrl+F5 Bangalore 2017: Super charge you word press website by Justin Thomas by ResellerClub
Ctrl+F5 Bangalore 2017: Super charge you word press website by Justin ThomasCtrl+F5 Bangalore 2017: Super charge you word press website by Justin Thomas
Ctrl+F5 Bangalore 2017: Super charge you word press website by Justin Thomas
ResellerClub166 views
Optimizing jpgs with MS Office Picture Manager by newgraham
Optimizing jpgs with MS Office Picture ManagerOptimizing jpgs with MS Office Picture Manager
Optimizing jpgs with MS Office Picture Manager
newgraham6.4K views
Run XGBoost with Amazon SageMaker (AIM335) - AWS re:Invent 2018 by Amazon Web Services
Run XGBoost with Amazon SageMaker (AIM335) - AWS re:Invent 2018Run XGBoost with Amazon SageMaker (AIM335) - AWS re:Invent 2018
Run XGBoost with Amazon SageMaker (AIM335) - AWS re:Invent 2018
Amazon Web Services4.6K views
Serverless Orchestration with AWS Step Functions - DevDay Austin 2017 by Amazon Web Services
Serverless Orchestration with AWS Step Functions - DevDay Austin 2017Serverless Orchestration with AWS Step Functions - DevDay Austin 2017
Serverless Orchestration with AWS Step Functions - DevDay Austin 2017
Raleigh DevDay 2017: Serverless orchestration with AWS step functions by Amazon Web Services
Raleigh DevDay 2017: Serverless orchestration with AWS step functionsRaleigh DevDay 2017: Serverless orchestration with AWS step functions
Raleigh DevDay 2017: Serverless orchestration with AWS step functions

Recently uploaded

Lilypad @ Labweek, Istanbul, 2023.pdf by
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdfAlly339821
9 views45 slides
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveNetwork Automation Forum
21 views35 slides
Spesifikasi Lengkap ASUS Vivobook Go 14 by
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14Dot Semarang
35 views1 slide
6g - REPORT.pdf by
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdfLiveplex
9 views23 slides
20231123_Camunda Meetup Vienna.pdf by
20231123_Camunda Meetup Vienna.pdf20231123_Camunda Meetup Vienna.pdf
20231123_Camunda Meetup Vienna.pdfPhactum Softwareentwicklung GmbH
28 views73 slides

Recently uploaded(20)

Lilypad @ Labweek, Istanbul, 2023.pdf by Ally339821
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdf
Ally3398219 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Spesifikasi Lengkap ASUS Vivobook Go 14 by Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang35 views
6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex9 views
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! by sammart93
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
sammart939 views
The details of description: Techniques, tips, and tangents on alternative tex... by BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada121 views
1st parposal presentation.pptx by i238212
1st parposal presentation.pptx1st parposal presentation.pptx
1st parposal presentation.pptx
i2382129 views
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker26 views
Data-centric AI and the convergence of data and model engineering: opportunit... by Paolo Missier
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...
Paolo Missier34 views
Web Dev - 1 PPT.pdf by gdsczhcet
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet55 views
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn19 views
Black and White Modern Science Presentation.pptx by maryamkhalid2916
Black and White Modern Science Presentation.pptxBlack and White Modern Science Presentation.pptx
Black and White Modern Science Presentation.pptx
maryamkhalid291614 views
STPI OctaNE CoE Brochure.pdf by madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb12 views

WordCamp Finland 2015, Page performance optimization