SlideShare ist ein Scribd-Unternehmen logo
1 von 70
Downloaden Sie, um offline zu lesen
Software support done
      correctly
        Andreas Zeitler
             @zettt
     macosxscreencasts.com
       zcasting3000.com
A relatively bad
   example
Hi Andreas...
Hi Andreas...



Cheers, thanks, bye, ciao, tschüss...
This message clearly says:

                  Hi Andreas...



Cheers, thanks, bye, ciao, tschüss...
This message clearly says:

 • I don’t care Hi Andreas...


Cheers, thanks, bye, ciao, tschüss...
This message clearly says:

 • I don’t care Hi Andreas...
 • I don’t have the time to deal
   with you

Cheers, thanks, bye, ciao, tschüss...
This message clearly says:

 • I don’t care Hi Andreas...
 • I don’t have the time to deal
   with you
 • I don’t care how you present
   my product bye, ciao, tschüss...
Cheers, thanks,
Hi Andreas...



Cheers, thanks, bye, ciao, tschüss...
Hi Andreas...



Cheers, thanks, bye, ciao, tschüss...
A relatively good
    example
A relatively good
    example
     DreamHost
My email to DreamHost:
My email to DreamHost:
Dear DreamHost support,
Website is down!
Why?
Help!
Now!
Cheers
Andreas,

[386390.279461] Task in /ps34711 killed as a result of limit of   /ps34711
[386390.303417] php5.cgi cpuset=ps34711 mems_allowed=0
[386390.303453] Task in /ps34711 killed as a result of limit of   /ps34711
[386390.357101] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 227694 or a child
[386391.125965] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 227694 or a child
[386394.160813] php5.cgi cpuset=ps34711 mems_allowed=0
[386394.247377] Task in /ps34711 killed as a result of limit of   /ps34711
[386394.636484] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 199764 or a child
[386497.221512] php5.cgi cpuset=ps34711 mems_allowed=0
[386497.221582] Task in /ps34711 killed as a result of limit of   /ps34711
[386497.277468] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child
[386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0
[386497.865295] Task in /ps34711 killed as a result of limit of   /ps34711
[386498.255450] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child

When there isn't any available memory on the machine, the server is
unable to spawn new processes which in turn causes a 500 error. It can
also kill off existing processes such as http and ftp. I recommend
following the steps in this wiki:

http://wiki.dreamhost.com/PS_Optimization

You can also raise your memory levels from within the panel by clicking
"Private Servers" > "Manage Resources".

It's always a good idea to keep an eye on the graph on that page as it
will give you some insight into the current state of your server. Aside
from the optimization wiki, I'd also recommend removing any extraneous
plugins if you're running Wordpress installs, especially any SEO plugins.
If you haven't already, you should also download and enable either
wp-cache or wp-super-cache (again assuming you're running Wordpress
installs). As far as your server not always needing the same amount of
memory, you can adjust your usage at any time as you see fit. That can be
quite a chore! Luckily, one of our customers recently wrote a pretty
awesome program which can automatically handle memory usage for you! You
may want to check it out, but please be aware that even if it works, it
is custom software and is not provided by DreamHost:

http://memcron.com/

I'd also highly suggest enabling FastCGI for these domains if you haven't
already done so, it typically uses far less memory than the standard PHP
install! If you run into any troubles with the above information (which I
recommend checking out as it can help you to reduce usage regardless of
the number of visitors you receive), please let us know. Also, since you
are running a WP site, the following will be helpful as well:

1) Keeping your WordPress install as up-to-date as possible. You can do
that by checking whether or not you need to upgrade here:

http://yourdomain.com/wp-admin/update-core.php

2) Keeping your WordPress plugins up-to-date. You can check to see if any
plugins need to be updated here:

http://yourdomain.com/wp-admin/plugins.php
[386497.221582] Task in /ps34711 killed as a result of limit of /ps34711
[386497.277468] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child
[386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0
[386497.865295] Task in /ps34711 killed as a result of limit of /ps34711
[386498.255450] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child

When there isn't any available memory on the machine, the server is
unable to spawn new processes which in turn causes a 500 error. It can
also kill off existing processes such as http and ftp. I recommend
following the steps in this wiki:

http://wiki.dreamhost.com/PS_Optimization

You can also raise your memory levels from within the panel by clicking
"Private Servers" > "Manage Resources".

It's always a good idea to keep an eye on the graph on that page as it
will give you some insight into the current state of your server. Aside
from the optimization wiki, I'd also recommend removing any extraneous
plugins if you're running Wordpress installs, especially any SEO plugins.
If you haven't already, you should also download and enable either
wp-cache or wp-super-cache (again assuming you're running Wordpress
installs). As far as your server not always needing the same amount of
memory, you can adjust your usage at any time as you see fit. That can be
quite a chore! Luckily, one of our customers recently wrote a pretty
awesome program which can automatically handle memory usage for you! You
may want to check it out, but please be aware that even if it works, it
is custom software and is not provided by DreamHost:

http://memcron.com/

I'd also highly suggest enabling FastCGI for these domains if you haven't
already done so, it typically uses far less memory than the standard PHP
install! If you run into any troubles with the above information (which I
recommend checking out as it can help you to reduce usage regardless of
the number of visitors you receive), please let us know. Also, since you
are running a WP site, the following will be helpful as well:

1) Keeping your WordPress install as up-to-date as possible. You can do
that by checking whether or not you need to upgrade here:

http://yourdomain.com/wp-admin/update-core.php

2) Keeping your WordPress plugins up-to-date. You can check to see if any
plugins need to be updated here:

http://yourdomain.com/wp-admin/plugins.php

3) Removing any plugins that you do not use, even if they are set to
"Inactive". You can remove them from the same link as #2.

4) Installing caching and anti-spam plugins. You can find information on
good ones for both of those here:

http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam
http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching

5) Optimize and improve performance!

http://wiki.dreamhost.com/WordPress_Optimization
http://wiki.dreamhost.com/Wordpress_performance
[386497.221582] Task in /ps34711 killed as a result of limit of /ps34711
[386497.277468] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child
[386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0
[386497.865295] Task in /ps34711 killed as a result of limit of /ps34711
[386498.255450] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child

When there isn't any available memory on the machine, the server is
unable to spawn new processes which in turn causes a 500 error. It can
also kill off existing processes such as http and ftp. I recommend
following the steps in this wiki:

http://wiki.dreamhost.com/PS_Optimization

You can also raise your memory levels from within the panel by clicking
"Private Servers" > "Manage Resources".

It's always a good idea to keep an eye on the graph on that page as it
will give you some insight into the current state of your server. Aside
from the optimization wiki, I'd also recommend removing any extraneous
plugins if you're running Wordpress installs, especially any SEO plugins.
If you haven't already, you should also download and enable either
wp-cache or wp-super-cache (again assuming you're running Wordpress
installs). As far as your server not always needing the same amount of
memory, you can adjust your usage at any time as you see fit. That can be
quite a chore! Luckily, one of our customers recently wrote a pretty
awesome program which can automatically handle memory usage for you! You
may want to check it out, but please be aware that even if it works, it
is custom software and is not provided by DreamHost:

http://memcron.com/

I'd also highly suggest enabling FastCGI for these domains if you haven't
already done so, it typically uses far less memory than the standard PHP
install! If you run into any troubles with the above information (which I
recommend checking out as it can help you to reduce usage regardless of
the number of visitors you receive), please let us know. Also, since you
are running a WP site, the following will be helpful as well:

1) Keeping your WordPress install as up-to-date as possible. You can do
that by checking whether or not you need to upgrade here:

http://yourdomain.com/wp-admin/update-core.php

2) Keeping your WordPress plugins up-to-date. You can check to see if any
plugins need to be updated here:

http://yourdomain.com/wp-admin/plugins.php

3) Removing any plugins that you do not use, even if they are set to
"Inactive". You can remove them from the same link as #2.

4) Installing caching and anti-spam plugins. You can find information on
good ones for both of those here:

http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam
http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching

5) Optimize and improve performance!

http://wiki.dreamhost.com/WordPress_Optimization
http://wiki.dreamhost.com/Wordpress_performance
[386497.221582] Task in /ps34711 killed as a result of limit of /ps34711
[386497.277468] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child
[386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0
[386497.865295] Task in /ps34711 killed as a result of limit of /ps34711
[386498.255450] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child

When there isn't any available memory on the machine, the server is
unable to spawn new processes which in turn causes a 500 error. It can
also kill off existing processes such as http and ftp. I recommend
following the steps in this wiki:

http://wiki.dreamhost.com/PS_Optimization

You can also raise your memory levels from within the panel by clicking
"Private Servers" > "Manage Resources".

It's always a good idea to keep an eye on the graph on that page as it
will give you some insight into the current state of your server. Aside
from the optimization wiki, I'd also recommend removing any extraneous
plugins if you're running Wordpress installs, especially any SEO plugins.
If you haven't already, you should also download and enable either
wp-cache or wp-super-cache (again assuming you're running Wordpress
installs). As far as your server not always needing the same amount of
memory, you can adjust your usage at any time as you see fit. That can be
quite a chore! Luckily, one of our customers recently wrote a pretty
awesome program which can automatically handle memory usage for you! You
may want to check it out, but please be aware that even if it works, it
is custom software and is not provided by DreamHost:

http://memcron.com/

I'd also highly suggest enabling FastCGI for these domains if you haven't
already done so, it typically uses far less memory than the standard PHP
install! If you run into any troubles with the above information (which I
recommend checking out as it can help you to reduce usage regardless of
the number of visitors you receive), please let us know. Also, since you
are running a WP site, the following will be helpful as well:

1) Keeping your WordPress install as up-to-date as possible. You can do
that by checking whether or not you need to upgrade here:

http://yourdomain.com/wp-admin/update-core.php

2) Keeping your WordPress plugins up-to-date. You can check to see if any
plugins need to be updated here:

http://yourdomain.com/wp-admin/plugins.php

3) Removing any plugins that you do not use, even if they are set to
"Inactive". You can remove them from the same link as #2.

4) Installing caching and anti-spam plugins. You can find information on
good ones for both of those here:

http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam
http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching

5) Optimize and improve performance!

http://wiki.dreamhost.com/WordPress_Optimization
http://wiki.dreamhost.com/Wordpress_performance
[386497.221582] Task in /ps34711 killed as a result of limit of /ps34711
[386497.277468] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child
[386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0
[386497.865295] Task in /ps34711 killed as a result of limit of /ps34711
[386498.255450] Memory cgroup out of memory: kill process
apache2-ps34711(6203:#34711) score 206293 or a child

When there isn't any available memory on the machine, the server is
unable to spawn new processes which in turn causes a 500 error. It can
also kill off existing processes such as http and ftp. I recommend
following the steps in this wiki:

http://wiki.dreamhost.com/PS_Optimization

You can also raise your memory levels from within the panel by clicking
"Private Servers" > "Manage Resources".

It's always a good idea to keep an eye on the graph on that page as it
will give you some insight into the current state of your server. Aside
from the optimization wiki, I'd also recommend removing any extraneous
plugins if you're running Wordpress installs, especially any SEO plugins.
If you haven't already, you should also download and enable either
wp-cache or wp-super-cache (again assuming you're running Wordpress
installs). As far as your server not always needing the same amount of
memory, you can adjust your usage at any time as you see fit. That can be
quite a chore! Luckily, one of our customers recently wrote a pretty
awesome program which can automatically handle memory usage for you! You
may want to check it out, but please be aware that even if it works, it
is custom software and is not provided by DreamHost:

http://memcron.com/

I'd also highly suggest enabling FastCGI for these domains if you haven't
already done so, it typically uses far less memory than the standard PHP
install! If you run into any troubles with the above information (which I
recommend checking out as it can help you to reduce usage regardless of
the number of visitors you receive), please let us know. Also, since you
are running a WP site, the following will be helpful as well:

1) Keeping your WordPress install as up-to-date as possible. You can do
that by checking whether or not you need to upgrade here:

http://yourdomain.com/wp-admin/update-core.php

2) Keeping your WordPress plugins up-to-date. You can check to see if any
plugins need to be updated here:

http://yourdomain.com/wp-admin/plugins.php

3) Removing any plugins that you do not use, even if they are set to
"Inactive". You can remove them from the same link as #2.

4) Installing caching and anti-spam plugins. You can find information on
good ones for both of those here:

http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam
http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching

5) Optimize and improve performance!

http://wiki.dreamhost.com/WordPress_Optimization
http://wiki.dreamhost.com/Wordpress_performance
From:     DreamHost Customer Support Team <support@dreamhost.com>
Subject:    Re: [andzei 39277830] Internal Server Error
  Date:     19. Oktober 2010 17:14:26 GMT+01:00
     To:    azeitler@zettt.de

------------------------------------------------------------------------
- After reading this response, please consider visiting
- the URL below to comment on its quality. Thanks!
-
- http://www.dreamhost.com/survey.cgi?n=39277830&m=566296
------------------------------------------------------------------------

Andreas,

Odds are the process that updates the graph is getting killed. I think
that we're looking into a solution that corrects this.

Thanks!
Scott

--
     DreamHost Support Team + support@dreamhost.com
Earn over $97 for each referral: http://www.dreamhost.com/rewards.html
   To continue this support case, just reply to this email.
  Open a new case at: https://panel.dreamhost.com/?tab=support
Improving support
 (communication)
It’s ok to...
It’s ok to...

• ... not answer an email right away.
It’s ok to...

• ... not answer an email right away.
• ... be brief.
It’s ok to...

• ... not answer an email right away.
• ... be brief.
• ... use snippets.
It’s ok to...

• ... not answer an email right away.
• ... be brief.
• ... use snippets.
• ... use a support system like tender.
It’s ok to...

• ... not answer an email right away.
• ... be brief.
• ... use snippets.
• ... use a support system like tender.
 • (Eat your own dog food!)
Improving support
 (communication)
Improving support
      (communication)
•   "Sorry for the late reply."
Improving support
         (communication)
•   "Sorry for the late reply."

    •   I have read your email, but didn't care enough.
Improving support
         (communication)
•   "Sorry for the late reply."

    •   I have read your email, but didn't care enough.

•   "Best regards from Stuttgart"
Improving support
         (communication)
•   "Sorry for the late reply."

    •   I have read your email, but didn't care enough.

•   "Best regards from Stuttgart"

    •   I don't know where you are, but the sun shines
        here.
Improving support
 (communication)
Improving support
      (communication)
•   Screencasting
Improving support
         (communication)
•   Screencasting

    •   Tell me and I'll forget,
        Show me and I may remember,
        Involve me and I'll understand.
Improving support
         (communication)
•   Screencasting

    •   Tell me and I'll forget,
        Show me and I may remember,
        Involve me and I'll understand.

    •   Scrivener (literatureandlatte.com)
Improving support
         (communication)
•   Screencasting

    •   Tell me and I'll forget,
        Show me and I may remember,
        Involve me and I'll understand.

    •   Scrivener (literatureandlatte.com)

    •   Billings (marketcircle.com)
Improving support
         (communication)
•   Screencasting

    •   Tell me and I'll forget,
        Show me and I may remember,
        Involve me and I'll understand.

    •   Scrivener (literatureandlatte.com)

    •   Billings (marketcircle.com)

•   Blogging
Improving support
 (communication)
Improving support
      (communication)

•   Forum
Improving support
      (communication)

•   Forum

•   Social Media (Twitter, Facebook)
Improving support
      (communication)

•   Forum

•   Social Media (Twitter, Facebook)

    • BUT
Improving support
 (communication)
Improving support
      (communication)
•   If you decide to use a channel be prepared to use
    it the way the users use it.
Improving support
         (communication)
•   If you decide to use a channel be prepared to use
    it the way the users use it.

    •   Deliver content!
Improving support
         (communication)
•   If you decide to use a channel be prepared to use
    it the way the users use it.

    •   Deliver content!

    •   Post updates!
Improving support
         (communication)
•   If you decide to use a channel be prepared to use
    it the way the users use it.

    •   Deliver content!

    •   Post updates!

•   People don't follow a brand, they follow a person.
Improving support
         (communication)
•   If you decide to use a channel be prepared to use
    it the way the users use it.

    •   Deliver content!

    •   Post updates!

•   People don't follow a brand, they follow a person.

•   People opt in to be disturbed by you. They
    deliberately give you the permission to be
    interrupted by you.
Don't make it hard for
people to communicate
       with you
Make your life easier
Make your life easier
       Never do free!
Mind your target audience!
Discussion
 Your experiences

Weitere ähnliche Inhalte

Was ist angesagt?

WordPress Speed Optimisation
WordPress Speed OptimisationWordPress Speed Optimisation
WordPress Speed Optimisation
Peter Bui
 
[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...
[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...
[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...
Caelum
 
Word press guide_-_makeuseof.com
Word press guide_-_makeuseof.comWord press guide_-_makeuseof.com
Word press guide_-_makeuseof.com
Tan Pham
 

Was ist angesagt? (17)

Speed Up Wordpress, Wordpress Horsepower
Speed Up Wordpress, Wordpress HorsepowerSpeed Up Wordpress, Wordpress Horsepower
Speed Up Wordpress, Wordpress Horsepower
 
Squeeze Maximum Performance From Your Joomla Website
Squeeze Maximum Performance From Your Joomla WebsiteSqueeze Maximum Performance From Your Joomla Website
Squeeze Maximum Performance From Your Joomla Website
 
Caching WordPress - Anthony Burchell Wordcamp Presentation
Caching WordPress - Anthony Burchell Wordcamp PresentationCaching WordPress - Anthony Burchell Wordcamp Presentation
Caching WordPress - Anthony Burchell Wordcamp Presentation
 
Show Me The Cache!
Show Me The Cache!Show Me The Cache!
Show Me The Cache!
 
WordPress Speed Optimisation
WordPress Speed OptimisationWordPress Speed Optimisation
WordPress Speed Optimisation
 
How We Localize & Mobilize WP Sites - Pubcon 2013
How We Localize & Mobilize WP Sites - Pubcon 2013How We Localize & Mobilize WP Sites - Pubcon 2013
How We Localize & Mobilize WP Sites - Pubcon 2013
 
Ctrl+F5 Bangalore 2017: Super charge you word press website by Justin Thomas
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
 
Caching 101
Caching 101Caching 101
Caching 101
 
[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...
[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...
[FrontInBH 2012] Por uma web mais rápida: técnicas de otimizações de sites - ...
 
Optimizing your WordPress website
Optimizing your WordPress websiteOptimizing your WordPress website
Optimizing your WordPress website
 
Magento on stereoids, Imagine 2014 Las Vegas
Magento on stereoids, Imagine 2014 Las VegasMagento on stereoids, Imagine 2014 Las Vegas
Magento on stereoids, Imagine 2014 Las Vegas
 
Appserver.io Imagine Presentation 2014
Appserver.io Imagine Presentation 2014Appserver.io Imagine Presentation 2014
Appserver.io Imagine Presentation 2014
 
Hari 4 6 sep 12
Hari 4 6 sep 12Hari 4 6 sep 12
Hari 4 6 sep 12
 
WordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersWordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for Beginners
 
Performance as UX with Justin Howlett
Performance as UX with Justin HowlettPerformance as UX with Justin Howlett
Performance as UX with Justin Howlett
 
Word press guide_-_makeuseof.com
Word press guide_-_makeuseof.comWord press guide_-_makeuseof.com
Word press guide_-_makeuseof.com
 
Heavy Web Optimization: Frontend
Heavy Web Optimization: FrontendHeavy Web Optimization: Frontend
Heavy Web Optimization: Frontend
 

Ähnlich wie Software Support Done Right

Ähnlich wie Software Support Done Right (20)

Setup and run wordpress: 201
Setup and run wordpress: 201Setup and run wordpress: 201
Setup and run wordpress: 201
 
Responsible [digital] Home Ownership
Responsible [digital] Home OwnershipResponsible [digital] Home Ownership
Responsible [digital] Home Ownership
 
Optimize wordpress
Optimize wordpressOptimize wordpress
Optimize wordpress
 
WordPress 201
WordPress 201WordPress 201
WordPress 201
 
15 ways to improve your word press website performance in 30 minutes
15 ways to improve your word press website performance in 30 minutes 15 ways to improve your word press website performance in 30 minutes
15 ways to improve your word press website performance in 30 minutes
 
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
 
Battling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleBattling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support Tale
 
23 Ways To Speed Up WordPress
23 Ways To Speed Up WordPress23 Ways To Speed Up WordPress
23 Ways To Speed Up WordPress
 
3 tips to make your Wordpress site faster
3 tips to make your Wordpress site faster3 tips to make your Wordpress site faster
3 tips to make your Wordpress site faster
 
WordPress Resources Nov 2014
WordPress Resources Nov 2014WordPress Resources Nov 2014
WordPress Resources Nov 2014
 
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
 
Wordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook FreeWordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook Free
 
Up and Running with WordPress - Site Shack Nashville Web Design
Up and Running with WordPress - Site Shack Nashville Web DesignUp and Running with WordPress - Site Shack Nashville Web Design
Up and Running with WordPress - Site Shack Nashville Web Design
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website Speed
 
How to Clear WordPress Cache?
How to Clear WordPress Cache?How to Clear WordPress Cache?
How to Clear WordPress Cache?
 
Site Speed = Success – Optimising WordPress from the Server Up - Presented by...
Site Speed = Success – Optimising WordPress from the Server Up - Presented by...Site Speed = Success – Optimising WordPress from the Server Up - Presented by...
Site Speed = Success – Optimising WordPress from the Server Up - Presented by...
 
WordPress Website Down.pdf
WordPress Website Down.pdfWordPress Website Down.pdf
WordPress Website Down.pdf
 
WordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security FundamentalsWordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security Fundamentals
 
WordPress End-User Security
WordPress End-User SecurityWordPress End-User Security
WordPress End-User Security
 
Wordpress plugin directory
Wordpress plugin directoryWordpress plugin directory
Wordpress plugin directory
 

Mehr von Andreas Zeitler

Mehr von Andreas Zeitler (15)

Bitcoin für's Business - weXelwirken 2017-08-31
Bitcoin für's Business - weXelwirken 2017-08-31Bitcoin für's Business - weXelwirken 2017-08-31
Bitcoin für's Business - weXelwirken 2017-08-31
 
Blockchain - Hype oder Bubble?
Blockchain - Hype oder Bubble?Blockchain - Hype oder Bubble?
Blockchain - Hype oder Bubble?
 
Business Video und Audio 2017 - Das Wichtigste in Kürze
Business Video und Audio 2017 - Das Wichtigste in KürzeBusiness Video und Audio 2017 - Das Wichtigste in Kürze
Business Video und Audio 2017 - Das Wichtigste in Kürze
 
Animationsdesign für Apps
Animationsdesign für AppsAnimationsdesign für Apps
Animationsdesign für Apps
 
Die Einsatzmöglichkeiten von Audio und Video im Corporate Bereich
Die Einsatzmöglichkeiten von Audio und Video im Corporate BereichDie Einsatzmöglichkeiten von Audio und Video im Corporate Bereich
Die Einsatzmöglichkeiten von Audio und Video im Corporate Bereich
 
So richtig geil pitchen. Wie geht das?
So richtig geil pitchen. Wie geht das?So richtig geil pitchen. Wie geht das?
So richtig geil pitchen. Wie geht das?
 
Wie macht man einen erfolgreichen, fast gender-konformen, Podcast?
Wie macht man einen erfolgreichen, fast gender-konformen, Podcast?Wie macht man einen erfolgreichen, fast gender-konformen, Podcast?
Wie macht man einen erfolgreichen, fast gender-konformen, Podcast?
 
Cloud Work - Wie vernetzte Teams heute arbeiten
Cloud Work - Wie vernetzte Teams heute arbeitenCloud Work - Wie vernetzte Teams heute arbeiten
Cloud Work - Wie vernetzte Teams heute arbeiten
 
Storytelling als Freelancer - #cowork2015
Storytelling als Freelancer - #cowork2015Storytelling als Freelancer - #cowork2015
Storytelling als Freelancer - #cowork2015
 
So tickt YouTube #mbsmn
So tickt YouTube #mbsmnSo tickt YouTube #mbsmn
So tickt YouTube #mbsmn
 
So tickt YouTube #mxsw 2014-09-22
So tickt YouTube #mxsw 2014-09-22So tickt YouTube #mxsw 2014-09-22
So tickt YouTube #mxsw 2014-09-22
 
Die perfekte Rasur
Die perfekte RasurDie perfekte Rasur
Die perfekte Rasur
 
Screencasts aber richtig v2
Screencasts   aber richtig v2Screencasts   aber richtig v2
Screencasts aber richtig v2
 
Leben mit Ablenkungen
Leben mit AblenkungenLeben mit Ablenkungen
Leben mit Ablenkungen
 
Er sagt, sie sagt
Er sagt, sie sagtEr sagt, sie sagt
Er sagt, sie sagt
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Kürzlich hochgeladen (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 

Software Support Done Right

  • 1. Software support done correctly Andreas Zeitler @zettt macosxscreencasts.com zcasting3000.com
  • 3.
  • 4.
  • 6. Hi Andreas... Cheers, thanks, bye, ciao, tschüss...
  • 7. This message clearly says: Hi Andreas... Cheers, thanks, bye, ciao, tschüss...
  • 8. This message clearly says: • I don’t care Hi Andreas... Cheers, thanks, bye, ciao, tschüss...
  • 9. This message clearly says: • I don’t care Hi Andreas... • I don’t have the time to deal with you Cheers, thanks, bye, ciao, tschüss...
  • 10. This message clearly says: • I don’t care Hi Andreas... • I don’t have the time to deal with you • I don’t care how you present my product bye, ciao, tschüss... Cheers, thanks,
  • 11. Hi Andreas... Cheers, thanks, bye, ciao, tschüss...
  • 12. Hi Andreas... Cheers, thanks, bye, ciao, tschüss...
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18. A relatively good example
  • 19. A relatively good example DreamHost
  • 20.
  • 21. My email to DreamHost:
  • 22. My email to DreamHost: Dear DreamHost support, Website is down! Why? Help! Now! Cheers
  • 23. Andreas, [386390.279461] Task in /ps34711 killed as a result of limit of /ps34711 [386390.303417] php5.cgi cpuset=ps34711 mems_allowed=0 [386390.303453] Task in /ps34711 killed as a result of limit of /ps34711 [386390.357101] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 227694 or a child [386391.125965] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 227694 or a child [386394.160813] php5.cgi cpuset=ps34711 mems_allowed=0 [386394.247377] Task in /ps34711 killed as a result of limit of /ps34711 [386394.636484] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 199764 or a child [386497.221512] php5.cgi cpuset=ps34711 mems_allowed=0 [386497.221582] Task in /ps34711 killed as a result of limit of /ps34711 [386497.277468] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child [386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0 [386497.865295] Task in /ps34711 killed as a result of limit of /ps34711 [386498.255450] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child When there isn't any available memory on the machine, the server is unable to spawn new processes which in turn causes a 500 error. It can also kill off existing processes such as http and ftp. I recommend following the steps in this wiki: http://wiki.dreamhost.com/PS_Optimization You can also raise your memory levels from within the panel by clicking "Private Servers" > "Manage Resources". It's always a good idea to keep an eye on the graph on that page as it will give you some insight into the current state of your server. Aside from the optimization wiki, I'd also recommend removing any extraneous plugins if you're running Wordpress installs, especially any SEO plugins. If you haven't already, you should also download and enable either wp-cache or wp-super-cache (again assuming you're running Wordpress installs). As far as your server not always needing the same amount of memory, you can adjust your usage at any time as you see fit. That can be quite a chore! Luckily, one of our customers recently wrote a pretty awesome program which can automatically handle memory usage for you! You may want to check it out, but please be aware that even if it works, it is custom software and is not provided by DreamHost: http://memcron.com/ I'd also highly suggest enabling FastCGI for these domains if you haven't already done so, it typically uses far less memory than the standard PHP install! If you run into any troubles with the above information (which I recommend checking out as it can help you to reduce usage regardless of the number of visitors you receive), please let us know. Also, since you are running a WP site, the following will be helpful as well: 1) Keeping your WordPress install as up-to-date as possible. You can do that by checking whether or not you need to upgrade here: http://yourdomain.com/wp-admin/update-core.php 2) Keeping your WordPress plugins up-to-date. You can check to see if any plugins need to be updated here: http://yourdomain.com/wp-admin/plugins.php
  • 24. [386497.221582] Task in /ps34711 killed as a result of limit of /ps34711 [386497.277468] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child [386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0 [386497.865295] Task in /ps34711 killed as a result of limit of /ps34711 [386498.255450] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child When there isn't any available memory on the machine, the server is unable to spawn new processes which in turn causes a 500 error. It can also kill off existing processes such as http and ftp. I recommend following the steps in this wiki: http://wiki.dreamhost.com/PS_Optimization You can also raise your memory levels from within the panel by clicking "Private Servers" > "Manage Resources". It's always a good idea to keep an eye on the graph on that page as it will give you some insight into the current state of your server. Aside from the optimization wiki, I'd also recommend removing any extraneous plugins if you're running Wordpress installs, especially any SEO plugins. If you haven't already, you should also download and enable either wp-cache or wp-super-cache (again assuming you're running Wordpress installs). As far as your server not always needing the same amount of memory, you can adjust your usage at any time as you see fit. That can be quite a chore! Luckily, one of our customers recently wrote a pretty awesome program which can automatically handle memory usage for you! You may want to check it out, but please be aware that even if it works, it is custom software and is not provided by DreamHost: http://memcron.com/ I'd also highly suggest enabling FastCGI for these domains if you haven't already done so, it typically uses far less memory than the standard PHP install! If you run into any troubles with the above information (which I recommend checking out as it can help you to reduce usage regardless of the number of visitors you receive), please let us know. Also, since you are running a WP site, the following will be helpful as well: 1) Keeping your WordPress install as up-to-date as possible. You can do that by checking whether or not you need to upgrade here: http://yourdomain.com/wp-admin/update-core.php 2) Keeping your WordPress plugins up-to-date. You can check to see if any plugins need to be updated here: http://yourdomain.com/wp-admin/plugins.php 3) Removing any plugins that you do not use, even if they are set to "Inactive". You can remove them from the same link as #2. 4) Installing caching and anti-spam plugins. You can find information on good ones for both of those here: http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching 5) Optimize and improve performance! http://wiki.dreamhost.com/WordPress_Optimization http://wiki.dreamhost.com/Wordpress_performance
  • 25. [386497.221582] Task in /ps34711 killed as a result of limit of /ps34711 [386497.277468] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child [386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0 [386497.865295] Task in /ps34711 killed as a result of limit of /ps34711 [386498.255450] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child When there isn't any available memory on the machine, the server is unable to spawn new processes which in turn causes a 500 error. It can also kill off existing processes such as http and ftp. I recommend following the steps in this wiki: http://wiki.dreamhost.com/PS_Optimization You can also raise your memory levels from within the panel by clicking "Private Servers" > "Manage Resources". It's always a good idea to keep an eye on the graph on that page as it will give you some insight into the current state of your server. Aside from the optimization wiki, I'd also recommend removing any extraneous plugins if you're running Wordpress installs, especially any SEO plugins. If you haven't already, you should also download and enable either wp-cache or wp-super-cache (again assuming you're running Wordpress installs). As far as your server not always needing the same amount of memory, you can adjust your usage at any time as you see fit. That can be quite a chore! Luckily, one of our customers recently wrote a pretty awesome program which can automatically handle memory usage for you! You may want to check it out, but please be aware that even if it works, it is custom software and is not provided by DreamHost: http://memcron.com/ I'd also highly suggest enabling FastCGI for these domains if you haven't already done so, it typically uses far less memory than the standard PHP install! If you run into any troubles with the above information (which I recommend checking out as it can help you to reduce usage regardless of the number of visitors you receive), please let us know. Also, since you are running a WP site, the following will be helpful as well: 1) Keeping your WordPress install as up-to-date as possible. You can do that by checking whether or not you need to upgrade here: http://yourdomain.com/wp-admin/update-core.php 2) Keeping your WordPress plugins up-to-date. You can check to see if any plugins need to be updated here: http://yourdomain.com/wp-admin/plugins.php 3) Removing any plugins that you do not use, even if they are set to "Inactive". You can remove them from the same link as #2. 4) Installing caching and anti-spam plugins. You can find information on good ones for both of those here: http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching 5) Optimize and improve performance! http://wiki.dreamhost.com/WordPress_Optimization http://wiki.dreamhost.com/Wordpress_performance
  • 26. [386497.221582] Task in /ps34711 killed as a result of limit of /ps34711 [386497.277468] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child [386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0 [386497.865295] Task in /ps34711 killed as a result of limit of /ps34711 [386498.255450] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child When there isn't any available memory on the machine, the server is unable to spawn new processes which in turn causes a 500 error. It can also kill off existing processes such as http and ftp. I recommend following the steps in this wiki: http://wiki.dreamhost.com/PS_Optimization You can also raise your memory levels from within the panel by clicking "Private Servers" > "Manage Resources". It's always a good idea to keep an eye on the graph on that page as it will give you some insight into the current state of your server. Aside from the optimization wiki, I'd also recommend removing any extraneous plugins if you're running Wordpress installs, especially any SEO plugins. If you haven't already, you should also download and enable either wp-cache or wp-super-cache (again assuming you're running Wordpress installs). As far as your server not always needing the same amount of memory, you can adjust your usage at any time as you see fit. That can be quite a chore! Luckily, one of our customers recently wrote a pretty awesome program which can automatically handle memory usage for you! You may want to check it out, but please be aware that even if it works, it is custom software and is not provided by DreamHost: http://memcron.com/ I'd also highly suggest enabling FastCGI for these domains if you haven't already done so, it typically uses far less memory than the standard PHP install! If you run into any troubles with the above information (which I recommend checking out as it can help you to reduce usage regardless of the number of visitors you receive), please let us know. Also, since you are running a WP site, the following will be helpful as well: 1) Keeping your WordPress install as up-to-date as possible. You can do that by checking whether or not you need to upgrade here: http://yourdomain.com/wp-admin/update-core.php 2) Keeping your WordPress plugins up-to-date. You can check to see if any plugins need to be updated here: http://yourdomain.com/wp-admin/plugins.php 3) Removing any plugins that you do not use, even if they are set to "Inactive". You can remove them from the same link as #2. 4) Installing caching and anti-spam plugins. You can find information on good ones for both of those here: http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching 5) Optimize and improve performance! http://wiki.dreamhost.com/WordPress_Optimization http://wiki.dreamhost.com/Wordpress_performance
  • 27. [386497.221582] Task in /ps34711 killed as a result of limit of /ps34711 [386497.277468] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child [386497.768186] php5.cgi cpuset=ps34711 mems_allowed=0 [386497.865295] Task in /ps34711 killed as a result of limit of /ps34711 [386498.255450] Memory cgroup out of memory: kill process apache2-ps34711(6203:#34711) score 206293 or a child When there isn't any available memory on the machine, the server is unable to spawn new processes which in turn causes a 500 error. It can also kill off existing processes such as http and ftp. I recommend following the steps in this wiki: http://wiki.dreamhost.com/PS_Optimization You can also raise your memory levels from within the panel by clicking "Private Servers" > "Manage Resources". It's always a good idea to keep an eye on the graph on that page as it will give you some insight into the current state of your server. Aside from the optimization wiki, I'd also recommend removing any extraneous plugins if you're running Wordpress installs, especially any SEO plugins. If you haven't already, you should also download and enable either wp-cache or wp-super-cache (again assuming you're running Wordpress installs). As far as your server not always needing the same amount of memory, you can adjust your usage at any time as you see fit. That can be quite a chore! Luckily, one of our customers recently wrote a pretty awesome program which can automatically handle memory usage for you! You may want to check it out, but please be aware that even if it works, it is custom software and is not provided by DreamHost: http://memcron.com/ I'd also highly suggest enabling FastCGI for these domains if you haven't already done so, it typically uses far less memory than the standard PHP install! If you run into any troubles with the above information (which I recommend checking out as it can help you to reduce usage regardless of the number of visitors you receive), please let us know. Also, since you are running a WP site, the following will be helpful as well: 1) Keeping your WordPress install as up-to-date as possible. You can do that by checking whether or not you need to upgrade here: http://yourdomain.com/wp-admin/update-core.php 2) Keeping your WordPress plugins up-to-date. You can check to see if any plugins need to be updated here: http://yourdomain.com/wp-admin/plugins.php 3) Removing any plugins that you do not use, even if they are set to "Inactive". You can remove them from the same link as #2. 4) Installing caching and anti-spam plugins. You can find information on good ones for both of those here: http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Spam http://wiki.dreamhost.com/Fine_Tuning_Your_WordPress_Install#Caching 5) Optimize and improve performance! http://wiki.dreamhost.com/WordPress_Optimization http://wiki.dreamhost.com/Wordpress_performance
  • 28. From: DreamHost Customer Support Team <support@dreamhost.com> Subject: Re: [andzei 39277830] Internal Server Error Date: 19. Oktober 2010 17:14:26 GMT+01:00 To: azeitler@zettt.de ------------------------------------------------------------------------ - After reading this response, please consider visiting - the URL below to comment on its quality. Thanks! - - http://www.dreamhost.com/survey.cgi?n=39277830&m=566296 ------------------------------------------------------------------------ Andreas, Odds are the process that updates the graph is getting killed. I think that we're looking into a solution that corrects this. Thanks! Scott -- DreamHost Support Team + support@dreamhost.com Earn over $97 for each referral: http://www.dreamhost.com/rewards.html To continue this support case, just reply to this email. Open a new case at: https://panel.dreamhost.com/?tab=support
  • 31. It’s ok to... • ... not answer an email right away.
  • 32. It’s ok to... • ... not answer an email right away. • ... be brief.
  • 33. It’s ok to... • ... not answer an email right away. • ... be brief. • ... use snippets.
  • 34. It’s ok to... • ... not answer an email right away. • ... be brief. • ... use snippets. • ... use a support system like tender.
  • 35. It’s ok to... • ... not answer an email right away. • ... be brief. • ... use snippets. • ... use a support system like tender. • (Eat your own dog food!)
  • 37. Improving support (communication) • "Sorry for the late reply."
  • 38. Improving support (communication) • "Sorry for the late reply." • I have read your email, but didn't care enough.
  • 39. Improving support (communication) • "Sorry for the late reply." • I have read your email, but didn't care enough. • "Best regards from Stuttgart"
  • 40. Improving support (communication) • "Sorry for the late reply." • I have read your email, but didn't care enough. • "Best regards from Stuttgart" • I don't know where you are, but the sun shines here.
  • 42. Improving support (communication) • Screencasting
  • 43. Improving support (communication) • Screencasting • Tell me and I'll forget, Show me and I may remember, Involve me and I'll understand.
  • 44. Improving support (communication) • Screencasting • Tell me and I'll forget, Show me and I may remember, Involve me and I'll understand. • Scrivener (literatureandlatte.com)
  • 45. Improving support (communication) • Screencasting • Tell me and I'll forget, Show me and I may remember, Involve me and I'll understand. • Scrivener (literatureandlatte.com) • Billings (marketcircle.com)
  • 46. Improving support (communication) • Screencasting • Tell me and I'll forget, Show me and I may remember, Involve me and I'll understand. • Scrivener (literatureandlatte.com) • Billings (marketcircle.com) • Blogging
  • 48. Improving support (communication) • Forum
  • 49. Improving support (communication) • Forum • Social Media (Twitter, Facebook)
  • 50. Improving support (communication) • Forum • Social Media (Twitter, Facebook) • BUT
  • 52. Improving support (communication) • If you decide to use a channel be prepared to use it the way the users use it.
  • 53. Improving support (communication) • If you decide to use a channel be prepared to use it the way the users use it. • Deliver content!
  • 54. Improving support (communication) • If you decide to use a channel be prepared to use it the way the users use it. • Deliver content! • Post updates!
  • 55. Improving support (communication) • If you decide to use a channel be prepared to use it the way the users use it. • Deliver content! • Post updates! • People don't follow a brand, they follow a person.
  • 56. Improving support (communication) • If you decide to use a channel be prepared to use it the way the users use it. • Deliver content! • Post updates! • People don't follow a brand, they follow a person. • People opt in to be disturbed by you. They deliberately give you the permission to be interrupted by you.
  • 57. Don't make it hard for people to communicate with you
  • 58.
  • 59.
  • 60.
  • 61.
  • 62. Make your life easier
  • 63. Make your life easier Never do free!
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69. Mind your target audience!