Upgrade to Pro — share decks privately, control downloads, hide ads and more …

10 tips for a stable webshop - Safeshops 2017

10 tips for a stable webshop - Safeshops 2017

Thijs Feryn

May 23, 2017
Tweet

More Decks by Thijs Feryn

Other Decks in Technology

Transcript

  1. ONE

  2. TWO

  3. SIX

  4. ✓Scale up: more resources ✓Scale out: more servers ✓Server per

    role ✓Multiple servers per role ✓Loadbalancing ✓Clustering Scale
  5. ✓Redis or Memcached as internal cache ✓Varnish as page cache

    ✓CDN for media ✓User profile, checkout, … cannot be cached Caching
  6. ✓Compress & optimize for web ✓Inline images ✓SVG data ✓Optimize

    for connection & resolution Optimize your images
  7. ✓Version control (Git, SVN) ✓Build server ✓Automated tests ✓SSH-based (SFTP,

    SCP, Rsync) ✓Post-deploy tasks ✓Atomic version switch ✓Rollback Automated & safe deployments
  8. TEN