yadomi / tube

0 stars 0 forks source link

Check if it worth to save the feed as json (instead of XML) #9

Open yadomi opened 3 months ago

yadomi commented 3 months ago

Currently:

Then json file is then reparsed (via JSON.parse) when building the static page.

Maybe it could be less cpu consuming to save the XML as this and parse it using the xml module when building the feed.