kibana/dev_docs/key_concepts/performance/index.mdx
Clint Andrew Hall 37251b0925
[docs] Plugin optimization, case studies (#192285)
## Summary

As titled. This PR outlines several use cases around plugin optimization
that can be helpful to engineers. This PR is part of a series, but
divided to make review easier.

It also reworks the navigation a bit to make the optimization section a
bit more clear.
2024-09-10 14:28:18 -04:00

33 lines
No EOL
781 B
Text

---
id: kibDevPerformance
slug: /kibana-dev-docs/key-concepts/performance
title: Plugin performance and optimization
date: 2021-12-03
tags: ['kibana', 'onboarding', 'dev', 'performance']
---
<DocLandingHero
title="Plugin performance and optimization"
description="A sustainable Kibana platform requires a performant plugin ecosystem. Learn how to optimize your plugins for speed and size."
icon="visGauge"
/>
<p></p>
<DocRelatedArticles
items={[
{
title: "Client code",
pageId: "kibDevPerformanceClient",
icon: "desktop"
},
{
title: "Server code",
pageId: "kibDevPerformanceServer",
icon: "storage"
},
{
title: "Case studies",
pageId: "kibDevPerformanceCaseStudies",
icon: "casesApp"
},
]}
/>