How to displays a list of available products, and the data rarely changes. How should I optimize performance using data pages?

I need to displays a list of available products, and the data rarely changes. How should I optimize performance using data pages?

Thanks in advance.

@SagarS98

If the data rarely changes and the data is available for all users then go for node level. But mention a refresh strategy on the load management tab to keep in mind of the data changes whenever they occur.

@SagarS98 - Best to go with queryable data pages.

Thank you.