I think the comments on the webpage are still considered "small bits". Just make sure there is enough space in the database field ( nvarchar(MAX) if supported, otherwise text or ntext , depending on the selected database)
I do not think that you need to start considering other methods of accessing data if you do not have tens of kilobytes of data for one object or a very large number of objects on a page.
source share