smartcontractkit/documentation

[Enhancement]: Improve node-config page performance

Closed this issue · 1 comments

What would you like us to improve?

Node Config page runs slow due to its size.

The EVM sections alone occupy more than half of the page's total size.
In order to improve performance, I am considering moving the EVM sections to a new page.
If the performance still remains poor, I will proceed to split the page into several smaller pages.

How important it is?

Poor page performance affects user experience.

By moving the EVM sections (which comprise half of the original node-config content), the page now loads approximately 2x faster.

I suggest splitting the node-config page into several smaller pages based on headings. However, I have concerns about whether this approach would maintain a good user experience, as the resulting node-config page might consist of a collection of links leading to different configuration options.

Alternatively, I could explore other options that require code changes.

I would appreciate your input, @dwightjl, on how we should proceed in addressing this situation.