TP Tech Performance
Alternative to managed cloud

Managed operations, real team. Your tech stack, turnkey.

Tech Performance bundles infrastructure, performance, security and continuous updates into a single fee. Strategy, devops, h24 monitoring and hardware/software support: all under one team that knows your stack. Not a generic helpdesk, not a hyperscaler bill that explodes.

  • Direct support, one dedicated team
  • Predictable cost, up to 50% less than hyperscalers
  • Modular: scale with the contract, no painful re-migration
tp.grafana / production / overview
LIVE Last 24h
Uptime
99.99%
Latency p99
42ms
RPS (avg)
12.4k
Active alerts
0
All systems operational
requests / sec • last 24h
edge origin
00:0006:0012:0018:00now
Sites that can’t afford downtime rely on us
40M+
aggregate monthly visits
across the entire managed portfolio.
99.9%
historical uptime
measured, not promised.
10+
years of partnership
same team, same craft.
GDPR Compliance EU Data Residency TLS 1.3 + WAF ModSecurity CIS-aligned Hardening On-premise AI lab · privacy-first
The problem

Generic hosting, hyperscalers, ticket-driven agencies: every standard road leads to a dead end.

The off-the-shelf options shift the problem instead of solving it. Here’s what really happens when your tech stack isn’t in expert hands.

01
// anti-pattern · cloud

Hyperscalers: pricey, generic, blind to your real workload.

AWS, Azure, GCP charge by instance, not by understanding your stack. Without an in-house FinOps team the bill stays unpredictable, and you get neither capacity planning nor fine-grained tuning. Cost/performance worse than a well-tuned dedicated VPS. And you keep paying the gap.

02
// anti-pattern · hosting

Traditional hosting: shared, interchangeable, nobody’s.

Hundreds of sites packed onto the same server, and behind the support desk a rotating cast of operators who never really know your stack. No continuity of person, no real understanding, no strategic guidance. When something breaks you start over every single time.

03
// anti-pattern · ops

Operations on sight: no proactive monitoring, no real pipeline.

Without predictive alerting, continuous log analysis and a real CI/CD, every problem reaches you only when a customer calls. Errors pile up in logs and nobody reads them, regressions slip into production, rollbacks are manual maneuvers under stress. Stability by sheer luck.

04
// anti-pattern · perf

Performance slips away, month after month.

Response times, slow queries, sudden traffic peaks, Core Web Vitals on the slide: you collect Real User Monitoring data, your provider doesn’t look at it. They know how to answer a ticket, not how to build a continuous tuning plan. You lose speed, you lose ranking. And you keep paying for not having one.

The solution

One product, four pillars, one team that owns your stack.

Tech Performance is not hosting. It’s proprietary technology + a managed-services team: tailor-made infrastructure, continuous optimisation, security and orchestrated updates. Modular from a single site to an HA cluster.

01 / Infrastructure Management

Tailor-made infrastructure, sized to your project.

No shared hosting, no hyperscaler bill. Dedicated cloud VPS with guaranteed resources, sized to your real traffic. When needed, we scale to a Proxmox HA cluster with automatic failover, but only if the project really requires it.

  • Dedicated VPS → HA cluster, same squad.
  • LEMP for editorial workloads, Kubernetes on demand for APIs and backends.
  • EU datacenters, DNS and routing included, no cross-border transfer.
cluster.proxmox / topology
Modular
Edge LB DC-MILANO DC-FRANKFURT node-a ● active node-b ● active node-c ● active node-d ○ standby db-primary db-replica
# roles/web/tasks/main.yml
- name: "Provision nginx with hardened defaults"
  hosts: web
  become: true
  vars:
    nginx_version: "1.27"
    tls_min: "TLSv1.3"
  tasks:
    - name: "Install nginx"
      apt:
        name: nginx={{ nginx_version }}*
        state: present
    - name: "Render server config"
      template:
        src: nginx.conf.j2
        dest: /etc/nginx/nginx.conf
      notify: "reload nginx"
    - name: "Verify TLS profile"
      command: /usr/local/bin/tls-check.sh
      register: tls
      changed_when: false
deploy.yml
CI Pipeline
  1. 1lint & ansible-syntax
  2. 2deploy → stage
  3. 3smoke + perf gates
  4. 4canary 10% → 100%
  5. 5auto-rollback on err-rate
last run: passed · 2m 14s
02 / Continuous Updates

OS, web server, applications: orchestrated updates without interruption.

Optimised LEMP stack (Linux + Nginx + MySQL + PHP). Application, plugins, security patches, operating system: every layer is updated in an agreed window with tested rollback. You no longer think about who and when has to do what.

  • OS and web server patches, weekly.
  • WordPress core + plugins, controlled deploy.
  • Zero-downtime CI/CD where applicable.
03 / Performance & Operations

End-to-end tuning, h24 monitoring and intervention within an hour.

Observability stack with Prometheus + Grafana + Loki: dashboards, centralised logs, predictive alerting on anomalies. We optimise the whole stack: database, cache, application, CDN, assets. Core Web Vitals in the green zone as a natural consequence. H24/7 monitoring with multi-channel alerts (email, app, phone call) and intervention guaranteed within one hour during business hours. The call is always with an SRE, not with a first-level dispatcher.

  • Iterative DB, cache and application tuning.
  • Quarterly capacity planning, no surprises on peaks.
  • Intervention within 1h, direct escalation to SRE.
core-web-vitals / 30 days
field datapassing
LCP
1.6s
INP
142ms
CLS
0.04
TTFB
210ms
capacity ceiling
[tuning round] p99 latency −38% after query refactor · cache hit rate +14pt.
defense.in.depth / 5 layers
All layers active
L5
Cloudflare WAF
edge / DDoS · bot mgmt · rate-limit
on
L4
Edge Firewall
iptables · fail2ban · geo-rules
on
L3
Application WAF
ModSecurity · OWASP CRS 4
on
L2
TLS 1.3
HSTS · OCSP stapling · ECDSA P-256
on
L1
Hardened OS
CIS-aligned · auditd · auto-patching
on
Backup verification
last restore: OK
3.4 GB · 2026-05-02 · 04:11 UTC
Data residency
EU only · DE / IT
no cross-border transfer
04 / Security & Reliability

Layered security and backups that actually work.

iptables firewall, fail2ban anti brute-force, TLS 1.3, CIS-aligned hardening. Daily incremental backup on offsite storage (S3-compatible), customisable retention, restore actually tested. Five layers of defense in depth, all within EU borders.

  • Daily offsite backup, custom retention.
  • fail2ban + iptables + TLS 1.3 default.
  • Periodic restore drill, GDPR + EU residency.
How it works

Three steps. A team that actually follows you, from the first audit to day-to-day.

From the initial audit to set & forget in a few weeks. No rewrites, no lock-in, no end-of-month surprises.

01

Audit & strategy

We analyse stack, traffic, plugins, critical dependencies and business goals. We decide together on the strategy: single VPS, multi-site on shared resources, HA cluster. Technical report with cost estimate.

~ 1 week
02

Setup & migration

Provisioning of the new environment, data replication, parallel testing, article archive and SEO preserved. Cutover in an agreed window, zero-downtime when possible. Single site in 5–7 days, multi-site network in 2–3 weeks, HA cluster up to 30 days.

single site 5–7d · network 2–3w · HA cluster up to 30d
03

Set & forget

h24 monitoring, intervention within 1h, orchestrated updates, verified restore, proactive decisions. You work on your product, we keep your tech stack in expert hands.

on-going
Case studies

Who entrusts their tech stack to Tech Performance.

Editorial digital, e-commerce, B2B SaaS: different workloads, same operating model. Same Romiltec team across all configurations, real engineers instead of a ticket system.

Yobee Network Network · 10 sites
~3M
aggregate monthly views

"Ten sites, one technical squad. No different providers, no ticket system, one team that owns your stack."

Technical Direction
Yobee SRL · Milan
Scordia.info Local outlet
< 1h
guaranteed intervention

"A local outlet needs the same seriousness as a large network. Tech Performance gives us that at a sustainable fee."

Newsroom
Scordia.info · Catania
Hall of Series Editorial · 3y
0 downtime
daily deploys

"We publish dozens of articles a day, we can’t stop for a deploy. Tech Performance made this possible."

Tech Lead
Hall of Series
Pricing

One fee, all included. Modular.

Three starting tiers to give you an idea. The actual fee is calculated after the audit: traffic, support level, criticality of the project. Server, traffic, storage and backups are always included. No fluctuating cloud bill.

Build your quote
Editorial
single outlet or site
from ~€21/mo (~€250/y)
  • Dedicated VPS, guaranteed resources
  • h24 monitoring + 1h intervention
  • Daily offsite backup
  • Orchestrated updates
most chosen
Network
multi-site, sustained traffic
from ~€900/month
  • Everything in Editorial, on multiple sites
  • Core Web Vitals tuning
  • Advertising / cookie compatibility
  • Dedicated team contact
HA Cluster
enterprise, mission-critical
from ~€2,000/month
  • Proxmox cluster 5+ machines
  • Load balancing + multi-master replication
  • Automatic failover
  • Only if you really need it

one-off setup + recurring fee · annual contract · 1–3 month termination notice (scaled by tier) · custom configurations between tiers on request · no lock-in: the playbooks remain yours.

FAQ

Frequently asked questions.

The questions we get asked before signing. If yours isn’t here, write to us: we reply the same day.

Ask an architect
What SLA do you offer?
Historical uptime measured above 99.9% across the portfolio. Typical contractual SLA: 99.9% for Editorial and Network, scalable up to 99.99%/99.999% with HA cluster. Metrics are concrete (uptime, error budget, intervention time) and verifiable at any time.
How do you handle security?
iptables firewall, fail2ban anti brute-force, TLS 1.3 by default, CIS-aligned hardening, periodic vulnerability scans. Daily incremental backups offsite (S3-compatible) with customisable retention and tested restore. For enterprise tiers we add application WAF (ModSecurity + OWASP CRS) and edge WAF.
Do you provide h24 support?
H24/7 monitoring is included in all fees with multi-channel alerts (email, app, phone call). Intervention guaranteed within 1 hour during business hours (Mon–Fri 9–6 CET); for Network and HA tiers we extend the intervention to h24/7 with an agreed escalation policy. The call is always with an SRE, not with a first-level dispatcher.
How long does it take to migrate my site to Tech Performance?
Single site in 5–7 working days, multi-site network in 2–3 weeks, HA cluster up to 30 days. Counts from acceptance. We coordinate the cutover with the newsroom/team to preserve the archive, SEO ranking and zero-downtime when possible.
Can I leave? Are you locking me in?
No. The stack is entirely mainstream open-source (Linux, Nginx, MySQL, PHP, Ansible, Prometheus). On exit we hand over the Ansible playbooks, complete infrastructure documentation and full data snapshots, plus engineer assistance up to cutover. No extra fee for the handover. 1–3 months termination notice depending on the tier. Not a happy goodbye, but not a leash either.
How much does it cost?
Starting from ~€250/year for a local outlet (Editorial), ~€900/month for a multi-site network at millions of views/month (Network), ~€2,000/month for a mission-critical HA cluster. One-off setup + recurring fee, server and storage included. Concrete numbers after the 30-minute audit, no black-box quote.
Free audit

Let’s talk about your stack,
free, no strings attached.

30 minutes with a Romiltec architect. Together we figure out whether Tech Performance is a fit, and if it isn’t, we tell you straight away. No cold pitch, no black-box quote.

Book a call cal.com/romiltec/tech-performance · 30 min · zoom or google meet