mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
## 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.
33 lines
No EOL
781 B
Text
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"
|
|
},
|
|
]}
|
|
/> |