-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (178 loc) · 8.11 KB
/
index.html
File metadata and controls
181 lines (178 loc) · 8.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>André Plöger · PostgreSQL Performance Consultant</title>
<meta name="description"
content="PostgreSQL Performance verbessern: langsame Queries finden, Latenz senken, Systeme planbarer machen. Freelance Consultant via Fovebo LLC. Remote-B2B aus Paraguay.">
<meta name="keywords"
content="André Plöger, Andre Plöger, PostgreSQL Performance, PostgreSQL Consultant, Performance Tuning, Query Optimierung, Query Analyse, SQL Performance, Datenbank Tuning, Index Tuning, Database Reliability, Latency Reduction, PostgreSQL, Freelance Consultant, B2B, Fovebo LLC, Remote, Paraguay">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://andreploeger.com/">
<meta property="og:locale" content="de_DE">
<meta property="og:type" content="website">
<meta property="og:site_name" content="André Plöger">
<meta property="og:title" content="PostgreSQL Performance. Weniger Latenz. Mehr Planbarkeit.">
<meta property="og:description"
content="Freelance PostgreSQL Performance Consulting: langsame Queries finden, Engpässe analysieren und Systeme planbarer machen.">
<meta property="og:url" content="https://andreploeger.com/">
<meta property="og:image" content="https://andreploeger.com/assets/img/og-cover.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="PostgreSQL Performance. Weniger Latenz. Mehr Planbarkeit.">
<meta name="twitter:description"
content="Freelance PostgreSQL Performance Consulting via Fovebo LLC. Query-Analyse, Tuning und verlässlichere Systeme.">
<meta name="twitter:image" content="https://andreploeger.com/assets/img/og-cover.jpg">
<link rel="icon" href="/assets/img/favicon.svg" type="image/svg+xml">
<link rel="icon" href="/assets/img/favicon-512.png" sizes="512x512">
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png" sizes="180x180">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial:wght@400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/assets/css/toast.css">
<script src="/assets/vendor/htmx/htmx.min.js"></script>
<script src="/assets/vendor/htmx/ext/json-enc.js"></script>
<script defer src="/assets/vendor/alpinejs/cdn.min.js"></script>
<script src="/assets/js/toast.js"></script>
<script src="/assets/js/contact.js" type="text/javascript"></script>
<script src="/assets/js/contact-toasts.js"></script>
<!--
<div hx-get="/partials/styles.html" hx-trigger="load" hx-swap="outerHTML"></div>
-->
<link rel="stylesheet" href="/assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/vendor/bootstrap-icons/bootstrap-icons.css">
<link rel="stylesheet" href="/assets/vendor/aos/aos.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/pricing.css">
<script defer src="https://cloud.umami.is/script.js" data-website-id="78b59231-ef0a-4019-8383-a113c294bcbe"></script>
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "Person",
"name": "André Plöger",
"url": "https://andreploeger.com/",
"jobTitle": "Freelance PostgreSQL Performance Consultant",
"image": "https://andreploeger.com/assets/img/profile/profile.webp",
"worksFor": {
"@type": "Organization",
"name": "Fovebo LLC",
"url": "https://andreploeger.com/"
},
"sameAs": [
"https://www.linkedin.com/in/andreploeger",
"https://github.com/aplgr"
],
"knowsAbout": [
"PostgreSQL Performance",
"Query Optimization",
"SQL Performance",
"Database Tuning",
"Index Tuning",
"Performance Analysis",
"Database Reliability"
]
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Fovebo LLC",
"url": "https://andreploeger.com/",
"founder": {
"@type": "Person",
"name": "André Plöger"
}
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "André Plöger",
"url": "https://andreploeger.com/",
"inLanguage": "de",
"hasPart": [
{
"@type": "WebPage",
"name": "Hourly Rate Calculator",
"url": "https://andreploeger.com/landing/hourly-rate/",
"description": "Landingpage für nachvollziehbare Stundensatz-Kalkulation."
},
{
"@type": "WebPage",
"name": "Retainer Tier Evaluator",
"url": "https://andreploeger.com/landing/retainer-tier/",
"description": "Landingpage für Retainer-Vergleiche mit Revenue-, Kapazitäts- und Vertragslogik."
},
{
"@type": "WebPage",
"name": "Freelancer-ROI-Check",
"url": "https://andreploeger.com/landing/freelancer-roi-check/",
"description": "Landingpage für realistischere Bewertung von Ersatz- und Wechselkosten."
}
]
},
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Landingpages für Business-Rechner",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Hourly Rate Calculator",
"url": "https://andreploeger.com/landing/hourly-rate/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Retainer Tier Evaluator",
"url": "https://andreploeger.com/landing/retainer-tier/"
},
{
"@type": "ListItem",
"position": 3,
"name": "Freelancer-ROI-Check",
"url": "https://andreploeger.com/landing/freelancer-roi-check/"
}
]
}
]
</script>
</head>
<body class="index-page preload">
<div hx-get="/partials/header.html" hx-trigger="load" hx-swap="outerHTML"></div>
<main class="main">
<div hx-get="/partials/hero.html" hx-trigger="load" hx-swap="outerHTML"></div>
<div hx-get="/partials/about.html" hx-trigger="load" hx-swap="outerHTML"></div>
<div hx-get="/partials/skills.html" hx-trigger="load" hx-swap="outerHTML"></div>
<div hx-get="/partials/services.html" hx-trigger="load" hx-swap="outerHTML"></div>
<div hx-get="/partials/cases.html" hx-trigger="load" hx-swap="outerHTML"></div>
<div hx-get="/partials/pricing.html" hx-trigger="load" hx-swap="outerHTML"></div>
<div hx-get="/partials/faq.html" hx-trigger="load" hx-swap="outerHTML"></div>
<div hx-get="/partials/contact.html" hx-trigger="load" hx-swap="outerHTML"></div>
</main>
<div hx-get="/partials/footer.html" hx-trigger="load" hx-swap="outerHTML"></div>
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"
data-umami-event="scroll_top_click"><i
class="bi bi-arrow-up-short"></i></a>
<!--
<div hx-get="/partials/footer-scripts.html" hx-trigger="load" hx-swap="outerHTML"></div>
-->
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/assets/vendor/aos/aos.js" defer></script>
<script src="/assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="/assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="/assets/js/umami-events.js"></script>
<script src="/assets/js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
document.body.style.visibility = "visible";
if (window.AOS) AOS.init({ once: true });
});
</script>
</body>
</html>