Affiliate Web DesignersAffiliate Web Designers
Wordpress and Squarespace web developers
  • Testimonials
  • About
  • Blog
  • Request Quote
    • Lightning Fast WordPress Website
    • WordPress Support + Monthly SEO
  • Support
    • Multilingualizer Support
    • Other Support
  • We’re Hiring
0
Your cart is empty. Go to Shop.
Home / Products & Services / Services / Mercury (Super fast WordPress) Installation Service

Mercury (Super fast WordPress) Installation Service

Rated 5.00 out of 5 based on 8 customer ratings
(3 customer reviews)

£150.00 – £350.00

  • Faster sites get more SEO traffic, more customers, more page views, more conversions
  • Speed boosts between 10x and 120x faster depending on your site
  • Host 100,000+ products on WooCommerce FAST
  • Sub-second (milliseconds) page load for almost every Wordpress page your users ever see
  • Can be used for brand-new Wordpress sites or Wordpress migrations from other hosts
  • Max size of 20GB for the migration service – please contact us for larger migrations
  • Now with Ajenti management interface – add new sites, reboot, configure SSL all from easy web interface
[]
Clear
SKU: N/A Categories: Performance, Services
  • Description
  • Extra Info
  • Reviews (3)
  • Questions & Answers (1)

Product Description

If you want your WordPress website to be fast, this is the service for you. With this service, we will build a new WordPress environment for you on Digital Ocean (at a location of your choice and price per month of your choice) using the LATEST and GREATEST tools, speed boosts, caching services, compilation engines and more to ensure your site loads in the fastest speeds possible for a single server configuration.

See how fast Mercury WordPress is in action

This video shows a Woocommerce site I set up which is running on a fresh Mercury installation on a $5pcm Digital Ocean server. It’s VERY fast. If you go for the $10 or $20pcm plan, it’ll be even faster.

How to choose between WP Engine and Digital Ocean

Mercury is a new setup built by the top engineering firm 10up and commissioned by WP Engine so you can get it directly from them if you wish.

Digital Ocean prices start at $5pcm for the entire VPS (sites limited by memory – probably 10 – 20 depending on size/visitors) whereas WP Engine prices start at $29pcm for a single WordPress website.

Advantages of WP Engine

  • Managed hosting – you’re paying extra for their support but they you will handle updates for you as well as backups
  • No up-front installation cost

Disadvantages of WP Engine

  • It’s pricey if you want to add an additional site ($29pcm for single site, $99pcm for 10 installs)
  • Your bandwidth is limited to 25,000 views per month on the basic plan

Get a WP Engine plan here and ask them for the Mercury installation (i.e. you don’t need to buy the service on the page, *they* will set it up for you). If you want to find out more about the origins of Mercury, check out this WP Engine article.

Advantages of Digital Ocean

  • Far cheaper monthly price
  • You have your own VPS – that means you have your own CPUs and performance will be stable
  • You can run as many sites as memory allows on your server (e.g. with the $20pcm plan you could have 100 sites on your server)
  • You have no monthly page view limit
  • You get more storage space for your money – particularly important for affiliate stores with lots of images

Disadvantages of Digital Ocean

  • You have to run your own backups (install Updraft Plus and configure off-site backups – it’s really easy)
  • You have to manage your own plugin and theme updates (you can these up to be automated anyway)

Sign up for a Digital Ocean plan here ($10 discount through this affiliate link) and buy the service on this page to get us to set it up (or use the free DIY option below).

Free DIY Option with Digital Ocean

You can also DIY this WordPress installation if you like or get us to do the installation for a fresh site or you can handle the migration yourself.

What’s included in the Mercury Installation

Ok – so, if you’ve chosen to go for Digital Ocean and the installation/migration service on this page then read on to find out all the amazing benefits your site is going to have.

Digital Ocean chosen for hosting your WordPress site

Chosen because they use RAID SSD – that’s lots of super-fast solid state disks. SSDs can be up to 100 times faster than HDD depending on how much seeking is done against the disks. With a WordPress website and 100s of files per page scattered across the disks, that’s a large speed boost for your WordPress site.

Use SSDs for fast WordPress

Note the really low latency here – great for fast WordPress and really fast WooCommerce setups with thousands of files required per page load. Full comparison of SSD vs HDD.

Note that Digital Ocean are not providing support for software installed on their servers – if you’re looking for having someone on hand to support you with a setup like this, you should really consider using WP Engine instead. They provide Managed WordPress Hosting which obviously costs a bit more, but they’re the ones you commissioned this setup so if you go with them, you’ll get the full bleeding edge performance PLUS support when you need it. Find out more about pricing plans for WP Engine here.

If, on the other hand, you DO decide to go with Digital Ocean and this Mercury installation service then you can see their more affordable monthly plans here.

If you wish to go with a different host – the only real requirement is that you get them to install Ubuntu 14.04 or above.

Nginx chosen for your web server

Apache is the most common web server used by web hosts around the world. The reason for that is because it’s incredibly stable and has a ton of modules to make it work with anything. This reduces support costs for hosts but it really sucks when it comes to supporting more than a dozen simultaneous users on your WordPress site. Apache eats RAM.

Nginx on the other hand, has been built as an event-based-web-service and as such it hardly uses any RAM at all. It’s also super-fast at serving up files and images. Nginx doesn’t actually process your PHP files (PHP is what WordPress is written in) but Nginx CAN pass through files to other processes in order to generate the HTML your users will see.

Note the really terrible response rate for Apache at 25 simultaneous users

Note the really terrible response rate for Apache at 25 simultaneous users. Full performance review of Nginx vs Apache.

HHVM with fallback to PHP-FPM chosen to process your PHP files

HHVM is the Hip Hop Virtual Machine, invented and built by Facebook to compile the PHP page most of their site is built upon. They then open-sourced this compiler to the general public and now it’s almost 100% compatible with WordPress. Because it’s not fully 100% compatible, this WordPress installation you’ll get also includes fallback to use PHP-FPM which is 3 – 10 times slower than HHVM but is 100% compatible. It automatically detects if there is an incompatibility. At this point in time, I know WooCommerce, Datafeedr, standard WordPress, bbPress etc are all fully compatible whilst I only know of Buddypress being incompatible due to a function it uses which is not yet implemented in HHVM.

Note that PHP-NG is not yet stable - it should be out by 2016.

Note that PHP-NG is not yet stable – it should be out by 2016. Full performance review of HHVM vs PHP-FPM here.

Memcached and APC chosen as your key-value store

For single server installs, APC is a super-fast caching system and when you’re configuring W3 Total Cache then you should choose APC for your caching engine.

Memcached also works in conjunction with WordPress plugins like W3 Total Cache or WP Super Cache to store any objects, pages, widgets or data you decide to cache on a distributed server setup. It’s super-fast at storing and retrieving data based on a single key – the cache key – so this gives you more speed boost on your server – but ONLY if you’re running multiple servers. This install doesn’t include a multi-server but it does include Memcached ready for when/if you add additional servers to your configuration. (you won’t need to unless you’re hitting 100,000 visitors per day)

Possibly, Redis would be a better choice as it has more features but it’s far more complex to set up and the last thing you want is your caching engine breaking. When it comes to performance, Memcached still wins.

Percona DB chosen over MySQL

Yes, that’s right – this installation won’t be using MySQL. Don’t worry though, because PerconaDB is 100% compatible with MySQL and is a LOT faster.

Percona performance vs MySQL

Percona performance vs MySQL. Full performance comparison available here.

Varnish added for the final performance polish

Varnish is also included – that’s an HTML caching engine – the fastest on the planet. It works in conjunction with the W3 Total Cache plugin so ensure you configure it (unless you’re paying us to configure this)

Which option should you choose?

If you want to have the fastest single server set up of WordPress that it’s possible to get, either do it yourself by setting up Digital Ocean and installing all the necessary items or pay us to do it for you.

This single server setup will be ready to handle thousands of simultaneous users and will handle any user-blitz you get from your social media campaigns.

Here’s a breakdown of the 2 options available (choose your option above next to the product image where it says ‘Service Required’)

Install only

  • You will point your domain name at your new Digital Ocean server IP address
  • We will set up all of the above elements on your new Digital Ocean server (or Ubuntu 14.04 server of your choice)
  • We will install and configure W3 Total Cache for you to make best use of your new features
  • You will then have a brand-new, clean, empty, highest-performance-possible installation of WordPress

What you need to do:

  • Get a Digital Ocean droplet (the above runs great on their $5pcm servers!)
  • Point a domain name at your new Digital Ocean droplet
  • Buy the Install package and provide us with: a) the email you got sent by Digital Ocean, b) the domain name you pointed at your Digital Ocean droplet

Install + Migrate

  • Everything from the Install + Migrate package + we will configure W3 Total Cache for you and run a performance review of your site

What you need to do:

  • Get a Digital Ocean droplet (the above runs fine on their $5pcm servers!)
  • Point a temporary subdomain name at your new Digital Ocean droplet (e.g. new.yourdomain.com)
  • Buy the Install + Migrate package and provide us with: a) the email you got sent by Digital Ocean, b) the domain name you pointed at your Digital Ocean droplet, c) an admin account for your existing WordPress website (we don’t need access to your host, just your WordPress site)

We will set up your new server, your new site, migrate your content (everything) from your existing site and then set up and configure W3 Total Cache to make use of your new features – your new site will be fast WITHOUT this, but even faster once we have configured W3 Total Cache for you.

With the Install + Migrate package you will also get a performance review of your site, identifying any other performance improvements you can make (e.g. by configuring plugins, adding/removing plugins etc depending on your usage scenario)

Getting a Digital Ocean Droplet

Click here to get a Digital Ocean droplet (this is an affiliate link of mine, includes a $10 discount for you).

When choosing your Digital Ocean droplet, you can choose anything from $5pcm upwards – the more you spend, the faster your server will be and the more simultaneous users it will support.

When configuring your droplet, choose a location nearest to your customers – e.g. London, Amsterdam, New York or wherever you prefer.

You can accept all the other defaults but when it comes to choosing your operating system, you must choose Ubuntu 14.04 or higher. Once you have your droplet, buy the service above or follow the DIY instructions and you’ll be up and running in no time.

Additional Information

Service required

Installation Only, Install + Migrate

3 reviews for Mercury (Super fast WordPress) Installation Service

  1. Rated 5 out of 5

    Fabian – February 24, 2015

    I ordered the “Installation and Migration” package and Dave did a very good job. Everything was fine and he offers a very good and fast support. The performance of my woocommerce site improved massively.

  2. Rated 5 out of 5

    Jeton – Monetary Lane – February 24, 2015

    Dave did a tremendous job with outstanding results. The “Installation + Migration” service was exactly what we needed to give our website the boost and capability to withstand large amount of products. Great Job!!

  3. Rated 5 out of 5

    Callum (verified owner) – April 30, 2015

    I have just ordered the installation service and have to say I am absolutely delighted with the outcome. My site is now faster than I ever thought possible for a WordPress site – and I believe faster than most of the big boys sites. WordPress or otherwise.

    An important point to mention is that not only does the site deliver a super fast experience for visitors – but the WordPress admin backend is now also really quick, so making changes and navigating around in here now saves a huge amount of time. All in all a brilliant job and a very a happy and loyal client. I wouldn’t hesitate for the second it takes my website to load to recommend this excellent service. Thank you!

  4. Rated 5 out of 5

    Adie (verified owner) – April 30, 2015

    Dave was very helpful and went way beyond the “Installation & Migration”, having had major problems with a old hosting provider !. He was very committed to helping me sort out the mess. Would recommend him again.Cheers Dave and many Thanks

  5. Rated 5 out of 5

    Danny (verified owner) – May 19, 2015

    Dave did a full installation, migration, set up a real cron job and cloudflare configuration for my wordpress-woocommerce website that uses datafeedr API . Very pleased with the results. The combination of using digital ocean as a host, installing the mercury set up, adding a real cron job and cloudflare integration has pages loading super fast and now datafeedr API is importing and updating product sets 3 times faster. Just what I needed.
    Thanks Dave for all your work.

  6. Rated 5 out of 5

    Dave (verified owner) – February 8, 2016

    Dave was quick to setup my Digital Ocean droplet and install everything. The performance difference was incredible, woocommerce site now loads much faster!

    Not only was Dave fast to setup and response for any questions I had but as the other comments say, he goes above and beyond to get the job done. Would highly recommend his services!

  7. Rated 5 out of 5

    Peter Odehnal – June 9, 2016

    Hi Dave,

    I’m planning on deploying a large scale WooCommerce web store and looking at your services to setup a high performance VM.

    I know you recommend DigitalOcean and I have a good experience with them. But, I’ve recently run across KYUP at https://kyup.com/features

    KYUP uses lighter weight ‘container virtualization’, similar to Docker, rather than full VMs. Scroll down to the IOP/s chart. They claim to be 6x faster on disk writes and almost 2x faster on disk reads. They can Auto Scale and are price competitive with DigitalOcean.

    Would you consider doing an install on KYUP rather than DigitalOcean? Comments? Recommendations? Thank you.

    Peter

    • Dave Hilditch – June 10, 2016

      Hi – it looks interesting – in particular, using Docker and being able to scale up on demand. It’s fairly trivial to scale up Digital Ocean, but it’s definitely not elastic – i.e. you can’t just increase and then easily decrease your computer power.

      Looking at Kyup, they are higher for IOPS but 6x slower for MB/s – https://kyup.com/comparison

      If you want me to build on this for you I can, so long as it’s 64-bit Ubuntu 14.04.

  8. Rated 5 out of 5

    Chris – June 15, 2016

    Dave,
    It would be good if you reply to the comments in WordPress plugin pro comparison tool, i have been sending mails to no avail. Please let me know whether you have released the update you have been working on and i need to know more details

    • Dave Hilditch – July 4, 2016

      Hi – theere is an update released today. Blog article coming out shortly.

Add a review Cancel reply

Your email address will not be published. Required fields are marked *

Questions and answers of the customers

  1. Q
    A

Related products

  • Wordpress premium support

    WordPress Support + Monthly SEO

    £250.00
    Add to cart
  • SEO Analysis Report

    Search Engine Market Analysis Service

    Rated 5.00 out of 5
    £395.00
    Add to cart
  • Lightning Fast WordPress Website

    £950.00
    Add to cart

Search our Site

Why Choose Us

  • Digital Marketing
  • Value Growth
  • Web Design
  • Wordpress Performance Tuning

What We Do

  • Web Design
  • Search Engine Optimisation
  • Graphic Design
  • Responsive Design
  • Superb Support
  • Web Scraping
  • Text Analytics
  • WordPress Specialists
  • Squarespace Experts
  • Safe and SEO friendly hosting
  • Affiliate Advertising

Articles

  • At last, a REAListic freelancing site. December 21, 2016
  • My WordPress performance plugins and server stack have moved July 31, 2016
  • Price Comparison Pro 1.2 Released July 5, 2016
  • How to run backups on huge WordPress websites without your website being brought offline February 4, 2016
  • Upgrading to PHP7 with WordPress, including fixes for major plugins January 26, 2016
  • Speeding up Datafeedr Bulk Image Processing January 26, 2016
  • Intro to conversion optimisation December 4, 2015
  • West Lothian Web Design and Development December 4, 2015
  • The difference between affiliate marketers and affiliate advertisers December 3, 2015
  • The mercury stack for WordPress December 2, 2015

Products

  • Lightning Fast Wordpress Website £950.00
  • Discounted Design Work Hourly £45.00 £30.00
  • Affiliate Marketing Conversion Tracking Plugin for Wordpress £17.00 – £77.00
  • Mercury (Super fast Wordpress) Installation Service
    Rated 5.00 out of 5
    £150.00 – £350.00
  • Website styling
    Rated 5.00 out of 5
    £200.00 – £1,000.00
  • Adds price comparison to woocommerce and wordpress Wordpress Price Comparison Pro Plugin
    Rated 4.00 out of 5
    £47.00 – £380.00
  • Wordpress premium support Wordpress Support + Monthly SEO £250.00
  • Send plain text emails Wordpress plugin Send Plain Text Emails Wordpress Plugin £7.00 – £27.00
  • SEO Analysis Report Search Engine Market Analysis Service
    Rated 5.00 out of 5
    £395.00
  • Multilingualizer
    Rated 4.91 out of 5
    £69.00 – £249.00
  • Cloudflare set up and installation Cloudflare Set up and Configuration £47.00
Affiliate Web Designers
  • About AWD
  • Privacy Policy
  • Affiliate Program
© Affiliate Web Designers 2015
Based out of Whitburn, Scotland, UK
Call us now on 07961 552 082
 

Why Choose Us

  • Digital Marketing
  • Value Growth
  • Web Design
  • Wordpress Performance Tuning

What We Do

  • Web Design
  • Search Engine Optimisation
  • Graphic Design
  • Responsive Design
  • Superb Support
  • Web Scraping
  • Text Analytics
  • WordPress Specialists
  • Squarespace Experts
  • Safe and SEO friendly hosting
  • Affiliate Advertising

Articles

  • At last, a REAListic freelancing site.
  • My WordPress performance plugins and server stack have moved
  • Price Comparison Pro 1.2 Released
  • How to run backups on huge WordPress websites without your website being brought offline
  • Upgrading to PHP7 with WordPress, including fixes for major plugins
  • Speeding up Datafeedr Bulk Image Processing
  • Intro to conversion optimisation
  • West Lothian Web Design and Development
  • The difference between affiliate marketers and affiliate advertisers
  • The mercury stack for WordPress
  • Using Amazon S3 to store your affiliate product images
  • How to find out which affiliate network covers each merchant
  • How to fix Avada theme or Layer slider plugin breaking Updraft functionality
  • How to load affiliated products to WooCommerce using WPAllImport
  • Add Cloudflare SSL to Woocommerce checkout page (avoiding the redirect loop)