TYPO3-Headless / deferred-image-processing

4 stars 1 forks source link

Speed up the file processing queue with bulkInsert #7

Open IndyIndyIndy opened 3 months ago

IndyIndyIndy commented 3 months ago

On pages with many images to process, the many single insert statements to the processing queue table can slow down db calls. Gather them up and do a bulk insert later.