Comment 0 for bug 539558

Revision history for this message
Roman Yepishev (rye) wrote :

According to bugs LP:539521 and LP:527374, when /notes/ URL is loaded, the server performs loading of all the notes that user has along with converting them to HTML. However this happens every time the page is reloaded so it looks like the result of the processing is thrown away.

In case conversion is only done when the content is actually needed, that would be great to debug the issues that may arise due to invalid processing.

Converting the data only when needed seems logical and we don't really need all the content info beforehand - title is enough.