Skip to content

TachyonPress

Get Started

Getting Started

1
  • TachyonPress: Getting Started guide

How to migrate

1
  • Internal migration

Backend

1
  • Astro
View Categories
  • Home
  • Docs
  • Getting Started
  • TachyonPress: Getting Started guide

TachyonPress: Getting Started guide

< 1 min read

Install: curl -fsSL https://verify.tachyonpress.com/public/install.sh | bash

Now you will need a license key. You will need to be a paying user. If you are, then please email hello@programmerhat.com for how to get this.

Activate the license key:  #

tm license <key>

Install the PHP/C extensions server-wide: sudo tm extension install --nightly

Enable/disable on a per-site basis: #

  • Enable: tm install --nightly
  • Disable: tm uninstall

Performance Testing:
run Apache Benchmark. Example:

ab -n 400 -c 5 "http://139.84.200.126/index.php/2026/01/10/hello-world/"

  • -n 400 means 400 requests
  • -c 5 means with 5 concurrent requests.
Updated on February 8, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
TachyonPress: Getting Started guideTachyonPress: Getting Started guide

Powered by BetterDocs

Leave a Reply Cancel reply

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

Table of Contents
  • Activate the license key: 
  • Enable/disable on a per-site basis:

All rights reserved