Skip to content

Commit c4c5fab

Browse files
committed
move performance to best practices
1 parent a4cfb9d commit c4c5fab

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

docs/content/guides/1.index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,16 @@ Learn how to implement health check endpoints for your Alokai Cloud applications
4545

4646
## Best Practices
4747

48-
::card{title="Performance" to="/guides/performance" class="mb-5" icon="tabler:rosette-discount-check"}
48+
::card{title="Performance" to="/guides/best-practices/performance" class="mb-5" icon="tabler:rosette-discount-check"}
4949
#description
5050
Every 100ms added to loading time costed Amazon 1% less sales. Don't let the poor performance to ruin your sales. Learn how to optimize your store for speed.
5151
::
5252

53+
::card{title="Data Fetching" icon="tabler:mobiledata" to="/guides/best-practices/data-fetching" }
54+
#description
55+
Learn how to optimize your data fetching strategy to improve performance and reduce the amount of data that needs to be fetched on the client side.
56+
::
57+
5358
::info
5459
Can't find what you're looking for? Check out our [cookbook](/cookbook) for more guides and tutorials.
5560
::

docs/content/guides/6.best-practices/1.index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Guides
3+
layout: default
4+
---
5+
16
# Best Practices
27

38
In this guide, we have compiled a collection of best practices to help you optimize your development workflow, improve code quality, and ensure maintainability.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
title: Performance
22
sidebarRoot: true
3-
navigation:
4-
icon: gg:performance
53

0 commit comments

Comments
 (0)