Skip to content

Commit a39288f

Browse files
committed
add performance warning
1 parent d830393 commit a39288f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Snippets/Page Cloud 1/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,25 @@ This snippet supports `Frontmatter` values for the page names. For more informat
1414

1515
<br />
1616

17+
> [!WARNING]
18+
> This snippet may be slow loading depending on the number of pages you have available in your vault. At the time of developing this, it was tested on a vault with over 400 pages / notes. Which took 1-3 seconds to load the cloud.
19+
>
20+
> Unfortunately this is mostly limited by the performance of Dataview. Larger projects should either use a Cloud plugin solution, or decrease the dataview refresh interval.
21+
22+
<br />
23+
1724
At the time of writing this script, I am using the following:
1825

1926
| Software | Version |
2027
| --- | --- |
2128
| [Obsidian.md](https://obsidian.md/) | ![GitHub release](https://img.shields.io/github/v/release/obsidianmd/obsidian-releases?label=v&color=ba0f56) |
2229
| [Dataview Plugin](https://github.com/blacksmithgu/obsidian-dataview) | ![GitHub release](https://img.shields.io/github/v/release/blacksmithgu/obsidian-dataview?label=v&color=ba0f56) |
2330

24-
<br />
31+
<br /><br />
32+
33+
---
34+
35+
<br /><br />
2536

2637
### Previews
2738
The following are preview images of what the snippet will do and appear like:

0 commit comments

Comments
 (0)