SlideShare a Scribd company logo
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

More Related Content

What's hot

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
James 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 & Scalability
Joseph Scott
 
SSDs are Awesome
SSDs are AwesomeSSDs are Awesome
SSDs are Awesome
Barry Abrahamson
 
How to cache your static resources
How to cache your static resourcesHow to cache your static resources
How to cache your static resources
Wesley Smits
 
Security 101
Security 101Security 101
Security 101
Red Gate Software
 
High Performance Wordpress
High Performance WordpressHigh Performance Wordpress
High Performance Wordpress
Gareth 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 Guide
Continuent
 
MySQL Performance - SydPHP October 2011
MySQL Performance - SydPHP October 2011MySQL Performance - SydPHP October 2011
MySQL Performance - SydPHP October 2011
Graham Weldon
 
Datacenter 2014: Veeam software - Preben Berg
Datacenter 2014: Veeam software - Preben BergDatacenter 2014: Veeam software - Preben Berg
Datacenter 2014: Veeam software - Preben Berg
Mediehuset Ingeniøren Live
 
Wordpress optimization
Wordpress optimizationWordpress optimization
Wordpress optimization
paudelvinay
 
Word press security basics
Word press security basicsWord press security basics
Word press security basics
East Bay WordPress Meetup
 
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
slobodanmanic
 
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
WordCamp New Zealand
 
WP-CLI - WordCamp Miami 2015
WP-CLI - WordCamp Miami 2015WP-CLI - WordCamp Miami 2015
WP-CLI - WordCamp Miami 2015
Shawn Hooper
 
WordPress At Scale. WordCamp Dhaka 2019
WordPress At Scale. WordCamp Dhaka 2019WordPress At Scale. WordCamp Dhaka 2019
WordPress At Scale. WordCamp Dhaka 2019
Anam Ahmed
 
WP-CLI Talk from WordCamp Montreal
WP-CLI Talk from WordCamp MontrealWP-CLI Talk from WordCamp Montreal
WP-CLI Talk from WordCamp Montreal
Shawn Hooper
 
Mysql Quick Start
Mysql Quick StartMysql Quick Start
Mysql Quick Start
Guo 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, Pakistan
Fahad Mahmood
 
Ship WordPress Projects Like a Boss
Ship WordPress Projects Like a BossShip WordPress Projects Like a Boss
Ship WordPress Projects Like a Boss
SiteGround.com
 

What's hot (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
 

Viewers also liked

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 Netzwerken
Gerald 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-Nischennetzwerke
Blogwerk 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 Website
Blogwerk AG
 

Viewers also liked (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
 

Similar to WordPress Zurich Meetup #5: mobilesport.ch insights

Performance Analysis of Idle Programs
Performance Analysis of Idle ProgramsPerformance Analysis of Idle Programs
Performance Analysis of Idle Programs
greenwop
 
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
edm00se
 
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
Wim Godden
 
Joomla! Performance on Steroids
Joomla! Performance on SteroidsJoomla! Performance on Steroids
Joomla! Performance on Steroids
SiteGround.com
 
Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008Managing VMware with PowerShell - VMworld 2008
Managing VMware with PowerShell - VMworld 2008
Carter Shanklin
 
Site Performance - From Pinto to Ferrari
Site Performance - From Pinto to FerrariSite Performance - From Pinto to Ferrari
Site Performance - From Pinto to Ferrari
Joseph 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 real
PHP 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 2011
Wim Godden
 
Scaling 101 test
Scaling 101 testScaling 101 test
Scaling 101 test
Rashmi Sinha
 
Scaling 101
Scaling 101Scaling 101
Scaling 101
Chris Finne
 
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-memory
Mauro 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 PHP
Tim Keller
 
PHP Sessions and Non-Sessions
PHP Sessions and Non-SessionsPHP Sessions and Non-Sessions
PHP Sessions and Non-Sessions
Sven 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's
Sean Massey
 
WordPress Architecture for Tech-Savvy Managers
WordPress Architecture for Tech-Savvy ManagersWordPress Architecture for Tech-Savvy Managers
WordPress Architecture for Tech-Savvy Managers
Mario 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 Blackfire
Marko Mitranić
 
Lamp Stack Optimization
Lamp Stack OptimizationLamp Stack Optimization
Lamp Stack Optimization
Dave Ross
 

Similar to WordPress Zurich Meetup #5: mobilesport.ch insights (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
 

More from 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 Winterthur
Blogwerk 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 begleiten
Blogwerk 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 2013
Blogwerk 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 Media
Blogwerk AG
 
Blogwerk Kundenspräche in Social Media
Blogwerk Kundenspräche in Social MediaBlogwerk Kundenspräche in Social Media
Blogwerk Kundenspräche in Social Media
Blogwerk AG
 
Blogwerk CorporateBlogging 2011
Blogwerk CorporateBlogging 2011Blogwerk CorporateBlogging 2011
Blogwerk CorporateBlogging 2011
Blogwerk AG
 
Blogwerk SocialCRM 2011
Blogwerk SocialCRM 2011Blogwerk SocialCRM 2011
Blogwerk SocialCRM 2011Blogwerk AG
 
Wordpress on steroids
Wordpress on steroidsWordpress on steroids
Wordpress on steroids
Blogwerk AG
 
Entwickeln mit Wordpress
Entwickeln mit WordpressEntwickeln mit Wordpress
Entwickeln mit Wordpress
Blogwerk AG
 
Social Media for Deluxe Hotels
Social Media for Deluxe HotelsSocial Media for Deluxe Hotels
Social Media for Deluxe Hotels
Blogwerk 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 Kommunikationsarbeit
Blogwerk AG
 
Facebook und Twitter im Business-Einsatz
Facebook und Twitter im Business-EinsatzFacebook und Twitter im Business-Einsatz
Facebook und Twitter im Business-Einsatz
Blogwerk AG
 
Social-Media-Vortrag ZSPR
Social-Media-Vortrag ZSPRSocial-Media-Vortrag ZSPR
Social-Media-Vortrag ZSPRBlogwerk AG
 

More from 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
 

Recently uploaded

Bengaluru Dreamin' 24 - Personal Branding
Bengaluru Dreamin' 24 - Personal BrandingBengaluru Dreamin' 24 - Personal Branding
Bengaluru Dreamin' 24 - Personal Branding
Tarandeep Singh
 
cyber crime.pptx..........................
cyber crime.pptx..........................cyber crime.pptx..........................
cyber crime.pptx..........................
GNAMBIKARAO
 
Bangalore Call Girls 9079923931 With -Cuties' Hot Call Girls
Bangalore Call Girls 9079923931 With -Cuties' Hot Call GirlsBangalore Call Girls 9079923931 With -Cuties' Hot Call Girls
Bangalore Call Girls 9079923931 With -Cuties' Hot Call Girls
narwatsonia7
 
10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...
10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...
10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...
Web Inspire
 
Decentralized Justice in Gaming and Esports
Decentralized Justice in Gaming and EsportsDecentralized Justice in Gaming and Esports
Decentralized Justice in Gaming and Esports
Federico Ast
 
一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理
一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理
一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理
dtagbe
 
Network Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. IT
Network Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. ITNetwork Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. IT
Network Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. IT
Sarthak Sobti
 
EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE
Febless Hernane
 
DocSplit Subsequent Implementation Activation.pptx
DocSplit Subsequent Implementation Activation.pptxDocSplit Subsequent Implementation Activation.pptx
DocSplit Subsequent Implementation Activation.pptx
AmitTuteja9
 
一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理
一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理
一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理
thezot
 
Securing BGP: Operational Strategies and Best Practices for Network Defenders...
Securing BGP: Operational Strategies and Best Practices for Network Defenders...Securing BGP: Operational Strategies and Best Practices for Network Defenders...
Securing BGP: Operational Strategies and Best Practices for Network Defenders...
APNIC
 
Unlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENT
Unlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENTUnlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENT
Unlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENT
rajesh344555
 
KubeCon & CloudNative Con 2024 Artificial Intelligent
KubeCon & CloudNative Con 2024 Artificial IntelligentKubeCon & CloudNative Con 2024 Artificial Intelligent
KubeCon & CloudNative Con 2024 Artificial Intelligent
Emre Gündoğdu
 
Unlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENT
Unlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENTUnlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENT
Unlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENT
rajesh344555
 
Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...
Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...
Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...
APNIC
 

Recently uploaded (15)

Bengaluru Dreamin' 24 - Personal Branding
Bengaluru Dreamin' 24 - Personal BrandingBengaluru Dreamin' 24 - Personal Branding
Bengaluru Dreamin' 24 - Personal Branding
 
cyber crime.pptx..........................
cyber crime.pptx..........................cyber crime.pptx..........................
cyber crime.pptx..........................
 
Bangalore Call Girls 9079923931 With -Cuties' Hot Call Girls
Bangalore Call Girls 9079923931 With -Cuties' Hot Call GirlsBangalore Call Girls 9079923931 With -Cuties' Hot Call Girls
Bangalore Call Girls 9079923931 With -Cuties' Hot Call Girls
 
10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...
10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...
10 Conversion Rate Optimization (CRO) Techniques to Boost Your Website’s Perf...
 
Decentralized Justice in Gaming and Esports
Decentralized Justice in Gaming and EsportsDecentralized Justice in Gaming and Esports
Decentralized Justice in Gaming and Esports
 
一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理
一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理
一比一原版(uc毕业证书)加拿大卡尔加里大学毕业证如何办理
 
Network Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. IT
Network Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. ITNetwork Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. IT
Network Security and Cyber Laws (Complete Notes) for B.Tech/BCA/BSc. IT
 
EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CiCi AI BY: FEBLESS HERNANE
 
DocSplit Subsequent Implementation Activation.pptx
DocSplit Subsequent Implementation Activation.pptxDocSplit Subsequent Implementation Activation.pptx
DocSplit Subsequent Implementation Activation.pptx
 
一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理
一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理
一比一原版新西兰林肯大学毕业证(Lincoln毕业证书)学历如何办理
 
Securing BGP: Operational Strategies and Best Practices for Network Defenders...
Securing BGP: Operational Strategies and Best Practices for Network Defenders...Securing BGP: Operational Strategies and Best Practices for Network Defenders...
Securing BGP: Operational Strategies and Best Practices for Network Defenders...
 
Unlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENT
Unlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENTUnlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENT
Unlimited Short Call Girls Navi Mumbai ✅ 9967824496 FULL CASH PAYMENT
 
KubeCon & CloudNative Con 2024 Artificial Intelligent
KubeCon & CloudNative Con 2024 Artificial IntelligentKubeCon & CloudNative Con 2024 Artificial Intelligent
KubeCon & CloudNative Con 2024 Artificial Intelligent
 
Unlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENT
Unlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENTUnlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENT
Unlimited Short Call Girls Mumbai ✅ 9833363713 FULL CASH PAYMENT
 
Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...
Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...
Honeypots Unveiled: Proactive Defense Tactics for Cyber Security, Phoenix Sum...
 

WordPress Zurich Meetup #5: mobilesport.ch insights

  • 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