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?

Speed Up Wordpress, Wordpress Horsepower
Speed Up Wordpress, Wordpress HorsepowerSpeed Up Wordpress, Wordpress Horsepower
Speed Up Wordpress, Wordpress HorsepowerRoss Johnson
 
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 WebsiteSiteGround.com
 
Caching WordPress - Anthony Burchell Wordcamp Presentation
Caching WordPress - Anthony Burchell Wordcamp PresentationCaching WordPress - Anthony Burchell Wordcamp Presentation
Caching WordPress - Anthony Burchell Wordcamp PresentationAnthony Burchell
 
WordPress Speed Optimisation
WordPress Speed OptimisationWordPress Speed Optimisation
WordPress Speed OptimisationPeter Bui
 
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 2013Search Commander, Inc.
 
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 ThomasResellerClub
 
[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
 
Optimizing your WordPress website
Optimizing your WordPress websiteOptimizing your WordPress website
Optimizing your WordPress websitemwfordesigns
 
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 VegasStefan Willkommer
 
Appserver.io Imagine Presentation 2014
Appserver.io Imagine Presentation 2014Appserver.io Imagine Presentation 2014
Appserver.io Imagine Presentation 2014TechDivision GmbH
 
WordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersWordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersStewart Ritchie
 
Performance as UX with Justin Howlett
Performance as UX with Justin HowlettPerformance as UX with Justin Howlett
Performance as UX with Justin HowlettFITC
 
Word press guide_-_makeuseof.com
Word press guide_-_makeuseof.comWord press guide_-_makeuseof.com
Word press guide_-_makeuseof.comTan Pham
 
Heavy Web Optimization: Frontend
Heavy Web Optimization: FrontendHeavy Web Optimization: Frontend
Heavy Web Optimization: FrontendVõ Duy Tuấn
 

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

Responsible [digital] Home Ownership
Responsible [digital] Home OwnershipResponsible [digital] Home Ownership
Responsible [digital] Home OwnershipDenise (Dee) Teal
 
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 World Web Technology Pvt Ltd
 
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...Otto Kekäläinen
 
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 TaleKayleigh Thorpe
 
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 fasterJonathan Alford
 
WordPress Resources Nov 2014
WordPress Resources Nov 2014WordPress Resources Nov 2014
WordPress Resources Nov 2014Judy Wilson
 
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014Bastian Grimm
 
Wordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook FreeWordpress 101 Guide Ebook Free
Wordpress 101 Guide Ebook Freehuutienmmo
 
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 DesignJudy Wilson
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedNile Flores
 
How to Clear WordPress Cache?
How to Clear WordPress Cache?How to Clear WordPress Cache?
How to Clear WordPress Cache?HTS Hosting
 
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...WordCamp Harare
 
WordPress Website Down.pdf
WordPress Website Down.pdfWordPress Website Down.pdf
WordPress Website Down.pdfHost It Smart
 
WordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security FundamentalsWordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security Fundamentalsfindingsimple
 
WordPress End-User Security
WordPress End-User SecurityWordPress End-User Security
WordPress End-User SecurityDre Armeda
 
Wordpress plugin directory
Wordpress plugin directoryWordpress plugin directory
Wordpress plugin directoryJohn Smith
 

Ä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

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-31Andreas Zeitler
 
Blockchain - Hype oder Bubble?
Blockchain - Hype oder Bubble?Blockchain - Hype oder Bubble?
Blockchain - Hype oder Bubble?Andreas Zeitler
 
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ürzeAndreas Zeitler
 
Animationsdesign für Apps
Animationsdesign für AppsAnimationsdesign für Apps
Animationsdesign für AppsAndreas Zeitler
 
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 BereichAndreas Zeitler
 
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?Andreas Zeitler
 
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?Andreas Zeitler
 
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 arbeitenAndreas Zeitler
 
Storytelling als Freelancer - #cowork2015
Storytelling als Freelancer - #cowork2015Storytelling als Freelancer - #cowork2015
Storytelling als Freelancer - #cowork2015Andreas Zeitler
 
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-22Andreas Zeitler
 
Screencasts aber richtig v2
Screencasts   aber richtig v2Screencasts   aber richtig v2
Screencasts aber richtig v2Andreas 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

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

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!