Andras Bacsai 1dacb94860 fix(performance): eliminate N+1 query in CheckTraefikVersionJob
This commit fixes a critical N+1 query issue in CheckTraefikVersionJob
that was loading ALL proxy servers into memory then filtering in PHP,
causing potential OOM errors with thousands of servers.

Changes:
- Added scopeWhereProxyType() query scope to Server model for
  database-level filtering using JSON column arrow notation
- Updated CheckTraefikVersionJob to use new scope instead of
  collection filter, moving proxy type filtering into the SQL query
- Added comprehensive unit tests for the new query scope

Performance impact:
- Before: SELECT * FROM servers WHERE proxy IS NOT NULL (all servers)
- After: SELECT * FROM servers WHERE proxy->>'type' = 'TRAEFIK' (filtered)
- Eliminates memory overhead of loading non-Traefik servers
- Critical for cloud instances with thousands of connected servers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 14:53:49 +01:00
2025-10-16 17:03:38 +02:00
2024-10-17 10:04:49 +02:00
2023-04-03 09:31:04 +01:00
2024-12-11 08:26:36 +01:00
2023-03-17 15:33:48 +01:00
2024-10-17 21:15:48 +02:00
2024-10-17 21:15:48 +02:00
2024-11-14 11:11:55 +01:00
2025-09-15 11:50:41 +02:00
2023-03-17 15:33:48 +01:00
2025-11-05 08:12:54 +00:00
2022-08-30 14:43:54 +02:00
2024-11-11 14:54:04 +01:00
2025-11-07 14:33:32 +01:00
2025-04-24 20:48:54 +02:00
2023-04-03 09:31:04 +01:00
2025-11-18 14:52:56 +01:00
2025-01-07 15:31:43 +01:00
2024-11-11 13:47:31 +01:00
2025-01-22 19:57:30 +01:00

Coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.

Latest Release Version Bounty Issues

About the Project

Coolify is an open-source & self-hostable alternative to Heroku / Netlify / Vercel / etc.

It helps you manage your servers, applications, and databases on your own hardware; you only need an SSH connection. You can manage VPS, Bare Metal, Raspberry PIs, and anything else.

Imagine having the ease of a cloud but with your own servers. That is Coolify.

No vendor lock-in, which means that all the configurations for your applications/databases/etc are saved to your server. So, if you decide to stop using Coolify (oh nooo), you could still manage your running resources. You lose the automations and all the magic. 🪄

For more information, take a look at our landing page at coolify.io.

Installation

curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash

You can find the installation script source here.

Note

Please refer to the docs for more information about the installation.

Support

Contact us at coolify.io/docs/contact.

Cloud

If you do not want to self-host Coolify, there is a paid cloud version available: app.coolify.io

For more information & pricing, take a look at our landing page coolify.io.

Why should I use the Cloud version?

The recommended way to use Coolify is to have one server for Coolify and one (or more) for the resources you are deploying. A server is around 4-5$/month.

By subscribing to the cloud version, you get the Coolify server for the same price, but with:

  • High-availability
  • Free email notifications
  • Better support
  • Less maintenance for you

Donations

To stay completely free and open-source, with no feature behind the paywall and evolve the project, we need your help. If you like Coolify, please consider donating to help us fund the project's future development.

coolify.io/sponsorships

Thank you so much!

Big Sponsors

  • 23M - Your experts for high-availability hosting solutions!
  • Algora - Open source contribution platform
  • American Cloud - US-based cloud infrastructure services
  • Arcjet - Advanced web security and performance solutions
  • BC Direct - Your trusted technology consulting partner
  • Blacksmith - Infrastructure automation platform
  • Brand.dev - API to personalize your product with logos, colors, and company info from any domain
  • ByteBase - Database CI/CD and Security at Scale
  • CodeRabbit - Cut Code Review Time & Bugs in Half
  • COMIT - New York Times awardwinning contractor
  • CompAI - Open source compliance automation platform
  • Convex - Open-source reactive database for web app developers
  • CubePath - Dedicated Servers & Instant Deploy
  • Dade2 - IT Consulting, Cloud Solutions & System Integration
  • Formbricks - The open source feedback platform
  • GoldenVM - Premium virtual machine hosting solutions
  • Hetzner - Server, cloud, hosting, and data center solutions
  • Hostinger - Web hosting and VPS solutions
  • JobsCollider - 30,000+ remote jobs for developers
  • Juxtdigital - Digital PR & AI Authority Building Agency
  • LiquidWeb - Premium managed hosting solutions
  • Logto - The better identity infrastructure for developers
  • Macarne - Best IP Transit & Carrier Ethernet Solutions for Simplified Network Connectivity
  • Mobb - Secure Your AI-Generated Code to Unlock Dev Productivity
  • PFGLabs - Build Real Projects with Golang
  • Ramnode - High Performance Cloud VPS Hosting
  • SaasyKit - Complete SaaS starter kit for developers
  • SupaGuide - Your comprehensive guide to Supabase
  • Supadata AI - Scrape YouTube, web, and files. Get AI-ready, clean data
  • Syntax.fm - Podcast for web developers
  • Tigris - Modern developer data platform
  • Tolgee - The open source localization platform
  • Ubicloud - Open source cloud infrastructure platform

Small Sponsors

OpenElements XamanApp UXWizz Evercam Imre Ujlaki jyc.dev TheRealJP 360Creators NiftyCo Dry Software Lightspeed.run LinkDr Gravity Wiz BitLaunch Best for Android Ilias Ism Formbricks Server Searcher Reshot Cirun Typebot Creating Coding Careers Internet Garden Web3 Jobs Codext Michael Mazurczak Fider Flint Paweł Pierścionek RunPod DartNode Tyler Whitesides SerpAPI Aquarela Crypto Jobs List Alfred Nutile Startup Fame Younes Barrad Jonas Jaeger Pixel Infinito Corentin Clichy Thompson Edolo Devhuset Arvensis Systems Niklas Lausch Cap-go InterviewPal

...and many more at GitHub Sponsors

Recognitions

Featured on Hacker News

Coolify - An open-source & self-hostable Heroku, Netlify alternative | Product Hunt

coollabsio%2Fcoolify | Trendshift

Core Maintainers

Andras Bacsai 🏔️ Peak
Andras Bacsai peaklabs-dev

Repo Activity

Alt

Star History

Star History Chart

Description
An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Readme Apache-2.0 57 MiB
Languages
JavaScript 56.7%
PHP 32.8%
Blade 9.6%
Shell 0.7%
CSS 0.1%