SlideShare ist ein Scribd-Unternehmen logo
1 von 19
WordPress Zurich Meetup
Mobilesport.ch - Insights
02. Juni 2014
Table of contents
mobilesport.ch - Insights
 What is the idea of mobilesport.ch
 Main goals of the relaunch
 A few statistics
 Does „strong“ hardware make your WordPress faster?
 Nginx vs. Apache
 Site caching, AJAX and memcached
 Used plugins
 The WPML struggle is real
 Learnings
What is the idea of mobilesport.ch
mobilesport.ch - Insights
 Platform for sports trainers and teachers
 …And other people who are keen on sports
 Search and find exercises covering their needs
 Put exercises together on lists
 Re-use and share exercise lists with others
 And of course: Use the contents in their lessons or make
their own lessons to keep themselves fit
What is the idea of mobilesport.ch
mobilesport.ch - Insights
What is the idea of mobilesport.ch
mobilesport.ch - Insights
What is the idea of mobilesport.ch
mobilesport.ch - Insights
Main goals
mobilesport.ch - Insights
 1. Faster response times
 2. Easier to handle and filter sports exerices
 3. Refactor / modernize code base (our goal)
A few statistics
mobilesport.ch - Insights
 11‘950 posts
 4‘222 in german, 4‘171 in french, 3‘557 in italian
 191‘457 post meta data records
 1‘440 terms
 223‘578 term relationships
 1‘258 registered users
 2‘387 favorite lists
 33‘377 list items
 And this, combined with the WPML plugin is
essentially what made it slow.
Does „strong“ hardware make your WordPress faster?
mobilesport.ch - Insights
Does „strong“ hardware make your WordPress faster?
mobilesport.ch - Insights
 More CPU or RAM != Faster Request
 More CPU/RAM == More Request/sec
 More RAM == More possibilities to cache
How to make a single request faster?
 Fast basic installation (i.e. nginx/php5-fpm/hhvm)
 Write efficient code
 Cache as much as possible
nginx vs. apache2 - Installation
mobilesport.ch - Insights
Live Machine Test Machine
Installation Type Physical Server VPS / Amazon EC2
CPU 2x6 2.5 GHz Cores (Xeon) 1 vCPU (Xeon E5-2670)
RAM 8x8 GB (64GB total) 3.75 GB
Harddisks Native SSD EBS Network Storage
Webserver Apache 2.2.22 Nginx 1.4.1
PHP Installation mod_php5 / apache2handler php5-fpm
PHP Version PHP 5.4.x PHP 5.5.x
MySQL Version 5.5.37 5.5.37
Memcached 1.4.14 1.4.14
nginx vs. apache2 - Results
mobilesport.ch - Insights
Live Machine Test Machine
Uncached Request (HT Disabled) 1.1s – 1.3s Not tested
Uncached Request (HT Enabled) 700 – 800ms 400 – 500ms
WordPress Ajax Request 200 – 350ms 100 – 200ms
Cached Request (HTML Cache) 30 – 60ms 20 – 50ms
Cached Requests/sec - simple siege ~2500 Req/s ~180 Req/s
Cached Requests/sec – CPU Usage 10-15% 20-30%
Uncached Requests/sec - simple siege ~50 Req/s ~20 Req/s
Uncached Requests/sec – CPU Usage 30-35% +100%
Site caching, AJAX, memcached
mobilesport.ch - Insights
What makes the new mobilesport.ch faster?
 Site caching (Serving cached sites from wp-config.php)
 Using AJAX for dynamic content
 Don‘t load certain modules while DOING_AJAX
 Cache complex business logic (wp_cache_*)
 Cache complex DB queries
 Use memcached as WP_Object_Cache
Plugins
mobilesport.ch - Insights
Which plugins did we use?
 Antispam Bee
 Contact Form 7
 Google XML Sitemaps
 Installer (Especially for WPML)
 JWPlayer 6 Plugin
 TinyMCE Advanced
 WPML
 wpSEO
The WPML struggle is real
mobilesport.ch - Insights
Maybe you have seen tweets like these:
The WPML struggle is real
mobilesport.ch - Insights
What were the problems
 Various bugs with memcached
 Looks like WPML is not actually tested for persistent caching
 Proper cache invalidation missing
 Very slow support
 Support answers quite fast, but…
 Solutions are developed slowly (or not at all)
 New (major) bugs with every update
 We are live, but there are still unfixed bugs
 Memcached is „completely disabled“ in backend
 Features like bulk editing removed
The WPML struggle is real
mobilesport.ch - Insights
What were the problems
 Various bugs with memcached
 Looks like WPML is not actually tested for persistent caching
 Proper cache invalidation missing
 Very slow support
 Support answers quite fast, but…
 Solutions are developed slowly (or not at all)
 New (major) bugs with every update
 We are live, but there are still unfixed bugs
 Memcached is „completely disabled“ in backend
 Features like bulk editing removed
Learnings
mobilesport.ch - Insights
 We‘re not going to use WPML anymore
 Hint: We migrated every project to our own ML solution
 Mobilesport.ch is our last project where we use WPML
 When using memcached
 …Make sure you have enough RAM allocated
 …Make sure that all plugins work properly
 If possible, use nginx/php5-fpm configurations
 You might want to try hhvm instead of php5-fpm
 Refactoring a whole code base needs a lot of analysis
 Updating WordPress or a plugin can cause serious issues
Michael Sebel
Software-Engineer
Twitter: @msebel
michael.sebel@blogwerk.com
Questions and contact
mobilesport.ch - Insights

Weitere ähnliche Inhalte

Was ist angesagt?

Command Line WordPress with WP-CLI - WordPress Perth User Group
Command Line WordPress with WP-CLI - WordPress Perth User GroupCommand Line WordPress with WP-CLI - WordPress Perth User Group
Command Line WordPress with WP-CLI - WordPress Perth User GroupJames Collins
 
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”Valent Mustamin
 
WordPress Performance & Scalability
WordPress Performance & ScalabilityWordPress Performance & Scalability
WordPress Performance & ScalabilityJoseph Scott
 
How to cache your static resources
How to cache your static resourcesHow to cache your static resources
How to cache your static resourcesWesley Smits
 
High Performance Wordpress
High Performance WordpressHigh Performance Wordpress
High Performance WordpressGareth Davies
 
Training Slides: Tungsten Replicator AMI - The Getting Started Guide
Training Slides: Tungsten Replicator AMI - The Getting Started GuideTraining Slides: Tungsten Replicator AMI - The Getting Started Guide
Training Slides: Tungsten Replicator AMI - The Getting Started GuideContinuent
 
MySQL Performance - SydPHP October 2011
MySQL Performance - SydPHP October 2011MySQL Performance - SydPHP October 2011
MySQL Performance - SydPHP October 2011Graham Weldon
 
Wordpress optimization
Wordpress optimizationWordpress optimization
Wordpress optimizationpaudelvinay
 
WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14slobodanmanic
 
Liz Quilty – Security, Scaling & High End Hosting for WordPress sites
Liz Quilty – Security, Scaling & High End Hosting for WordPress sitesLiz Quilty – Security, Scaling & High End Hosting for WordPress sites
Liz Quilty – Security, Scaling & High End Hosting for WordPress sitesWordCamp New Zealand
 
WP-CLI - WordCamp Miami 2015
WP-CLI - WordCamp Miami 2015WP-CLI - WordCamp Miami 2015
WP-CLI - WordCamp Miami 2015Shawn Hooper
 
WordPress At Scale. WordCamp Dhaka 2019
WordPress At Scale. WordCamp Dhaka 2019WordPress At Scale. WordCamp Dhaka 2019
WordPress At Scale. WordCamp Dhaka 2019Anam Ahmed
 
WP-CLI Talk from WordCamp Montreal
WP-CLI Talk from WordCamp MontrealWP-CLI Talk from WordCamp Montreal
WP-CLI Talk from WordCamp MontrealShawn Hooper
 
Mysql Quick Start
Mysql Quick StartMysql Quick Start
Mysql Quick StartGuo Albert
 
WordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, Pakistan
WordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, PakistanWordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, Pakistan
WordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, PakistanFahad Mahmood
 
Ship WordPress Projects Like a Boss
Ship WordPress Projects Like a BossShip WordPress Projects Like a Boss
Ship WordPress Projects Like a BossSiteGround.com
 

Was ist angesagt? (20)

Command Line WordPress with WP-CLI - WordPress Perth User Group
Command Line WordPress with WP-CLI - WordPress Perth User GroupCommand Line WordPress with WP-CLI - WordPress Perth User Group
Command Line WordPress with WP-CLI - WordPress Perth User Group
 
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
 
WordPress Performance & Scalability
WordPress Performance & ScalabilityWordPress Performance & Scalability
WordPress Performance & Scalability
 
SSDs are Awesome
SSDs are AwesomeSSDs are Awesome
SSDs are Awesome
 
How to cache your static resources
How to cache your static resourcesHow to cache your static resources
How to cache your static resources
 
Security 101
Security 101Security 101
Security 101
 
High Performance Wordpress
High Performance WordpressHigh Performance Wordpress
High Performance Wordpress
 
Training Slides: Tungsten Replicator AMI - The Getting Started Guide
Training Slides: Tungsten Replicator AMI - The Getting Started GuideTraining Slides: Tungsten Replicator AMI - The Getting Started Guide
Training Slides: Tungsten Replicator AMI - The Getting Started Guide
 
MySQL Performance - SydPHP October 2011
MySQL Performance - SydPHP October 2011MySQL Performance - SydPHP October 2011
MySQL Performance - SydPHP October 2011
 
Datacenter 2014: Veeam software - Preben Berg
Datacenter 2014: Veeam software - Preben BergDatacenter 2014: Veeam software - Preben Berg
Datacenter 2014: Veeam software - Preben Berg
 
Wordpress optimization
Wordpress optimizationWordpress optimization
Wordpress optimization
 
Word press security basics
Word press security basicsWord press security basics
Word press security basics
 
WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14
 
Liz Quilty – Security, Scaling & High End Hosting for WordPress sites
Liz Quilty – Security, Scaling & High End Hosting for WordPress sitesLiz Quilty – Security, Scaling & High End Hosting for WordPress sites
Liz Quilty – Security, Scaling & High End Hosting for WordPress sites
 
WP-CLI - WordCamp Miami 2015
WP-CLI - WordCamp Miami 2015WP-CLI - WordCamp Miami 2015
WP-CLI - WordCamp Miami 2015
 
WordPress At Scale. WordCamp Dhaka 2019
WordPress At Scale. WordCamp Dhaka 2019WordPress At Scale. WordCamp Dhaka 2019
WordPress At Scale. WordCamp Dhaka 2019
 
WP-CLI Talk from WordCamp Montreal
WP-CLI Talk from WordCamp MontrealWP-CLI Talk from WordCamp Montreal
WP-CLI Talk from WordCamp Montreal
 
Mysql Quick Start
Mysql Quick StartMysql Quick Start
Mysql Quick Start
 
WordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, Pakistan
WordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, PakistanWordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, Pakistan
WordPress Meetup 17th Oct, 2015 at TechHub (ASTP) Lahore, Pakistan
 
Ship WordPress Projects Like a Boss
Ship WordPress Projects Like a BossShip WordPress Projects Like a Boss
Ship WordPress Projects Like a Boss
 

Andere mochten auch

Schreiben im Web 07.06.12
Schreiben im Web 07.06.12Schreiben im Web 07.06.12
Schreiben im Web 07.06.12Blogwerk AG
 
Der Sportverein in Sozialen Netzwerken
Der Sportverein in Sozialen NetzwerkenDer Sportverein in Sozialen Netzwerken
Der Sportverein in Sozialen NetzwerkenGerald Martin
 
Im Zentrum: Ihre Website im Social-Media-Zeitalter
Im Zentrum: Ihre Website im Social-Media-ZeitalterIm Zentrum: Ihre Website im Social-Media-Zeitalter
Im Zentrum: Ihre Website im Social-Media-ZeitalterBlogwerk AG
 
Social-Media-Nischennetzwerke
Social-Media-NischennetzwerkeSocial-Media-Nischennetzwerke
Social-Media-NischennetzwerkeBlogwerk AG
 
Social Media für Vereine von Nutzen?
Social Media für Vereine von Nutzen?Social Media für Vereine von Nutzen?
Social Media für Vereine von Nutzen?Johannes Pfeffer
 
Blogwerk WordPress für die Corporate Website
Blogwerk WordPress für die Corporate WebsiteBlogwerk WordPress für die Corporate Website
Blogwerk WordPress für die Corporate WebsiteBlogwerk AG
 

Andere mochten auch (6)

Schreiben im Web 07.06.12
Schreiben im Web 07.06.12Schreiben im Web 07.06.12
Schreiben im Web 07.06.12
 
Der Sportverein in Sozialen Netzwerken
Der Sportverein in Sozialen NetzwerkenDer Sportverein in Sozialen Netzwerken
Der Sportverein in Sozialen Netzwerken
 
Im Zentrum: Ihre Website im Social-Media-Zeitalter
Im Zentrum: Ihre Website im Social-Media-ZeitalterIm Zentrum: Ihre Website im Social-Media-Zeitalter
Im Zentrum: Ihre Website im Social-Media-Zeitalter
 
Social-Media-Nischennetzwerke
Social-Media-NischennetzwerkeSocial-Media-Nischennetzwerke
Social-Media-Nischennetzwerke
 
Social Media für Vereine von Nutzen?
Social Media für Vereine von Nutzen?Social Media für Vereine von Nutzen?
Social Media für Vereine von Nutzen?
 
Blogwerk WordPress für die Corporate Website
Blogwerk WordPress für die Corporate WebsiteBlogwerk WordPress für die Corporate Website
Blogwerk WordPress für die Corporate Website
 

Ähnlich wie WordPress Zurich Meetup: Optimizing mobilesport.ch for Speed

Performance Analysis of Idle Programs
Performance Analysis of Idle ProgramsPerformance Analysis of Idle Programs
Performance Analysis of Idle Programsgreenwop
 
AD113 Speed Up Your Applications w/ Nginx and PageSpeed
AD113  Speed Up Your Applications w/ Nginx and PageSpeedAD113  Speed Up Your Applications w/ Nginx and PageSpeed
AD113 Speed Up Your Applications w/ Nginx and PageSpeededm00se
 
Caching and tuning fun for high scalability
Caching and tuning fun for high scalabilityCaching and tuning fun for high scalability
Caching and tuning fun for high scalabilityWim Godden
 
Joomla! Performance on Steroids
Joomla! Performance on SteroidsJoomla! Performance on Steroids
Joomla! Performance on SteroidsSiteGround.com
 
Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008Carter Shanklin
 
Site Performance - From Pinto to Ferrari
Site Performance - From Pinto to FerrariSite Performance - From Pinto to Ferrari
Site Performance - From Pinto to FerrariJoseph Scott
 
ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)
ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)
ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)Nexcess.net LLC
 
2013 - Dustin whittle - Escalando PHP en la vida real
2013 - Dustin whittle - Escalando PHP en la vida real2013 - Dustin whittle - Escalando PHP en la vida real
2013 - Dustin whittle - Escalando PHP en la vida realPHP Conference Argentina
 
Caching and tuning fun for high scalability @ phpBenelux 2011
Caching and tuning fun for high scalability @ phpBenelux 2011Caching and tuning fun for high scalability @ phpBenelux 2011
Caching and tuning fun for high scalability @ phpBenelux 2011Wim Godden
 
LAMP is so yesterday, MEAN is so tomorrow! :)
LAMP is so yesterday, MEAN is so tomorrow! :) LAMP is so yesterday, MEAN is so tomorrow! :)
LAMP is so yesterday, MEAN is so tomorrow! :) Sascha Sambale
 
Caching objects-in-memory
Caching objects-in-memoryCaching objects-in-memory
Caching objects-in-memoryMauro Cassani
 
Windows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHPWindows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHPTim Keller
 
PHP Sessions and Non-Sessions
PHP Sessions and Non-SessionsPHP Sessions and Non-Sessions
PHP Sessions and Non-SessionsSven Rautenberg
 
How it's made - MyGet (CloudBurst)
How it's made - MyGet (CloudBurst)How it's made - MyGet (CloudBurst)
How it's made - MyGet (CloudBurst)Maarten Balliauw
 
Home Lab Fundamentals - The Why's and How's
Home Lab Fundamentals - The Why's and How'sHome Lab Fundamentals - The Why's and How's
Home Lab Fundamentals - The Why's and How'sSean Massey
 
WordPress Architecture for Tech-Savvy Managers
WordPress Architecture for Tech-Savvy ManagersWordPress Architecture for Tech-Savvy Managers
WordPress Architecture for Tech-Savvy ManagersMario Peshev
 
2019 StartIT - Boosting your performance with Blackfire
2019 StartIT - Boosting your performance with Blackfire2019 StartIT - Boosting your performance with Blackfire
2019 StartIT - Boosting your performance with BlackfireMarko Mitranić
 
Lamp Stack Optimization
Lamp Stack OptimizationLamp Stack Optimization
Lamp Stack OptimizationDave Ross
 

Ähnlich wie WordPress Zurich Meetup: Optimizing mobilesport.ch for Speed (20)

Performance Analysis of Idle Programs
Performance Analysis of Idle ProgramsPerformance Analysis of Idle Programs
Performance Analysis of Idle Programs
 
AD113 Speed Up Your Applications w/ Nginx and PageSpeed
AD113  Speed Up Your Applications w/ Nginx and PageSpeedAD113  Speed Up Your Applications w/ Nginx and PageSpeed
AD113 Speed Up Your Applications w/ Nginx and PageSpeed
 
Caching and tuning fun for high scalability
Caching and tuning fun for high scalabilityCaching and tuning fun for high scalability
Caching and tuning fun for high scalability
 
Joomla! Performance on Steroids
Joomla! Performance on SteroidsJoomla! Performance on Steroids
Joomla! Performance on Steroids
 
Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008
 
Site Performance - From Pinto to Ferrari
Site Performance - From Pinto to FerrariSite Performance - From Pinto to Ferrari
Site Performance - From Pinto to Ferrari
 
ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)
ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)
ExpressionEngine - Simple Steps to Performance and Security (EECI 2014)
 
2013 - Dustin whittle - Escalando PHP en la vida real
2013 - Dustin whittle - Escalando PHP en la vida real2013 - Dustin whittle - Escalando PHP en la vida real
2013 - Dustin whittle - Escalando PHP en la vida real
 
Caching and tuning fun for high scalability @ phpBenelux 2011
Caching and tuning fun for high scalability @ phpBenelux 2011Caching and tuning fun for high scalability @ phpBenelux 2011
Caching and tuning fun for high scalability @ phpBenelux 2011
 
Scaling 101 test
Scaling 101 testScaling 101 test
Scaling 101 test
 
Scaling 101
Scaling 101Scaling 101
Scaling 101
 
LAMP is so yesterday, MEAN is so tomorrow! :)
LAMP is so yesterday, MEAN is so tomorrow! :) LAMP is so yesterday, MEAN is so tomorrow! :)
LAMP is so yesterday, MEAN is so tomorrow! :)
 
Caching objects-in-memory
Caching objects-in-memoryCaching objects-in-memory
Caching objects-in-memory
 
Windows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHPWindows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHP
 
PHP Sessions and Non-Sessions
PHP Sessions and Non-SessionsPHP Sessions and Non-Sessions
PHP Sessions and Non-Sessions
 
How it's made - MyGet (CloudBurst)
How it's made - MyGet (CloudBurst)How it's made - MyGet (CloudBurst)
How it's made - MyGet (CloudBurst)
 
Home Lab Fundamentals - The Why's and How's
Home Lab Fundamentals - The Why's and How'sHome Lab Fundamentals - The Why's and How's
Home Lab Fundamentals - The Why's and How's
 
WordPress Architecture for Tech-Savvy Managers
WordPress Architecture for Tech-Savvy ManagersWordPress Architecture for Tech-Savvy Managers
WordPress Architecture for Tech-Savvy Managers
 
2019 StartIT - Boosting your performance with Blackfire
2019 StartIT - Boosting your performance with Blackfire2019 StartIT - Boosting your performance with Blackfire
2019 StartIT - Boosting your performance with Blackfire
 
Lamp Stack Optimization
Lamp Stack OptimizationLamp Stack Optimization
Lamp Stack Optimization
 

Mehr von Blogwerk AG

Einführung Social Media 22.10.14 Frauennetz Winterthur
Einführung Social Media 22.10.14 Frauennetz WinterthurEinführung Social Media 22.10.14 Frauennetz Winterthur
Einführung Social Media 22.10.14 Frauennetz WinterthurBlogwerk AG
 
Customer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleiten
Customer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleitenCustomer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleiten
Customer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleitenBlogwerk AG
 
Blogwerk: Content Marketing an der SuisseEMEX 2013
Blogwerk: Content Marketing an der SuisseEMEX 2013Blogwerk: Content Marketing an der SuisseEMEX 2013
Blogwerk: Content Marketing an der SuisseEMEX 2013Blogwerk AG
 
Community Management in der Praxis
Community Management in der PraxisCommunity Management in der Praxis
Community Management in der PraxisBlogwerk AG
 
Trends im Social Web
Trends im Social WebTrends im Social Web
Trends im Social WebBlogwerk AG
 
Schreiben im Web
Schreiben im WebSchreiben im Web
Schreiben im WebBlogwerk AG
 
Blogwerk Empfehlungsmarketing und Social Media
Blogwerk Empfehlungsmarketing und Social MediaBlogwerk Empfehlungsmarketing und Social Media
Blogwerk Empfehlungsmarketing und Social MediaBlogwerk AG
 
Blogwerk Kundenspräche in Social Media
Blogwerk Kundenspräche in Social MediaBlogwerk Kundenspräche in Social Media
Blogwerk Kundenspräche in Social MediaBlogwerk AG
 
Blogwerk CorporateBlogging 2011
Blogwerk CorporateBlogging 2011Blogwerk CorporateBlogging 2011
Blogwerk CorporateBlogging 2011Blogwerk AG
 
Blogwerk SocialCRM 2011
Blogwerk SocialCRM 2011Blogwerk SocialCRM 2011
Blogwerk SocialCRM 2011Blogwerk AG
 
Wordpress on steroids
Wordpress on steroidsWordpress on steroids
Wordpress on steroidsBlogwerk AG
 
Entwickeln mit Wordpress
Entwickeln mit WordpressEntwickeln mit Wordpress
Entwickeln mit WordpressBlogwerk AG
 
Social Media for Deluxe Hotels
Social Media for Deluxe HotelsSocial Media for Deluxe Hotels
Social Media for Deluxe HotelsBlogwerk AG
 
Küchen-Verband Schweiz – In der Praxis: Social-Media-Kanäle
Küchen-Verband Schweiz – In der Praxis: Social-Media-KanäleKüchen-Verband Schweiz – In der Praxis: Social-Media-Kanäle
Küchen-Verband Schweiz – In der Praxis: Social-Media-KanäleBlogwerk AG
 
Küchen-Verband Schweiz – Social Media im Verkauf
Küchen-Verband Schweiz – Social Media im VerkaufKüchen-Verband Schweiz – Social Media im Verkauf
Küchen-Verband Schweiz – Social Media im VerkaufBlogwerk AG
 
Küchen-Verband Schweiz – Bloggen als Kernstrategie in Social Media
Küchen-Verband Schweiz – Bloggen als Kernstrategie in Social MediaKüchen-Verband Schweiz – Bloggen als Kernstrategie in Social Media
Küchen-Verband Schweiz – Bloggen als Kernstrategie in Social MediaBlogwerk AG
 
Küchen-Verband Schweiz – Publizieren? Sich unterhalten
Küchen-Verband Schweiz – Publizieren? Sich unterhaltenKüchen-Verband Schweiz – Publizieren? Sich unterhalten
Küchen-Verband Schweiz – Publizieren? Sich unterhaltenBlogwerk AG
 
Social Media als Ergänzung klassischer Marketing- und Kommunikationsarbeit
Social Media als Ergänzung klassischer Marketing- und KommunikationsarbeitSocial Media als Ergänzung klassischer Marketing- und Kommunikationsarbeit
Social Media als Ergänzung klassischer Marketing- und KommunikationsarbeitBlogwerk AG
 
Facebook und Twitter im Business-Einsatz
Facebook und Twitter im Business-EinsatzFacebook und Twitter im Business-Einsatz
Facebook und Twitter im Business-EinsatzBlogwerk AG
 
Social-Media-Vortrag ZSPR
Social-Media-Vortrag ZSPRSocial-Media-Vortrag ZSPR
Social-Media-Vortrag ZSPRBlogwerk AG
 

Mehr von Blogwerk AG (20)

Einführung Social Media 22.10.14 Frauennetz Winterthur
Einführung Social Media 22.10.14 Frauennetz WinterthurEinführung Social Media 22.10.14 Frauennetz Winterthur
Einführung Social Media 22.10.14 Frauennetz Winterthur
 
Customer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleiten
Customer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleitenCustomer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleiten
Customer Decision Journey» Kunden erfolgreich bei der Kaufentscheidung begleiten
 
Blogwerk: Content Marketing an der SuisseEMEX 2013
Blogwerk: Content Marketing an der SuisseEMEX 2013Blogwerk: Content Marketing an der SuisseEMEX 2013
Blogwerk: Content Marketing an der SuisseEMEX 2013
 
Community Management in der Praxis
Community Management in der PraxisCommunity Management in der Praxis
Community Management in der Praxis
 
Trends im Social Web
Trends im Social WebTrends im Social Web
Trends im Social Web
 
Schreiben im Web
Schreiben im WebSchreiben im Web
Schreiben im Web
 
Blogwerk Empfehlungsmarketing und Social Media
Blogwerk Empfehlungsmarketing und Social MediaBlogwerk Empfehlungsmarketing und Social Media
Blogwerk Empfehlungsmarketing und Social Media
 
Blogwerk Kundenspräche in Social Media
Blogwerk Kundenspräche in Social MediaBlogwerk Kundenspräche in Social Media
Blogwerk Kundenspräche in Social Media
 
Blogwerk CorporateBlogging 2011
Blogwerk CorporateBlogging 2011Blogwerk CorporateBlogging 2011
Blogwerk CorporateBlogging 2011
 
Blogwerk SocialCRM 2011
Blogwerk SocialCRM 2011Blogwerk SocialCRM 2011
Blogwerk SocialCRM 2011
 
Wordpress on steroids
Wordpress on steroidsWordpress on steroids
Wordpress on steroids
 
Entwickeln mit Wordpress
Entwickeln mit WordpressEntwickeln mit Wordpress
Entwickeln mit Wordpress
 
Social Media for Deluxe Hotels
Social Media for Deluxe HotelsSocial Media for Deluxe Hotels
Social Media for Deluxe Hotels
 
Küchen-Verband Schweiz – In der Praxis: Social-Media-Kanäle
Küchen-Verband Schweiz – In der Praxis: Social-Media-KanäleKüchen-Verband Schweiz – In der Praxis: Social-Media-Kanäle
Küchen-Verband Schweiz – In der Praxis: Social-Media-Kanäle
 
Küchen-Verband Schweiz – Social Media im Verkauf
Küchen-Verband Schweiz – Social Media im VerkaufKüchen-Verband Schweiz – Social Media im Verkauf
Küchen-Verband Schweiz – Social Media im Verkauf
 
Küchen-Verband Schweiz – Bloggen als Kernstrategie in Social Media
Küchen-Verband Schweiz – Bloggen als Kernstrategie in Social MediaKüchen-Verband Schweiz – Bloggen als Kernstrategie in Social Media
Küchen-Verband Schweiz – Bloggen als Kernstrategie in Social Media
 
Küchen-Verband Schweiz – Publizieren? Sich unterhalten
Küchen-Verband Schweiz – Publizieren? Sich unterhaltenKüchen-Verband Schweiz – Publizieren? Sich unterhalten
Küchen-Verband Schweiz – Publizieren? Sich unterhalten
 
Social Media als Ergänzung klassischer Marketing- und Kommunikationsarbeit
Social Media als Ergänzung klassischer Marketing- und KommunikationsarbeitSocial Media als Ergänzung klassischer Marketing- und Kommunikationsarbeit
Social Media als Ergänzung klassischer Marketing- und Kommunikationsarbeit
 
Facebook und Twitter im Business-Einsatz
Facebook und Twitter im Business-EinsatzFacebook und Twitter im Business-Einsatz
Facebook und Twitter im Business-Einsatz
 
Social-Media-Vortrag ZSPR
Social-Media-Vortrag ZSPRSocial-Media-Vortrag ZSPR
Social-Media-Vortrag ZSPR
 

Kürzlich hochgeladen

Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...sonatiwari757
 

Kürzlich hochgeladen (20)

Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
 

WordPress Zurich Meetup: Optimizing mobilesport.ch for Speed

  • 1. WordPress Zurich Meetup Mobilesport.ch - Insights 02. Juni 2014
  • 2. Table of contents mobilesport.ch - Insights  What is the idea of mobilesport.ch  Main goals of the relaunch  A few statistics  Does „strong“ hardware make your WordPress faster?  Nginx vs. Apache  Site caching, AJAX and memcached  Used plugins  The WPML struggle is real  Learnings
  • 3. What is the idea of mobilesport.ch mobilesport.ch - Insights  Platform for sports trainers and teachers  …And other people who are keen on sports  Search and find exercises covering their needs  Put exercises together on lists  Re-use and share exercise lists with others  And of course: Use the contents in their lessons or make their own lessons to keep themselves fit
  • 4. What is the idea of mobilesport.ch mobilesport.ch - Insights
  • 5. What is the idea of mobilesport.ch mobilesport.ch - Insights
  • 6. What is the idea of mobilesport.ch mobilesport.ch - Insights
  • 7. Main goals mobilesport.ch - Insights  1. Faster response times  2. Easier to handle and filter sports exerices  3. Refactor / modernize code base (our goal)
  • 8. A few statistics mobilesport.ch - Insights  11‘950 posts  4‘222 in german, 4‘171 in french, 3‘557 in italian  191‘457 post meta data records  1‘440 terms  223‘578 term relationships  1‘258 registered users  2‘387 favorite lists  33‘377 list items  And this, combined with the WPML plugin is essentially what made it slow.
  • 9. Does „strong“ hardware make your WordPress faster? mobilesport.ch - Insights
  • 10. Does „strong“ hardware make your WordPress faster? mobilesport.ch - Insights  More CPU or RAM != Faster Request  More CPU/RAM == More Request/sec  More RAM == More possibilities to cache How to make a single request faster?  Fast basic installation (i.e. nginx/php5-fpm/hhvm)  Write efficient code  Cache as much as possible
  • 11. nginx vs. apache2 - Installation mobilesport.ch - Insights Live Machine Test Machine Installation Type Physical Server VPS / Amazon EC2 CPU 2x6 2.5 GHz Cores (Xeon) 1 vCPU (Xeon E5-2670) RAM 8x8 GB (64GB total) 3.75 GB Harddisks Native SSD EBS Network Storage Webserver Apache 2.2.22 Nginx 1.4.1 PHP Installation mod_php5 / apache2handler php5-fpm PHP Version PHP 5.4.x PHP 5.5.x MySQL Version 5.5.37 5.5.37 Memcached 1.4.14 1.4.14
  • 12. nginx vs. apache2 - Results mobilesport.ch - Insights Live Machine Test Machine Uncached Request (HT Disabled) 1.1s – 1.3s Not tested Uncached Request (HT Enabled) 700 – 800ms 400 – 500ms WordPress Ajax Request 200 – 350ms 100 – 200ms Cached Request (HTML Cache) 30 – 60ms 20 – 50ms Cached Requests/sec - simple siege ~2500 Req/s ~180 Req/s Cached Requests/sec – CPU Usage 10-15% 20-30% Uncached Requests/sec - simple siege ~50 Req/s ~20 Req/s Uncached Requests/sec – CPU Usage 30-35% +100%
  • 13. Site caching, AJAX, memcached mobilesport.ch - Insights What makes the new mobilesport.ch faster?  Site caching (Serving cached sites from wp-config.php)  Using AJAX for dynamic content  Don‘t load certain modules while DOING_AJAX  Cache complex business logic (wp_cache_*)  Cache complex DB queries  Use memcached as WP_Object_Cache
  • 14. Plugins mobilesport.ch - Insights Which plugins did we use?  Antispam Bee  Contact Form 7  Google XML Sitemaps  Installer (Especially for WPML)  JWPlayer 6 Plugin  TinyMCE Advanced  WPML  wpSEO
  • 15. The WPML struggle is real mobilesport.ch - Insights Maybe you have seen tweets like these:
  • 16. The WPML struggle is real mobilesport.ch - Insights What were the problems  Various bugs with memcached  Looks like WPML is not actually tested for persistent caching  Proper cache invalidation missing  Very slow support  Support answers quite fast, but…  Solutions are developed slowly (or not at all)  New (major) bugs with every update  We are live, but there are still unfixed bugs  Memcached is „completely disabled“ in backend  Features like bulk editing removed
  • 17. The WPML struggle is real mobilesport.ch - Insights What were the problems  Various bugs with memcached  Looks like WPML is not actually tested for persistent caching  Proper cache invalidation missing  Very slow support  Support answers quite fast, but…  Solutions are developed slowly (or not at all)  New (major) bugs with every update  We are live, but there are still unfixed bugs  Memcached is „completely disabled“ in backend  Features like bulk editing removed
  • 18. Learnings mobilesport.ch - Insights  We‘re not going to use WPML anymore  Hint: We migrated every project to our own ML solution  Mobilesport.ch is our last project where we use WPML  When using memcached  …Make sure you have enough RAM allocated  …Make sure that all plugins work properly  If possible, use nginx/php5-fpm configurations  You might want to try hhvm instead of php5-fpm  Refactoring a whole code base needs a lot of analysis  Updating WordPress or a plugin can cause serious issues