Skip to content

Commit 5d2bd38

Browse files
committed
Imp. descriptions in best practices
1 parent c4c5fab commit 5d2bd38

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/content/guides/1.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Every 100ms added to loading time costed Amazon 1% less sales. Don't let the poo
5252

5353
::card{title="Data Fetching" icon="tabler:mobiledata" to="/guides/best-practices/data-fetching" }
5454
#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.
55+
Learn how to optimize your data fetching strategy to improve performance and avoid caching errors.
5656
::
5757

5858
::info

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ layout: default
77

88
In this guide, we have compiled a collection of best practices to help you optimize your development workflow, improve code quality, and ensure maintainability.
99

10-
::card{title="Data Fetching" icon="tabler:mobiledata" to="/guides/best-practices/data-fetching" }
10+
::card{title="Performance" to="/guides/best-practices/performance" class="mb-5" icon="tabler:rosette-discount-check"}
11+
#description
12+
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.
13+
::
14+
15+
::card{title="Data Fetching" icon="tabler:mobiledata" to="/guides/best-practices/data-fetching" }
16+
#description
17+
Learn how to optimize your data fetching strategy to improve performance and avoid caching errors.
18+
::

0 commit comments

Comments
 (0)