WileESpaghetti / pantry

Frontend for Larder.io
1 stars 0 forks source link

improve performance of bookmark file import #17

Open WileESpaghetti opened 1 year ago

WileESpaghetti commented 1 year ago

The speed of importing from an HTML bookmark file could be improved. We currently import/process bookmarks one by one and could probably speed things up by using bulk actions.

We need to be careful to make sure that events fire properly when switching to bulk processing

WileESpaghetti commented 1 year ago

There were a couple of good tips from the video Building an Efficient ETL Process with Laravel. Other good advice about Laravel job optimization is found here.