How about this :
(31.495984) frontends/amiga/gui.c:3733 amiga_window_invalidate_area: Ignoring duplicate or subset of queued box redraw
It ends (33.325507) starts again (88.770177) and ends (92.919132)
That's to do with the redraw, it's doing layouting between those times, the actual redraw happens afterwards. The message means the area the core wants to redraw is already going to be redrawn, so it is being ignored to avoid unnecessary processing/flickering (when it gets to the point of actually redrawing).
(43.001307) content/llcache.c:1499 llcache_process_metadata: metadata error on line 3 error code 18
Same error about 30 times
Something to do with the disk cache, delete the cache directory and it should clear this.