From f18e9f4b4e37855b03fd255d795b3b7b138251cf Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 18 Jan 2026 05:44:25 +0100 Subject: [PATCH] fuck malware, fuck you --- .cursor/debug.log | 423 +++++++++- .cursor/rules/codebase-index.mdc | 334 ++++---- .vscode/settings.json | 33 +- apps/web/.next/server/app-paths-manifest.json | 3 +- apps/web/.next/server/pages-manifest.json | 6 +- apps/web/.next/trace | 38 + .../editor/assets-panel/views/settings.tsx | 6 +- .../editor/properties-panel/index.tsx | 7 +- .../components/editor/timeline/bookmarks.tsx | 3 + .../components/editor/timeline/drag-line.tsx | 21 + .../src/components/editor/timeline/index.tsx | 226 ++++-- .../editor/timeline/timeline-element.tsx | 38 +- .../editor/timeline/timeline-playhead.tsx | 2 +- .../editor/timeline/timeline-ruler.tsx | 3 + .../editor/timeline/timeline-toolbar.tsx | 64 +- .../editor/timeline/timeline-track.tsx | 15 +- .../components/providers/editor-provider.tsx | 2 +- .../src/components/ui/editable-timecode.tsx | 41 +- apps/web/src/components/ui/sidebar.tsx | 763 ------------------ apps/web/src/components/ui/toaster.tsx | 31 - apps/web/src/core/index.ts | 4 + apps/web/src/core/managers/project-manager.ts | 39 +- apps/web/src/core/managers/save-manager.ts | 105 +++ apps/web/src/core/managers/scenes-manager.ts | 197 +---- .../web/src/core/managers/timeline-manager.ts | 26 +- .../hooks/{ => actions}/use-action-handler.ts | 0 .../hooks/{ => actions}/use-editor-actions.ts | 20 +- .../{ => element}/use-element-interaction.ts | 229 ++++-- .../{ => element}/use-element-resize.ts | 72 +- .../element}/use-element-selection.ts | 71 +- .../{ => timeline}/use-edge-auto-scroll.ts | 0 .../hooks/{ => timeline}/use-scroll-sync.ts | 0 .../hooks/{ => timeline}/use-selection-box.ts | 2 +- .../timeline/use-timeline-interactions.ts | 138 ++-- .../hooks/timeline/use-timeline-playhead.ts | 2 +- .../hooks/timeline/use-timeline-snapping.ts | 89 +- apps/web/src/hooks/use-file-paste.ts | 23 - .../src/hooks/use-keyboard-shortcuts-help.ts | 17 +- apps/web/src/hooks/use-mobile.tsx | 21 - apps/web/src/hooks/use-prevent-scroll.ts | 28 - apps/web/src/hooks/use-project-initialize.ts | 93 --- apps/web/src/hooks/use-toast.ts | 191 ----- apps/web/src/lib/actions/definitions.ts | 4 +- apps/web/src/lib/commands/index.ts | 1 + apps/web/src/lib/commands/project/index.ts | 1 + .../project/update-project-settings.ts | 46 ++ .../commands/timeline/element/add-element.ts | 6 +- .../commands/timeline/element/move-element.ts | 22 +- .../timeline/element/update-element-trim.ts | 14 +- .../lib/commands/timeline/track/add-track.ts | 33 +- .../src/lib/commands/timeline/track/index.ts | 1 + .../timeline/track/toggle-track-visibility.ts | 40 + apps/web/src/lib/storage/storage-service.ts | 8 - apps/web/src/lib/timeline/drop-utils.ts | 2 + apps/web/src/lib/timeline/track-utils.ts | 62 ++ .../src/services/renderer/scene-builder.ts | 19 +- apps/web/src/types/timeline.ts | 2 + bun.lock | 260 +++--- package.json | 3 +- 59 files changed, 1850 insertions(+), 2100 deletions(-) create mode 100644 apps/web/src/components/editor/timeline/drag-line.tsx delete mode 100644 apps/web/src/components/ui/sidebar.tsx delete mode 100644 apps/web/src/components/ui/toaster.tsx create mode 100644 apps/web/src/core/managers/save-manager.ts rename apps/web/src/hooks/{ => actions}/use-action-handler.ts (100%) rename apps/web/src/hooks/{ => actions}/use-editor-actions.ts (91%) rename apps/web/src/hooks/timeline/{ => element}/use-element-interaction.ts (57%) rename apps/web/src/hooks/timeline/{ => element}/use-element-resize.ts (75%) rename apps/web/src/hooks/{ => timeline/element}/use-element-selection.ts (53%) rename apps/web/src/hooks/{ => timeline}/use-edge-auto-scroll.ts (100%) rename apps/web/src/hooks/{ => timeline}/use-scroll-sync.ts (100%) rename apps/web/src/hooks/{ => timeline}/use-selection-box.ts (99%) delete mode 100644 apps/web/src/hooks/use-file-paste.ts delete mode 100644 apps/web/src/hooks/use-mobile.tsx delete mode 100644 apps/web/src/hooks/use-prevent-scroll.ts delete mode 100644 apps/web/src/hooks/use-project-initialize.ts delete mode 100644 apps/web/src/hooks/use-toast.ts create mode 100644 apps/web/src/lib/commands/project/index.ts create mode 100644 apps/web/src/lib/commands/project/update-project-settings.ts create mode 100644 apps/web/src/lib/commands/timeline/track/toggle-track-visibility.ts diff --git a/.cursor/debug.log b/.cursor/debug.log index 48dd8cbd..84b36b30 100644 --- a/.cursor/debug.log +++ b/.cursor/debug.log @@ -1,6 +1,417 @@ -{"location":"use-timeline-zoom.ts:preventZoom","message":"document wheel preventDefault","data":"{\"isInTimeline\":true,\"isZoomKeyPressed\":true,\"isInContainer\":true,\"cancelable\":true,\"beforeDefaultPrevented\":false,\"afterDefaultPrevented\":true,\"shouldPrevent\":true}","timestamp":1768559405563,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H6"} -{"location":"use-timeline-zoom.ts:handleWheel","message":"wheel event","data":"{\"ctrlKey\":true,\"metaKey\":false,\"shiftKey\":false,\"deltaX\":0,\"deltaY\":-100,\"isZoomGesture\":true,\"isHorizontalScrollGesture\":false,\"isInTimeline\":true,\"hasContainer\":true}","timestamp":1768559405563,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} -{"location":"use-timeline-zoom.ts:preventZoom","message":"document wheel preventDefault","data":"{\"isInTimeline\":true,\"isZoomKeyPressed\":true,\"isInContainer\":true,\"cancelable\":true,\"beforeDefaultPrevented\":false,\"afterDefaultPrevented\":true,\"shouldPrevent\":true}","timestamp":1768559411318,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H6"} -{"location":"use-timeline-zoom.ts:handleWheel","message":"wheel event","data":"{\"ctrlKey\":true,\"metaKey\":false,\"shiftKey\":false,\"deltaX\":0,\"deltaY\":-100,\"isZoomGesture\":true,\"isHorizontalScrollGesture\":false,\"isInTimeline\":true,\"hasContainer\":true}","timestamp":1768559411320,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} -{"location":"use-timeline-zoom.ts:preventZoom","message":"document wheel preventDefault","data":"{\"isInTimeline\":true,\"isZoomKeyPressed\":true,\"isInContainer\":true,\"cancelable\":true,\"beforeDefaultPrevented\":false,\"afterDefaultPrevented\":true,\"shouldPrevent\":true}","timestamp":1768559412464,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H6"} -{"location":"use-timeline-zoom.ts:handleWheel","message":"wheel event","data":"{\"ctrlKey\":true,\"metaKey\":false,\"shiftKey\":false,\"deltaX\":0,\"deltaY\":100,\"isZoomGesture\":true,\"isHorizontalScrollGesture\":false,\"isInTimeline\":true,\"hasContainer\":true}","timestamp":1768559412464,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":280,"clientY":677,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678772901,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":282,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678772917,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":283,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678772934,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":286,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678772950,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":288,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678772968,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":290,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678772984,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":291,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678773001,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":292,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678773017,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":293,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678773050,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":286,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678773333,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":285,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678773361,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":284,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678773400,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":283,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5},"timestamp":1768678773430,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":0.6666666666666666,"elementLeft":33.33333333333333,"zIndexClass":"z-10"},"timestamp":1768678773615,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":285,"clientY":674,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768678774017,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":296,"clientY":674,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768678774033,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.9333333333333333,"elementLeft":46.666666666666664,"zIndexClass":"z-50"},"timestamp":1768678774062,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":331,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774064,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":342,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774094,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":346,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774095,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":348,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774127,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":349,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774160,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":348,"clientY":672,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774217,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":343,"clientY":672,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774237,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":336,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774250,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":331,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774268,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":323,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774284,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":317,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774300,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":309,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774318,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":303,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774334,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":292,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774350,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":290,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774367,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":289,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774384,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":289,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774433,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":287,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.5134375},"timestamp":1768678774500,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":0.6666666666666666,"elementLeft":33.33333333333333,"zIndexClass":"z-10"},"timestamp":1768678774599,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":330,"clientY":647,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768678775500,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":323,"clientY":649,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768678775517,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.5,"elementLeft":25,"zIndexClass":"z-50"},"timestamp":1768678775544,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":301,"clientY":656,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.4934375},"timestamp":1768678775547,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":287,"clientY":661,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.4934375},"timestamp":1768678775582,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":286,"clientY":661,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.4934375},"timestamp":1768678775613,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":361,"clientY":673,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768678776417,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":364,"clientY":673,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768678776433,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":0,"elementLeft":0,"zIndexClass":"z-10"},"timestamp":1768678775657,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.1,"elementLeft":8.052550000000004,"zIndexClass":"z-50"},"timestamp":1768678776476,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":368,"clientY":675,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768678776450,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":384,"clientY":677,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.9307486448392113},"timestamp":1768678776481,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":398,"clientY":679,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.9307486448392113},"timestamp":1768678776510,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":400,"clientY":679,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.9307486448392113},"timestamp":1768678776538,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":401,"clientY":679,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.9307486448392113},"timestamp":1768678776617,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":0.5,"elementLeft":40.26275000000002,"zIndexClass":"z-10"},"timestamp":1768678776744,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":486,"clientY":724,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681012520,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":true,"elementStartTime":6,"elementLeft":300,"zIndexClass":"z-50"},"timestamp":1768681012551,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":503,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012554,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":509,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012592,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":506,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012802,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":497,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012836,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":495,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012837,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":490,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012855,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":487,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012886,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":486,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012903,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":479,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012921,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":467,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012937,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":451,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012953,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":437,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012976,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":436,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681012988,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":438,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013119,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":443,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013136,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":447,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013152,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":449,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013169,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":451,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013186,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":452,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013202,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":454,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013219,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":455,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013236,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":452,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013402,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":450,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013419,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":448,"clientY":724,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013436,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":448,"clientY":725,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013502,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":454,"clientY":727,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013532,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":497,"clientY":731,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013565,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":516,"clientY":731,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013604,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":517,"clientY":731,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013686,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":517,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.226875},"timestamp":1768681013759,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":false,"elementStartTime":6.633333333333334,"elementLeft":331.6666666666667,"zIndexClass":"z-10"},"timestamp":1768681013779,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":310,"clientY":661,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681091015,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":301,"clientY":658,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681091048,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.4,"elementLeft":42.87177620000004,"zIndexClass":"z-50"},"timestamp":1768681091069,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":657,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091071,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":261,"clientY":657,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091095,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":256,"clientY":657,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091107,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":251,"clientY":657,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091115,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":244,"clientY":657,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091132,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":226,"clientY":657,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091148,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":220,"clientY":658,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091165,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":217,"clientY":658,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091182,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":215,"clientY":659,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.2355156397742146},"timestamp":1768681091315,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":0,"elementLeft":0,"zIndexClass":"z-10"},"timestamp":1768681091329,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":837,"clientY":742,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681092116,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":false,"clientX":832,"clientY":742,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681092116,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":true,"elementStartTime":6.6,"elementLeft":707.3843073000006,"zIndexClass":"z-50"},"timestamp":1768681092136,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":822,"clientY":742,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092138,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":805,"clientY":742,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092162,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":795,"clientY":742,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092184,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":794,"clientY":742,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092199,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":794,"clientY":743,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092332,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":795,"clientY":743,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092365,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":798,"clientY":743,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092382,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":800,"clientY":743,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092399,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":802,"clientY":743,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092415,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":803,"clientY":743,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092432,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":804,"clientY":743,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":0.08440867910669857},"timestamp":1768681092615,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":false,"elementStartTime":6.266666666666667,"elementLeft":671.657827133334,"zIndexClass":"z-10"},"timestamp":1768681092786,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":928,"clientY":730,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681092965,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":920,"clientY":730,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681092982,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":true,"elementStartTime":6.166666666666667,"elementLeft":660.939883083334,"zIndexClass":"z-50"},"timestamp":1768681092987,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":909,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681092999,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":902,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093015,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":893,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093032,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":885,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093049,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":879,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093065,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":875,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093082,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":872,"clientY":730,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093115,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":875,"clientY":731,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093315,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":882,"clientY":732,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093336,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":885,"clientY":733,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093359,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":883,"clientY":733,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093465,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":882,"clientY":733,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093482,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":880,"clientY":733,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093498,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":879,"clientY":733,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":1.2534470172010264},"timestamp":1768681093548,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":false,"elementStartTime":5.8,"elementLeft":621.6407549000006,"zIndexClass":"z-10"},"timestamp":1768681093579,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":542,"clientY":719,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681966478,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":true,"elementStartTime":5.533333333333333,"elementLeft":276.6666666666667,"zIndexClass":"z-50"},"timestamp":1768681966497,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":523,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966499,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":491,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966519,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":470,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966538,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":441,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966551,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":419,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966562,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":351,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966580,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966595,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":214,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966612,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":180,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966628,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":171,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966644,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":169,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966678,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":159,"clientY":718,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966694,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":142,"clientY":720,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966711,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":127,"clientY":722,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966728,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":118,"clientY":723,"dragging":true,"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","trackId":"9c678e42-ebdf-428c-ad4b-d0cef2e248f1","clickOffsetTime":2.84},"timestamp":1768681966744,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"7d953dc4-99eb-491f-b552-f60554b36e1e","isBeingDragged":false,"elementStartTime":0,"elementLeft":0,"zIndexClass":"z-10"},"timestamp":1768681966857,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":298,"clientY":670,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681976761,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":298,"clientY":667,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681976861,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":297,"clientY":660,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681976877,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0,"elementLeft":0,"zIndexClass":"z-50"},"timestamp":1768681976891,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":296,"clientY":652,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681976894,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":294,"clientY":642,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681976912,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":292,"clientY":631,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681976928,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":287,"clientY":616,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681976945,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":285,"clientY":603,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681976962,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":284,"clientY":591,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681976977,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":283,"clientY":582,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681976994,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":283,"clientY":576,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681977011,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":281,"clientY":571,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681977027,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":281,"clientY":570,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681977044,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":281,"clientY":569,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":3.48},"timestamp":1768681977060,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":265,"clientY":678,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681983902,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":265,"clientY":678,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681983977,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":471,"clientY":672,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681985560,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":471,"clientY":680,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681985577,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":5.1,"elementLeft":254.99999999999997,"zIndexClass":"z-50"},"timestamp":1768681985592,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":471,"clientY":693,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985594,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":459,"clientY":713,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985612,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":454,"clientY":721,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985627,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":441,"clientY":734,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985644,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":411,"clientY":757,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985660,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":392,"clientY":773,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985677,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":372,"clientY":786,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985694,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":359,"clientY":793,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985710,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":355,"clientY":797,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985727,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":353,"clientY":799,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985744,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":351,"clientY":798,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.84},"timestamp":1768681985877,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":369,"clientY":679,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681987143,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":348,"clientY":676,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681987160,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":2.2333333333333334,"elementLeft":111.66666666666667,"zIndexClass":"z-50"},"timestamp":1768681987176,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":312,"clientY":673,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.246875},"timestamp":1768681987178,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":271,"clientY":673,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.246875},"timestamp":1768681987198,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":255,"clientY":673,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.246875},"timestamp":1768681987216,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":246,"clientY":673,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.246875},"timestamp":1768681987236,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":238,"clientY":673,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.246875},"timestamp":1768681987247,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":234,"clientY":673,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.246875},"timestamp":1768681987260,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":false,"elementStartTime":0,"elementLeft":0,"zIndexClass":"z-10"},"timestamp":1768681987380,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":223,"clientY":666,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681988160,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":225,"clientY":666,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681988198,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":228,"clientY":666,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681988227,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":231,"clientY":666,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681988243,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":0.16666666666666666,"elementLeft":8.333333333333332,"zIndexClass":"z-50"},"timestamp":1768681988260,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":236,"clientY":667,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.98},"timestamp":1768681988262,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":241,"clientY":668,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.98},"timestamp":1768681988281,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":246,"clientY":669,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.98},"timestamp":1768681988301,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":250,"clientY":670,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.98},"timestamp":1768681988320,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":251,"clientY":670,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.98},"timestamp":1768681988343,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":false,"elementStartTime":0.5666666666666667,"elementLeft":28.333333333333332,"zIndexClass":"z-10"},"timestamp":1768681988437,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":246,"clientY":675,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681988980,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":246,"clientY":681,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681988993,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":0.6,"elementLeft":30,"zIndexClass":"z-50"},"timestamp":1768681988999,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":250,"clientY":700,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.8334375},"timestamp":1768681989010,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":252,"clientY":717,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.8334375},"timestamp":1768681989027,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":255,"clientY":730,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.8334375},"timestamp":1768681989044,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":256,"clientY":744,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.8334375},"timestamp":1768681989060,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":257,"clientY":751,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.8334375},"timestamp":1768681989077,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":257,"clientY":753,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.8334375},"timestamp":1768681989094,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":291,"clientY":791,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681990010,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":0.8333333333333334,"elementLeft":41.66666666666667,"zIndexClass":"z-50"},"timestamp":1768681990018,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":287,"clientY":775,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990027,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":282,"clientY":752,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990044,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":277,"clientY":716,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990060,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":275,"clientY":699,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990077,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":271,"clientY":690,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990094,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":271,"clientY":687,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990110,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":271,"clientY":685,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990127,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":685,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990177,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":686,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990227,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":689,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990243,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":692,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990262,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":693,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990293,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":694,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.506875},"timestamp":1768681990393,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":270,"clientY":682,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681990860,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":270,"clientY":684,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681990877,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":0.4,"elementLeft":20,"zIndexClass":"z-50"},"timestamp":1768681990882,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":687,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681990893,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":690,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681990910,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":692,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681990927,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":694,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681990943,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":696,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681990960,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":698,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681990977,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":699,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681990993,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":701,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991010,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":703,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991027,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":704,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991043,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":706,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991060,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":707,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991077,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":708,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991093,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":709,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991110,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":711,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991143,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":712,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991160,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":714,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991177,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":715,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991193,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":716,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991210,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":269,"clientY":717,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":2.52},"timestamp":1768681991227,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":210,"clientY":672,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681998409,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":0,"elementLeft":0,"zIndexClass":"z-50"},"timestamp":1768681998427,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":175,"clientY":678,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.78},"timestamp":1768681998429,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":159,"clientY":679,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.78},"timestamp":1768681998448,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":147,"clientY":680,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.78},"timestamp":1768681998464,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":140,"clientY":682,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.78},"timestamp":1768681998476,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":139,"clientY":682,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.78},"timestamp":1768681998493,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":false,"elementStartTime":0,"elementLeft":0,"zIndexClass":"z-10"},"timestamp":1768681998587,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":171,"clientY":678,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681998943,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":173,"clientY":678,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681998960,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":176,"clientY":678,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768681998976,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":0.13333333333333333,"elementLeft":6.666666666666667,"zIndexClass":"z-50"},"timestamp":1768681998993,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":186,"clientY":678,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":0.92},"timestamp":1768681998995,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":205,"clientY":678,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":0.92},"timestamp":1768681999015,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":220,"clientY":678,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":0.92},"timestamp":1768681999037,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":226,"clientY":678,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":0.92},"timestamp":1768681999057,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":228,"clientY":678,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":0.92},"timestamp":1768681999076,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":false,"elementStartTime":1.1666666666666667,"elementLeft":58.333333333333336,"zIndexClass":"z-10"},"timestamp":1768681999155,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":264,"clientY":684,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682000169,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":1.2,"elementLeft":60,"zIndexClass":"z-50"},"timestamp":1768682000186,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":265,"clientY":699,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000188,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":264,"clientY":712,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000208,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":259,"clientY":727,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000228,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":256,"clientY":734,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000228,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":250,"clientY":749,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000248,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":247,"clientY":758,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000260,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":240,"clientY":774,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000277,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":239,"clientY":783,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000293,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":238,"clientY":791,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000310,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":237,"clientY":795,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000326,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":235,"clientY":799,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000343,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":235,"clientY":801,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000360,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":233,"clientY":803,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000376,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":233,"clientY":804,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000393,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":233,"clientY":805,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000410,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":232,"clientY":807,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000426,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":230,"clientY":810,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000443,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":230,"clientY":812,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000460,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":229,"clientY":813,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000476,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":228,"clientY":813,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"0f430ef0-d6fd-4c22-97a5-fde8c9308827","clickOffsetTime":1.6134375},"timestamp":1768682000509,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":272,"clientY":805,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682001093,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":274,"clientY":794,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682001109,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","isBeingDragged":true,"elementStartTime":0.5,"elementLeft":25,"zIndexClass":"z-50"},"timestamp":1768682001115,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":275,"clientY":781,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001126,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":276,"clientY":763,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001143,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":277,"clientY":745,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001160,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":729,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001179,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":706,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001198,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":694,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001217,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":683,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001237,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":677,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001255,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":675,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001264,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":671,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001276,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":669,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001297,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":666,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001309,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":663,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001326,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":658,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001343,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":655,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001360,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":654,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001376,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":653,"dragging":true,"elementId":"4443cdbd-1129-42a6-aed6-555c230aa88f","trackId":"7ff286a2-7746-4b05-b022-cdeb60d8e787","clickOffsetTime":2.4934375},"timestamp":1768682001393,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":177,"clientY":665,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682003176,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":176,"clientY":665,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682003189,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":337,"clientY":653,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682408164,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":226,"clientY":668,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682409692,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":242,"clientY":668,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682409709,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.36666666666666664,"elementLeft":18.333333333333332,"zIndexClass":"z-50"},"timestamp":1768682409725,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":262,"clientY":669,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2},"timestamp":1768682409727,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":284,"clientY":669,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2},"timestamp":1768682409747,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":304,"clientY":669,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2},"timestamp":1768682409766,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":307,"clientY":669,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2},"timestamp":1768682409785,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":1.6666666666666667,"elementLeft":83.33333333333334,"zIndexClass":"z-10"},"timestamp":1768682409875,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":299,"clientY":661,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682411509,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":297,"clientY":661,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682411526,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":295,"clientY":661,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682411559,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":292,"clientY":661,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682411576,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":1.5,"elementLeft":75,"zIndexClass":"z-50"},"timestamp":1768682411592,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":288,"clientY":661,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.8534375},"timestamp":1768682411595,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":285,"clientY":661,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.8534375},"timestamp":1768682411614,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":284,"clientY":661,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.8534375},"timestamp":1768682411676,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":283,"clientY":661,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.8534375},"timestamp":1768682411695,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":1.3333333333333333,"elementLeft":66.66666666666666,"zIndexClass":"z-10"},"timestamp":1768682411836,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":262,"clientY":669,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682412109,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":265,"clientY":670,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682412126,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":1.4666666666666666,"elementLeft":73.33333333333333,"zIndexClass":"z-50"},"timestamp":1768682412130,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":267,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.346875},"timestamp":1768682412159,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":268,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.346875},"timestamp":1768682412209,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":1.5333333333333334,"elementLeft":76.66666666666667,"zIndexClass":"z-10"},"timestamp":1768682412267,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":331,"clientY":672,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682466973,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":310,"clientY":670,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682467007,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":1.1,"elementLeft":55.00000000000001,"zIndexClass":"z-50"},"timestamp":1768682467023,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":300,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.606875},"timestamp":1768682467025,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":289,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.606875},"timestamp":1768682467044,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":283,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.606875},"timestamp":1768682467063,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":279,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.606875},"timestamp":1768682467080,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":278,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.606875},"timestamp":1768682467090,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":276,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.606875},"timestamp":1768682467107,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":0.43333333333333335,"elementLeft":21.666666666666668,"zIndexClass":"z-10"},"timestamp":1768682467171,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":234,"clientY":670,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682467491,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":244,"clientY":670,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682467506,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.7333333333333333,"elementLeft":36.666666666666664,"zIndexClass":"z-50"},"timestamp":1768682467521,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":266,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467525,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":277,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467542,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":282,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467560,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":284,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467578,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":288,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467596,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":290,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467607,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":294,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467623,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":297,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467640,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":299,"clientY":670,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.666875},"timestamp":1768682467657,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":1.8333333333333333,"elementLeft":91.66666666666666,"zIndexClass":"z-10"},"timestamp":1768682467690,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":315,"clientY":674,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682467957,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":299,"clientY":674,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682467973,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":1.5,"elementLeft":75,"zIndexClass":"z-50"},"timestamp":1768682467978,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":283,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.006875},"timestamp":1768682467990,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":275,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.006875},"timestamp":1768682468007,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":258,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.006875},"timestamp":1768682468090,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":252,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.006875},"timestamp":1768682468107,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":249,"clientY":676,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.006875},"timestamp":1768682468123,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":247,"clientY":676,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":2.006875},"timestamp":1768682468140,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":0.4666666666666667,"elementLeft":23.333333333333332,"zIndexClass":"z-10"},"timestamp":1768682468179,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":240,"clientY":675,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682468557,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":243,"clientY":675,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682468573,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.6,"elementLeft":30,"zIndexClass":"z-50"},"timestamp":1768682468588,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":249,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468590,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":253,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468608,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":259,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468640,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":260,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468657,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":261,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468674,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":262,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468806,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":264,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468840,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":266,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468857,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":268,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468873,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":270,"clientY":675,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.7934375},"timestamp":1768682468890,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":1.1333333333333333,"elementLeft":56.666666666666664,"zIndexClass":"z-10"},"timestamp":1768682469034,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":262,"clientY":674,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682469240,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":true,"hasPending":true,"clientX":256,"clientY":674,"dragging":false,"elementId":null,"trackId":null,"clickOffsetTime":0},"timestamp":1768682469256,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":true,"elementStartTime":0.9666666666666667,"elementLeft":48.333333333333336,"zIndexClass":"z-50"},"timestamp":1768682469261,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":245,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469274,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":239,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469290,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":236,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469307,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":235,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469323,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":232,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469340,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":229,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469357,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":226,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469373,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":225,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469390,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":224,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469407,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":225,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469573,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":230,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469590,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":234,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469608,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":235,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469625,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":237,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469656,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":238,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469674,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":239,"clientY":674,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469691,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":242,"clientY":673,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469706,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":244,"clientY":673,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469756,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":245,"clientY":673,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469773,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":247,"clientY":673,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469790,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":248,"clientY":673,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469807,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":249,"clientY":673,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469823,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":251,"clientY":672,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682469873,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":252,"clientY":672,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682470190,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":253,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682470223,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":254,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682470306,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":256,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682470406,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":257,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682470840,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":258,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682470956,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":259,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682471006,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"use-element-interaction.ts:147","message":"mousemove start","data":{"isPendingDrag":false,"hasPending":false,"clientX":259,"clientY":671,"dragging":true,"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","trackId":"87bc8971-901b-4ecc-9fcd-d1a7cc1bf096","clickOffsetTime":1.686875},"timestamp":1768682471241,"sessionId":"debug-session","runId":"pre-fix","hypothesisId":"H1"} +{"location":"timeline-element.tsx:103","message":"drag state changed","data":{"elementId":"8c1d4f0a-530c-45f9-8687-7981443e016d","isBeingDragged":false,"elementStartTime":1,"elementLeft":50,"zIndexClass":"z-10"},"timestamp":1768682471281,"sessionId":"debug-session","runId":"pre-fix-2","hypothesisId":"H6"} diff --git a/.cursor/rules/codebase-index.mdc b/.cursor/rules/codebase-index.mdc index 70fcca0a..79c2e555 100644 --- a/.cursor/rules/codebase-index.mdc +++ b/.cursor/rules/codebase-index.mdc @@ -109,9 +109,9 @@ index.ts project: ProjectManager media: MediaManager renderer: RendererManager + save: SaveManager static getInstance(): EditorCore - static reset(): void - // ... and 1 more + // ... and 2 more } ## apps/web/src/core/managers @@ -206,6 +206,24 @@ renderer-manager.ts subscribe(listener: () => void): () => void } +save-manager.ts + export class SaveManager { + debounceMs: number + isPaused + isSaving + hasPendingSave + saveTimer: ReturnType | null + unsubscribeHandlers: Array<() => void> + constructor( + private editor: EditorCore, + { debounceMs = 800 }: SaveManagerOptions = {}, + ) + start(): void + stop(): void + pause(): void + // ... and 3 more + } + scenes-manager.ts export class ScenesManager { active: TScene | null @@ -239,54 +257,54 @@ timeline-manager.ts constructor(private editor: EditorCore) addTrack({ type, index }: { type: TrackType; index?: number }): string removeTrack({ trackId }: { trackId: string }): void - addElementToTrack({ - trackId, - element, - }: { - trackId: string; - element: CreateTimelineElement; + addElementToTrack({ + trackId, + element, + }: { + trackId: string; + element: CreateTimelineElement; }): void - updateElementTrim({ - trackId, - elementId, - trimStart, - trimEnd, - pushHistory = true, - }: { - trackId: string; - elementId: string; - trimStart: number; - trimEnd: number; - pushHistory?: boolean; + updateElementTrim({ + elementId, + trimStart, + trimEnd, + pushHistory = true, + }: { + elementId: string; + trimStart: number; + trimEnd: number; + pushHistory?: boolean; }): void - updateElementDuration({ - trackId, - elementId, - duration, - pushHistory = true, - }: { - trackId: string; - elementId: string; - duration: number; - pushHistory?: boolean; + updateElementDuration({ + trackId, + elementId, + duration, + pushHistory = true, + }: { + trackId: string; + elementId: string; + duration: number; + pushHistory?: boolean; }): void - updateElementStartTime({ - elements, - startTime, - }: { - elements: { trackId: string; elementId: string }[]; - startTime: number; + updateElementStartTime({ + elements, + startTime, + }: { + elements: { trackId: string; elementId: string }[]; + startTime: number; }): void - moveElement({ - sourceTrackId, - targetTrackId, - elementId, - newStartTime, - }: { - sourceTrackId: string; - targetTrackId: string; - elementId: string; - newStartTime: number; + moveElement({ + sourceTrackId, + targetTrackId, + elementId, + newStartTime, + createTrack, + }: { + sourceTrackId: string; + targetTrackId: string; + elementId: string; + newStartTime: number; + createTrack?: { type: TrackType; index: number }; }): void toggleTrackMute({ trackId }: { trackId: string }): void // ... and 14 more @@ -305,36 +323,9 @@ syntax-ui.tsx ## apps/web/src/hooks -use-action-handler.ts - export function useActionHandler( - action: A, - handler: TActionFunc, - isActive: TActionHandlerOptions, - ) - -use-edge-auto-scroll.ts - export function useEdgeAutoScroll({ - isActive, - getMouseClientX, - rulerScrollRef, - tracksScrollRef, - contentWidth, - edgeThreshold = 100, - maxScrollSpeed = 15, - }: UseEdgeAutoScrollParams): void - -use-editor-actions.ts - export function useEditorActions() - use-editor.ts export function useEditor(): EditorCore -use-element-selection.ts - export function useElementSelection() - -use-file-paste.ts - export function useFilePaste({ onFilesPaste }: UseFilePasteOptions) - use-file-upload.ts export function useFileUpload({ accept, @@ -365,16 +356,7 @@ use-keyboard-shortcuts-help.ts action: TAction icon?: React.ReactNode } - export const useKeyboardShortcutsHelp = () => ... - -use-mobile.tsx - export function useIsMobile() - -use-prevent-scroll.ts - export function usePreventScroll({ enabled = true, element }: UsePreventScrollOptions = {}) - -use-project-initialize.ts - export function useProjectInitialize({ projectId }: { projectId: string }) + export function useKeyboardShortcutsHelp() use-raf-loop.ts export function useRafLoop(callback: ({ time }: { time: number }) => void) @@ -386,6 +368,40 @@ use-reveal-item.ts highlightDuration = 1000, ) +use-sound-search.ts + export function useSoundSearch({ + query, + commercialOnly, + }: { + query: string; + commercialOnly: boolean; + }) + +## apps/web/src/hooks/actions + +use-action-handler.ts + export function useActionHandler( + action: A, + handler: TActionFunc, + isActive: TActionHandlerOptions, + ) + +use-editor-actions.ts + export function useEditorActions() + +## apps/web/src/hooks/timeline + +use-edge-auto-scroll.ts + export function useEdgeAutoScroll({ + isActive, + getMouseClientX, + rulerScrollRef, + tracksScrollRef, + contentWidth, + edgeThreshold = 100, + maxScrollSpeed = 15, + }: UseEdgeAutoScrollParams): void + use-scroll-sync.ts export function useScrollSync({ rulerScrollRef, @@ -403,44 +419,6 @@ use-selection-box.ts zoomLevel, }: UseSelectionBoxProps) -use-sound-search.ts - export function useSoundSearch({ - query, - commercialOnly, - }: { - query: string; - commercialOnly: boolean; - }) - -use-toast.ts - export const reducer = (state: State, action: Action): State => ... - -## apps/web/src/hooks/timeline - -use-element-interaction.ts - export function useElementInteraction({ - zoomLevel, - timelineRef, - tracksContainerRef, - onSnapPointChange, - }: UseElementInteractionProps) - -use-element-resize.ts - export interface ResizeState { - elementId: string - side: "left" | "right" - startX: number - initialTrimStart: number - initialTrimEnd: number - initialStartTime: number - initialDuration: number - } - export function useTimelineElementResize({ - element, - track, - zoomLevel, - }: UseTimelineElementResizeProps) - use-snap-indicator-position.ts export function useSnapIndicatorPosition({ snapPoint, @@ -461,6 +439,7 @@ use-timeline-drag-drop.ts use-timeline-interactions.ts export function useTimelineInteractions({ playheadRef, + trackLabelsRef, rulerScrollRef, tracksScrollRef, zoomLevel, @@ -496,10 +475,10 @@ use-timeline-snapping.ts enableElementSnapping?: boolean enablePlayheadSnapping?: boolean } - export function useTimelineSnapping({ - snapThreshold = 10, - enableElementSnapping = true, - enablePlayheadSnapping = true, + export function useTimelineSnapping({ + snapThreshold = 10, + enableElementSnapping = true, + enablePlayheadSnapping = true, }: UseTimelineSnappingOptions = {}) use-timeline-zoom.ts @@ -508,6 +487,36 @@ use-timeline-zoom.ts isInTimeline = false, }: UseTimelineZoomProps): UseTimelineZoomReturn +## apps/web/src/hooks/timeline/element + +use-element-interaction.ts + export function useElementInteraction({ + zoomLevel, + timelineRef, + tracksContainerRef, + tracksScrollRef, + onSnapPointChange, + }: UseElementInteractionProps) + +use-element-resize.ts + export interface ResizeState { + elementId: string + side: "left" | "right" + startX: number + initialTrimStart: number + initialTrimEnd: number + initialStartTime: number + initialDuration: number + } + export function useTimelineElementResize({ + element, + track, + zoomLevel, + }: UseTimelineElementResizeProps) + +use-element-selection.ts + export function useElementSelection() + ## apps/web/src/lib audio-utils.ts @@ -973,6 +982,17 @@ remove-media-asset.ts undo(): void } +## apps/web/src/lib/commands/project + +update-project-settings.ts + export class UpdateProjectSettingsCommand extends Command { + savedSettings: TProjectSettings | null + savedUpdatedAt: Date | null + constructor(private updates: Partial) + execute(): void + undo(): void + } + ## apps/web/src/lib/commands/scene create-scene.ts @@ -1078,11 +1098,12 @@ duplicate-elements.ts move-element.ts export class MoveElementCommand extends Command { savedState: TimelineTrack[] | null - constructor( - private sourceTrackId: string, - private targetTrackId: string, - private elementId: string, - private newStartTime: number, + constructor( + private sourceTrackId: string, + private targetTrackId: string, + private elementId: string, + private newStartTime: number, + private createTrack?: { type: TrackType; index: number }, ) execute(): void undo(): void @@ -1146,7 +1167,6 @@ update-element-trim.ts export class UpdateElementTrimCommand extends Command { savedState: TimelineTrack[] | null constructor( - private trackId: string, private elementId: string, private trimStart: number, private trimEnd: number, @@ -1211,6 +1231,14 @@ toggle-track-mute.ts undo(): void } +toggle-track-visibility.ts + export class ToggleTrackVisibilityCommand extends Command { + savedState: TimelineTrack[] | null + constructor(private trackId: string) + execute(): void + undo(): void + } + ## apps/web/src/lib/db index.ts @@ -1355,6 +1383,7 @@ drop-utils.ts elementDuration, pixelsPerSecond, zoomLevel, + excludeElementId, }: ComputeDropTargetParams): DropTarget export function getDropLineY({ dropTarget, @@ -1470,6 +1499,15 @@ track-utils.ts }: { tracks: Array<{ type: TrackType }>; }): number + export function buildEmptyTrack({ + id, + type, + name, + }: { + id: string; + type: TrackType; + name?: string; + }): TimelineTrack export function isMainTrack(track: TimelineTrack) export function getMainTrack({ tracks, @@ -1623,9 +1661,9 @@ sticker-node.ts } text-node.ts - export type TextNodeParams = TextElement & { - canvasCenter: { x: number; y: number }; - textBaseline?: CanvasTextBaseline; + export type TextNodeParams = TextElement & { + canvasCenter: { x: number; y: number }; + textBaseline?: CanvasTextBaseline; } export class TextNode extends BaseNode { isInRange({ time }: { time: number }) @@ -1939,9 +1977,9 @@ timeline.ts export type TimelineTrack = VideoTrack | TextTrack | AudioTrack | StickerTrack export interface Transform { scale: number - position: { - x: number; - y: number; + position: { + x: number; + y: number; } rotate: number } @@ -1990,30 +2028,31 @@ timeline.ts opacity: number color?: string } - export type TimelineElement = | AudioElement - | VideoElement - | ImageElement - | TextElement + export type TimelineElement = | AudioElement + | VideoElement + | ImageElement + | TextElement | StickerElement export type ElementType = TimelineElement["type"] export type CreateUploadAudioElement = Omit export type CreateLibraryAudioElement = Omit - export type CreateAudioElement = | CreateUploadAudioElement + export type CreateAudioElement = | CreateUploadAudioElement | CreateLibraryAudioElement export type CreateVideoElement = Omit export type CreateImageElement = Omit export type CreateTextElement = Omit export type CreateStickerElement = Omit - export type CreateTimelineElement = | CreateAudioElement - | CreateVideoElement - | CreateImageElement - | CreateTextElement - | ... + export type CreateTimelineElement = | CreateAudioElement + | CreateVideoElement + | CreateImageElement + | CreateTextElement + | Crea... export interface ElementDragState { isDragging: boolean elementId: string | null trackId: string | null startMouseX: number + startMouseY: number startElementTime: number clickOffsetTime: number currentTime: number @@ -2034,6 +2073,7 @@ timeline.ts elementDuration: number pixelsPerSecond: number zoomLevel: number + excludeElementId?: string } export interface ClipboardItem { trackType: TrackType diff --git a/.vscode/settings.json b/.vscode/settings.json index 501babd0..5912f6c4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,20 +1,17 @@ { - "editor.defaultFormatter": "esbenp.prettier-vscode", - "[javascript][typescript][javascriptreact][typescriptreact][json][jsonc][css][graphql]": { - "editor.defaultFormatter": "biomejs.biome" - }, - "typescript.tsdk": "node_modules/typescript/lib", - "editor.formatOnSave": true, - "editor.formatOnPaste": true, - "emmet.showExpandedAbbreviation": "never", - "editor.codeActionsOnSave": { - "source.fixAll.biome": "explicit", - "source.organizeImports.biome": "explicit" - }, - "[typescriptreact]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[typescript]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "esbenp.prettier-vscode", + "[javascript][typescript][javascriptreact][typescriptreact][json][jsonc][css][graphql]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "typescript.tsdk": "node_modules/typescript/lib", + "editor.formatOnSave": true, + "editor.formatOnPaste": true, + "emmet.showExpandedAbbreviation": "never", + "[typescriptreact]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[typescript]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } } -} + \ No newline at end of file diff --git a/apps/web/.next/server/app-paths-manifest.json b/apps/web/.next/server/app-paths-manifest.json index 46936dbb..9c46bc8b 100644 --- a/apps/web/.next/server/app-paths-manifest.json +++ b/apps/web/.next/server/app-paths-manifest.json @@ -1,4 +1,3 @@ { - "/editor/[project_id]/page": "app/editor/[project_id]/page.js", - "/projects/page": "app/projects/page.js" + "/editor/[project_id]/page": "app/editor/[project_id]/page.js" } \ No newline at end of file diff --git a/apps/web/.next/server/pages-manifest.json b/apps/web/.next/server/pages-manifest.json index 6ac637a7..9e26dfee 100644 --- a/apps/web/.next/server/pages-manifest.json +++ b/apps/web/.next/server/pages-manifest.json @@ -1,5 +1 @@ -{ - "/_app": "pages/_app.js", - "/_document": "pages/_document.js", - "/_error": "pages/_error.js" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/apps/web/.next/trace b/apps/web/.next/trace index d150fe0e..e682ce23 100644 --- a/apps/web/.next/trace +++ b/apps/web/.next/trace @@ -82,3 +82,41 @@ [{"name":"client-hmr-latency","duration":164000,"timestamp":23250092801,"id":1209,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/export-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577144654,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":73556,"timestamp":23250332052,"id":1208,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577144605,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":204856,"timestamp":23250252315,"id":1205,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577144525,"traceId":"5ef2924dee457795"},{"name":"memory-usage","duration":3,"timestamp":23250457211,"id":1210,"parentId":1205,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj","memory.rss":"1241202688","memory.heapUsed":"654280208","memory.heapTotal":"712331264"},"startTime":1768577144730,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1840,"timestamp":23251712017,"id":1211,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768577145985,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":171000,"timestamp":23276195552,"id":1212,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/export-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577170658,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":171000,"timestamp":23279956462,"id":1213,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/export-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577174430,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":187000,"timestamp":23321724655,"id":1214,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/renderer-manager.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577216215,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":192000,"timestamp":23343763683,"id":1215,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/renderer-manager.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577238696,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":171000,"timestamp":23354111214,"id":1216,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/renderer-manager.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577248586,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":173000,"timestamp":23429380880,"id":1217,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/renderer-manager.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577323861,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":169000,"timestamp":23549007202,"id":1218,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/export-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577443483,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":200000,"timestamp":23554784491,"id":1219,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/audio-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577449274,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":154000,"timestamp":23557239325,"id":1220,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/audio-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577452129,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":153000,"timestamp":23570242780,"id":1221,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/export-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577464700,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":171000,"timestamp":23575408233,"id":1222,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/audio-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577469872,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":230000,"timestamp":23585471429,"id":1223,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/export-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577480010,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":218000,"timestamp":23640606050,"id":1224,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/renderer-manager.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577535128,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":185000,"timestamp":23641672868,"id":1225,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/renderer-manager.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577536147,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":162000,"timestamp":23710730871,"id":1226,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/renderer-manager.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577605756,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":2195,"timestamp":24001174218,"id":1227,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577895447,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":163,"timestamp":24001177071,"id":1228,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577895450,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":95,"timestamp":24001177250,"id":1229,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577895450,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":135,"timestamp":24001177797,"id":1230,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577895451,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":98,"timestamp":24001177943,"id":1231,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577895451,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":168000,"timestamp":24001016781,"id":1235,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/mediabunny-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577895508,"traceId":"5ef2924dee457795"},{"name":"compile-path","duration":65410,"timestamp":24001180390,"id":1234,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768577895453,"traceId":"5ef2924dee457795"}] [{"name":"ensure-page","duration":56707,"timestamp":24001254652,"id":1236,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577895528,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":276826,"timestamp":24001178461,"id":1232,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577895451,"traceId":"5ef2924dee457795"},{"name":"memory-usage","duration":3,"timestamp":24001455327,"id":1237,"parentId":1232,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj","memory.rss":"1102340096","memory.heapUsed":"565489856","memory.heapTotal":"583434240"},"startTime":1768577895728,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1821,"timestamp":24001784806,"id":1238,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577896058,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":133,"timestamp":24001786989,"id":1239,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577896060,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":86,"timestamp":24001787135,"id":1240,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577896060,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":111,"timestamp":24001787530,"id":1241,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577896061,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":70,"timestamp":24001787651,"id":1242,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577896061,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":72455,"timestamp":24001789820,"id":1244,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577896063,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":65527,"timestamp":24001927490,"id":1245,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577896200,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":247714,"timestamp":24001788078,"id":1243,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577896061,"traceId":"5ef2924dee457795"},{"name":"memory-usage","duration":3,"timestamp":24002035823,"id":1246,"parentId":1243,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj","memory.rss":"1114173440","memory.heapUsed":"562758776","memory.heapTotal":"588623872"},"startTime":1768577896309,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1612,"timestamp":24002380504,"id":1247,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768577896654,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1569,"timestamp":24009147249,"id":1248,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577903420,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":133,"timestamp":24009149212,"id":1249,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577903422,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":71,"timestamp":24009149357,"id":1250,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577903422,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":92,"timestamp":24009149687,"id":1251,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577903423,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":73,"timestamp":24009149787,"id":1252,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577903423,"traceId":"5ef2924dee457795"},{"name":"compile-path","duration":60579,"timestamp":24009151368,"id":1255,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768577903424,"traceId":"5ef2924dee457795"}] [{"name":"ensure-page","duration":62398,"timestamp":24009219609,"id":1256,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577903493,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":171116,"timestamp":24009150177,"id":1253,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577903423,"traceId":"5ef2924dee457795"},{"name":"memory-usage","duration":3,"timestamp":24009321322,"id":1257,"parentId":1253,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj","memory.rss":"1118314496","memory.heapUsed":"575771816","memory.heapTotal":"616935424"},"startTime":1768577903594,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":166000,"timestamp":24008989195,"id":1258,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/mediabunny-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577904001,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1689,"timestamp":24009741265,"id":1259,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577904014,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":126,"timestamp":24009743346,"id":1260,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577904016,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":78,"timestamp":24009743485,"id":1261,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577904016,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":93,"timestamp":24009743815,"id":1262,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577904017,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":85,"timestamp":24009743917,"id":1263,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577904017,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":66164,"timestamp":24009745510,"id":1265,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577904019,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":115707,"timestamp":24009873789,"id":1266,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577904147,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":318542,"timestamp":24009744349,"id":1264,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577904017,"traceId":"5ef2924dee457795"},{"name":"memory-usage","duration":7,"timestamp":24010062968,"id":1267,"parentId":1264,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj","memory.rss":"1124294656","memory.heapUsed":"563670808","memory.heapTotal":"616935424"},"startTime":1768577904336,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":2153,"timestamp":24010531319,"id":1268,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768577904804,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1794,"timestamp":24016697043,"id":1269,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577910970,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":251,"timestamp":24016699241,"id":1270,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577910972,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":84,"timestamp":24016699509,"id":1271,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577910973,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":135,"timestamp":24016699868,"id":1272,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577910973,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":89,"timestamp":24016700016,"id":1273,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577910973,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":181000,"timestamp":24016523371,"id":1277,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/mediabunny-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768577911032,"traceId":"5ef2924dee457795"},{"name":"compile-path","duration":67549,"timestamp":24016701713,"id":1276,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768577910975,"traceId":"5ef2924dee457795"}] +[{"name":"ensure-page","duration":66733,"timestamp":24016777620,"id":1278,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577911051,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":199544,"timestamp":24016700385,"id":1274,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577910973,"traceId":"5ef2924dee457795"},{"name":"memory-usage","duration":4,"timestamp":24016899972,"id":1279,"parentId":1274,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj","memory.rss":"1139867648","memory.heapUsed":"563994232","memory.heapTotal":"617431040"},"startTime":1768577911173,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1766,"timestamp":24017426502,"id":1280,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577911700,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":136,"timestamp":24017428773,"id":1281,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577911702,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":73,"timestamp":24017428921,"id":1282,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577911702,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":126,"timestamp":24017429285,"id":1283,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577911702,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":79,"timestamp":24017429423,"id":1284,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768577911702,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":61810,"timestamp":24017431386,"id":1286,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577911704,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":65874,"timestamp":24017500114,"id":1287,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768577911773,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":178567,"timestamp":24017429829,"id":1285,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768577911703,"traceId":"5ef2924dee457795"},{"name":"memory-usage","duration":4,"timestamp":24017608438,"id":1288,"parentId":1285,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj","memory.rss":"1140707328","memory.heapUsed":"576228520","memory.heapTotal":"617893888"},"startTime":1768577911881,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":1976,"timestamp":24018171049,"id":1289,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768577912444,"traceId":"5ef2924dee457795"},{"name":"client-hmr-latency","duration":474000,"timestamp":24465656648,"id":1290,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/mediabunny-utils.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":true},"startTime":1768578360440,"traceId":"5ef2924dee457795"},{"name":"handle-request","duration":4968,"timestamp":33118536239,"id":1291,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e?_rsc=6p1dj"},"startTime":1768587012809,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":302,"timestamp":33118543897,"id":1292,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587012817,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":202,"timestamp":33118544234,"id":1293,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587012817,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":349,"timestamp":33118546196,"id":1294,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587012819,"traceId":"5ef2924dee457795"},{"name":"ensure-page","duration":281,"timestamp":33118546580,"id":1295,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587012820,"traceId":"5ef2924dee457795"},{"name":"compile-path","duration":6948,"timestamp":33118552368,"id":1298,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768587012825,"traceId":"5ef2924dee457795"}] +[{"name":"next-dev","duration":27898722804,"timestamp":5226557118,"id":1,"tags":{},"startTime":1768559120830,"traceId":"5ef2924dee457795"}] +[{"name":"hot-reloader","duration":51,"timestamp":33132454274,"id":3,"tags":{"version":"15.5.7"},"startTime":1768587026727,"traceId":"c8165952c9f52684"},{"name":"compile-path","duration":231119,"timestamp":33132597801,"id":4,"tags":{"trigger":"middleware"},"startTime":1768587026870,"traceId":"c8165952c9f52684"}] +[{"name":"setup-dev-bundler","duration":920578,"timestamp":33132452812,"id":2,"parentId":1,"tags":{},"startTime":1768587026725,"traceId":"c8165952c9f52684"},{"name":"start-dev-server","duration":2755844,"timestamp":33131048099,"id":1,"tags":{"cpus":"20","platform":"win32","memory.freeMem":"7747702784","memory.totalMem":"34212728832","memory.heapSizeLimit":"17306746880","memory.rss":"310075392","memory.heapTotal":"130629632","memory.heapUsed":"73170920"},"startTime":1768587025321,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":90645,"timestamp":33133810586,"id":5,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587028083,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":958,"timestamp":33133904428,"id":6,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587028177,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":192,"timestamp":33133905453,"id":7,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587028178,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":218,"timestamp":33133906993,"id":8,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587028179,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":175,"timestamp":33133907285,"id":9,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587028180,"traceId":"c8165952c9f52684"},{"name":"compile-path","duration":12497822,"timestamp":33133912491,"id":12,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768587028185,"traceId":"c8165952c9f52684"}] +[{"name":"compile-path","duration":2384553,"timestamp":33146419194,"id":14,"tags":{"trigger":"/_error"},"startTime":1768587040691,"traceId":"c8165952c9f52684"}] +[{"name":"handle-request","duration":15544817,"timestamp":33133909181,"id":10,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587028181,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":2351,"timestamp":33149454106,"id":15,"parentId":10,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","memory.rss":"1497214976","memory.heapUsed":"91451384","memory.heapTotal":"105840640"},"startTime":1768587043729,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":72171,"timestamp":33149559706,"id":16,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587043832,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":402,"timestamp":33149669353,"id":17,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587043942,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":263,"timestamp":33149669821,"id":18,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587043942,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":407,"timestamp":33149690941,"id":19,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587043963,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":18146,"timestamp":33149691400,"id":20,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587043964,"traceId":"c8165952c9f52684"},{"name":"navigation-to-hydration","duration":20550000,"timestamp":33131020294,"id":21,"parentId":3,"tags":{"pathname":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","query":""},"startTime":1768587045843,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":4148,"timestamp":33171748681,"id":22,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587066021,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":326,"timestamp":33171754264,"id":23,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587066027,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":194,"timestamp":33171754657,"id":24,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587066027,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":169,"timestamp":33171755858,"id":25,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587066028,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":122,"timestamp":33171756049,"id":26,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587066028,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":298000,"timestamp":33171442185,"id":30,"parentId":3,"tags":{"updatedModules":[],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587066076,"traceId":"c8165952c9f52684"},{"name":"compile-path","duration":217974,"timestamp":33171760267,"id":29,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768587066033,"traceId":"c8165952c9f52684"}] +[{"name":"ensure-page","duration":85176,"timestamp":33171991882,"id":31,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768587066264,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":1557344,"timestamp":33171756948,"id":27,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587066029,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":6,"timestamp":33173314592,"id":32,"parentId":27,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","memory.rss":"1488470016","memory.heapUsed":"188833152","memory.heapTotal":"232112128"},"startTime":1768587067587,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":4814,"timestamp":33173341818,"id":33,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587067614,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":318,"timestamp":33173347814,"id":34,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587067620,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":694,"timestamp":33173348177,"id":35,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587067620,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":175,"timestamp":33173349334,"id":36,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587067622,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":126,"timestamp":33173349533,"id":37,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587067622,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":5146,"timestamp":33178414060,"id":38,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768587072686,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":483000,"timestamp":33180044083,"id":39,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587074866,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":8243,"timestamp":33183297598,"id":40,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587077570,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":709,"timestamp":33183307672,"id":41,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587077580,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":151,"timestamp":33183308420,"id":42,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587077581,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":282,"timestamp":33183310037,"id":43,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587077582,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":183,"timestamp":33183310366,"id":44,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587077583,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":463000,"timestamp":33182798748,"id":47,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587077636,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":187950,"timestamp":33183317448,"id":46,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768587077590,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":7235,"timestamp":33183655042,"id":49,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768587077927,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":141980,"timestamp":33183520612,"id":48,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768587077793,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":948300,"timestamp":33183311428,"id":45,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768587077584,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":3,"timestamp":33184259783,"id":50,"parentId":45,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","memory.rss":"1592983552","memory.heapUsed":"204195664","memory.heapTotal":"265814016"},"startTime":1768587078532,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":5462,"timestamp":33184413802,"id":51,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587078686,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":366,"timestamp":33184420368,"id":52,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587078693,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":206,"timestamp":33184420837,"id":53,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587078693,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":184,"timestamp":33184421561,"id":54,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587078694,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":137,"timestamp":33184421770,"id":55,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768587078694,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":326000,"timestamp":33353478164,"id":56,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/services/renderer/scene-builder.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587248110,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":364000,"timestamp":33390262719,"id":57,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/services/renderer/nodes/text-node.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587284926,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":277000,"timestamp":33567876105,"id":58,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/services/renderer/scene-builder.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587462452,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":341000,"timestamp":33572519210,"id":59,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/services/renderer/nodes/text-node.ts","[project]/apps/web/src/services/renderer/scene-builder.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587467157,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":359000,"timestamp":33607775325,"id":60,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/services/renderer/scene-builder.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587502439,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":329000,"timestamp":33709063172,"id":61,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/services/renderer/scene-builder.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768587603696,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":497000,"timestamp":33735868131,"id":62,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/services/renderer/scene-builder.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":true},"startTime":1768587630668,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":242000,"timestamp":34272642997,"id":63,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/storage/storage-service.ts"],"page":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","isPageHidden":false},"startTime":1768588167229,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":6108,"timestamp":34420516474,"id":64,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768588314789,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":430,"timestamp":34420523901,"id":65,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768588314797,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":355,"timestamp":34420524383,"id":66,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768588314797,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":271,"timestamp":34420526617,"id":67,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768588314800,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":191,"timestamp":34420526923,"id":68,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768588314800,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":131825,"timestamp":34420531468,"id":70,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768588314804,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":122731,"timestamp":34420675776,"id":71,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768588314949,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":816334,"timestamp":34420527968,"id":69,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768588314801,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":5,"timestamp":34421344388,"id":72,"parentId":69,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","memory.rss":"1535913984","memory.heapUsed":"229205328","memory.heapTotal":"269504512"},"startTime":1768588315617,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":4908,"timestamp":34421398159,"id":73,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768588315671,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":376,"timestamp":34421403891,"id":74,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768588315677,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":238,"timestamp":34421404307,"id":75,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768588315677,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":363,"timestamp":34421405494,"id":76,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768588315678,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":1128,"timestamp":34421405901,"id":77,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768588315679,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":4325,"timestamp":34423699889,"id":78,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768588317973,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":20858,"timestamp":45413006908,"id":79,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599307258,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":645,"timestamp":45413030344,"id":80,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599307281,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":315,"timestamp":45413031026,"id":81,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599307282,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":296,"timestamp":45413032036,"id":82,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599307283,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":231,"timestamp":45413032357,"id":83,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599307283,"traceId":"c8165952c9f52684"},{"name":"compile-path","duration":272047,"timestamp":45413044356,"id":86,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768599307295,"traceId":"c8165952c9f52684"}] +[{"name":"ensure-page","duration":124527,"timestamp":45413331520,"id":87,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599307582,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":1402487,"timestamp":45413033887,"id":84,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599307285,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":6,"timestamp":45414436554,"id":88,"parentId":84,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","memory.rss":"642637824","memory.heapUsed":"228859576","memory.heapTotal":"296968192"},"startTime":1768599308687,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":5420,"timestamp":45414458995,"id":89,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599308710,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":375,"timestamp":45414465313,"id":90,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599308716,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":358,"timestamp":45414465765,"id":91,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599308716,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":929,"timestamp":45414466984,"id":92,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599308718,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":423,"timestamp":45414467998,"id":93,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599308719,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":26502,"timestamp":45416002452,"id":94,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768599310253,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":4880,"timestamp":45483836376,"id":95,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599378087,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":411,"timestamp":45483843181,"id":96,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599378093,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":259,"timestamp":45483843640,"id":97,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599378094,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":302,"timestamp":45483844837,"id":98,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599378095,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":232,"timestamp":45483845178,"id":99,"parentId":3,"tags":{"inputPage":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599378095,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":90459,"timestamp":45483850028,"id":101,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599378100,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":99459,"timestamp":45483948654,"id":102,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599378199,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":769756,"timestamp":45483846440,"id":100,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e"},"startTime":1768599378097,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":4,"timestamp":45484616265,"id":103,"parentId":100,"tags":{"url":"/editor/dcc6c21d-cde2-41d6-a414-024c4b526f4e","memory.rss":"613384192","memory.heapUsed":"204679608","memory.heapTotal":"213819392"},"startTime":1768599378866,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":4266,"timestamp":45484621876,"id":104,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599378872,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":318,"timestamp":45484627314,"id":105,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599378878,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":253,"timestamp":45484627666,"id":106,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599378878,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":304,"timestamp":45484629079,"id":107,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599378879,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":245,"timestamp":45484629429,"id":108,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599378880,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":7702,"timestamp":45485762553,"id":109,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768599380013,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":3573,"timestamp":45487397929,"id":110,"tags":{"url":"/projects?_rsc=17exn"},"startTime":1768599381648,"traceId":"c8165952c9f52684"},{"name":"compile-path","duration":1193257,"timestamp":45487404955,"id":113,"tags":{"trigger":"/projects"},"startTime":1768599381655,"traceId":"c8165952c9f52684"}] +[{"name":"ensure-page","duration":98891,"timestamp":45488611733,"id":114,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768599382862,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":1392736,"timestamp":45487402174,"id":111,"tags":{"url":"/projects?_rsc=17exn"},"startTime":1768599381652,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":5,"timestamp":45488794998,"id":115,"parentId":111,"tags":{"url":"/projects?_rsc=17exn","memory.rss":"819933184","memory.heapUsed":"211156960","memory.heapTotal":"227880960"},"startTime":1768599383045,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":2703,"timestamp":45490359065,"id":116,"tags":{"url":"/editor/adcc1013-d0c5-492b-84d1-1ca67606b13b?_rsc=qdzqe"},"startTime":1768599384609,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":238,"timestamp":45490362352,"id":117,"parentId":3,"tags":{"inputPage":"/editor/adcc1013-d0c5-492b-84d1-1ca67606b13b"},"startTime":1768599384613,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":192,"timestamp":45490362616,"id":118,"parentId":3,"tags":{"inputPage":"/editor/adcc1013-d0c5-492b-84d1-1ca67606b13b"},"startTime":1768599384613,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":215,"timestamp":45490363559,"id":119,"parentId":3,"tags":{"inputPage":"/editor/adcc1013-d0c5-492b-84d1-1ca67606b13b"},"startTime":1768599384614,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":171,"timestamp":45490363801,"id":120,"parentId":3,"tags":{"inputPage":"/editor/adcc1013-d0c5-492b-84d1-1ca67606b13b"},"startTime":1768599384614,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":85399,"timestamp":45490367127,"id":122,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599384617,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":101393,"timestamp":45490459921,"id":123,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599384710,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":261287,"timestamp":45490364544,"id":121,"tags":{"url":"/editor/adcc1013-d0c5-492b-84d1-1ca67606b13b?_rsc=qdzqe"},"startTime":1768599384615,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":8,"timestamp":45490625917,"id":124,"parentId":121,"tags":{"url":"/editor/adcc1013-d0c5-492b-84d1-1ca67606b13b?_rsc=qdzqe","memory.rss":"827064320","memory.heapUsed":"221273024","memory.heapTotal":"248528896"},"startTime":1768599384876,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":3849,"timestamp":45602875376,"id":125,"tags":{"url":"/projects?_rsc=141d3"},"startTime":1768599497126,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":88482,"timestamp":45602884182,"id":127,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768599497135,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":91899,"timestamp":45602984774,"id":128,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768599497235,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":240045,"timestamp":45602879956,"id":126,"tags":{"url":"/projects?_rsc=141d3"},"startTime":1768599497131,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":44,"timestamp":45603120081,"id":129,"parentId":126,"tags":{"url":"/projects?_rsc=141d3","memory.rss":"810254336","memory.heapUsed":"216601008","memory.heapTotal":"247832576"},"startTime":1768599497371,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":2511,"timestamp":45604541102,"id":130,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=qdzqe"},"startTime":1768599498792,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":223,"timestamp":45604544243,"id":131,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599498795,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":165,"timestamp":45604544488,"id":132,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599498795,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":234,"timestamp":45604545181,"id":133,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599498796,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":186,"timestamp":45604545444,"id":134,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599498796,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":79211,"timestamp":45604548693,"id":136,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599498799,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":88214,"timestamp":45604638142,"id":137,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599498889,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":246354,"timestamp":45604546300,"id":135,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=qdzqe"},"startTime":1768599498797,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":6,"timestamp":45604792709,"id":138,"parentId":135,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=qdzqe","memory.rss":"820416512","memory.heapUsed":"214194280","memory.heapTotal":"221065216"},"startTime":1768599499043,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":200000,"timestamp":45932474840,"id":139,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599827028,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":1931,"timestamp":45937682197,"id":140,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=zqrb1"},"startTime":1768599831932,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":180,"timestamp":45937684700,"id":141,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599831935,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":107,"timestamp":45937684897,"id":142,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599831935,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":124,"timestamp":45937685342,"id":143,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599831935,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":91,"timestamp":45937685480,"id":144,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599831935,"traceId":"c8165952c9f52684"},{"name":"compile-path","duration":67809,"timestamp":45937688014,"id":147,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768599831938,"traceId":"c8165952c9f52684"}] +[{"name":"client-hmr-latency","duration":239000,"timestamp":45937453421,"id":149,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599832061,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":60988,"timestamp":45937762430,"id":148,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599832012,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":225408,"timestamp":45937686558,"id":145,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=zqrb1"},"startTime":1768599831937,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":4,"timestamp":45937912004,"id":150,"parentId":145,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=zqrb1","memory.rss":"842125312","memory.heapUsed":"239156552","memory.heapTotal":"256192512"},"startTime":1768599832162,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":226000,"timestamp":45944455282,"id":151,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599839030,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":2303,"timestamp":45967015303,"id":152,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=zqrb1"},"startTime":1768599861265,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":170,"timestamp":45967018167,"id":153,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599861268,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":101,"timestamp":45967018359,"id":154,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599861268,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":129,"timestamp":45967018787,"id":155,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599861269,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":83,"timestamp":45967018933,"id":156,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599861269,"traceId":"c8165952c9f52684"},{"name":"compile-path","duration":74066,"timestamp":45967021077,"id":159,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768599861271,"traceId":"c8165952c9f52684"}] +[{"name":"client-hmr-latency","duration":243000,"timestamp":45966781904,"id":161,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599861411,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":67860,"timestamp":45967101219,"id":160,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599861351,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":712246,"timestamp":45967019351,"id":157,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=zqrb1"},"startTime":1768599861269,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":3,"timestamp":45967731631,"id":162,"parentId":157,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda?_rsc=zqrb1","memory.rss":"868921344","memory.heapUsed":"249045368","memory.heapTotal":"286392320"},"startTime":1768599861982,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":240000,"timestamp":45969403741,"id":163,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599864024,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":215000,"timestamp":45974144785,"id":164,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599868699,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":236000,"timestamp":45976490040,"id":165,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599871067,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":247000,"timestamp":45978525569,"id":166,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599873106,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":443000,"timestamp":45986689858,"id":167,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599881448,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":185000,"timestamp":45997834628,"id":168,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599892364,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":222000,"timestamp":45999676526,"id":169,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599894245,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":2508,"timestamp":46004591529,"id":170,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599898842,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":194,"timestamp":46004594689,"id":171,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599898845,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":106,"timestamp":46004594906,"id":172,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599898845,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":148,"timestamp":46004595528,"id":173,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599898846,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":104,"timestamp":46004595691,"id":174,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599898846,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":206000,"timestamp":46004348447,"id":177,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768599898859,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":70991,"timestamp":46004597482,"id":176,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599898848,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":62716,"timestamp":46004676095,"id":178,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599898927,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":1767257,"timestamp":46004596215,"id":175,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599898847,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":2,"timestamp":46006363498,"id":179,"parentId":175,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","memory.rss":"1123766272","memory.heapUsed":"371452632","memory.heapTotal":"467333120"},"startTime":1768599900614,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":1995,"timestamp":46006455070,"id":180,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599900705,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":166,"timestamp":46006457608,"id":181,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599900708,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":116,"timestamp":46006457793,"id":182,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599900708,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":155,"timestamp":46006458319,"id":183,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599900709,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":87,"timestamp":46006458488,"id":184,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599900709,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":2132,"timestamp":46008534083,"id":185,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768599902785,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":3190,"timestamp":46020430731,"id":186,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599914681,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":440,"timestamp":46020435026,"id":187,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599914685,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":260,"timestamp":46020435512,"id":188,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599914686,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":247,"timestamp":46020436836,"id":189,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599914687,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":190,"timestamp":46020437112,"id":190,"parentId":3,"tags":{"inputPage":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599914688,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":172312,"timestamp":46020441575,"id":192,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599914692,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":83053,"timestamp":46020623091,"id":193,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768599914874,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":765115,"timestamp":46020438090,"id":191,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda"},"startTime":1768599914689,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":4,"timestamp":46021203279,"id":194,"parentId":191,"tags":{"url":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","memory.rss":"1197002752","memory.heapUsed":"409847216","memory.heapTotal":"496857088"},"startTime":1768599915454,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":5304,"timestamp":46021204608,"id":195,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599915455,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":303,"timestamp":46021210995,"id":196,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599915461,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":214,"timestamp":46021211331,"id":197,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599915462,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":238,"timestamp":46021212306,"id":198,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599915463,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":217,"timestamp":46021212570,"id":199,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768599915463,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":32724,"timestamp":46022360024,"id":200,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768599916610,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":1096000,"timestamp":46252855997,"id":201,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":true},"startTime":1768600148330,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":392000,"timestamp":46260861378,"id":202,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768600155734,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":232000,"timestamp":46266620358,"id":203,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/timeline/drop-utils.ts"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768600161200,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":210000,"timestamp":46269990411,"id":204,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-resize.ts"],"page":"/editor/8bbda9f5-96a5-44f2-afbc-b07c3de3ebda","isPageHidden":false},"startTime":1768600164491,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":4266,"timestamp":46444205278,"id":205,"tags":{"url":"/projects?_rsc=f3d7o"},"startTime":1768600338456,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":89456,"timestamp":46444213251,"id":207,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768600338464,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":84447,"timestamp":46444310909,"id":208,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768600338562,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":231731,"timestamp":46444210202,"id":206,"tags":{"url":"/projects?_rsc=f3d7o"},"startTime":1768600338461,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":3,"timestamp":46444441977,"id":209,"parentId":206,"tags":{"url":"/projects?_rsc=f3d7o","memory.rss":"977145856","memory.heapUsed":"332389536","memory.heapTotal":"338509824"},"startTime":1768600338693,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":2397,"timestamp":46446698960,"id":210,"tags":{"url":"/editor/f4332970-d621-480a-a209-ad4d6b64304f?_rsc=qdzqe"},"startTime":1768600340950,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":223,"timestamp":46446702146,"id":211,"parentId":3,"tags":{"inputPage":"/editor/f4332970-d621-480a-a209-ad4d6b64304f"},"startTime":1768600340953,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":170,"timestamp":46446702393,"id":212,"parentId":3,"tags":{"inputPage":"/editor/f4332970-d621-480a-a209-ad4d6b64304f"},"startTime":1768600340953,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":199,"timestamp":46446703201,"id":213,"parentId":3,"tags":{"inputPage":"/editor/f4332970-d621-480a-a209-ad4d6b64304f"},"startTime":1768600340954,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":150,"timestamp":46446703421,"id":214,"parentId":3,"tags":{"inputPage":"/editor/f4332970-d621-480a-a209-ad4d6b64304f"},"startTime":1768600340954,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":109318,"timestamp":46446707818,"id":216,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768600340959,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":82110,"timestamp":46446826241,"id":217,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768600341077,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":347271,"timestamp":46446704162,"id":215,"tags":{"url":"/editor/f4332970-d621-480a-a209-ad4d6b64304f?_rsc=qdzqe"},"startTime":1768600340955,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":4,"timestamp":46447051476,"id":218,"parentId":215,"tags":{"url":"/editor/f4332970-d621-480a-a209-ad4d6b64304f?_rsc=qdzqe","memory.rss":"1016324096","memory.heapUsed":"353069144","memory.heapTotal":"388005888"},"startTime":1768600341302,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":201000,"timestamp":46563272093,"id":219,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/timeline/drop-utils.ts"],"page":"/editor/f4332970-d621-480a-a209-ad4d6b64304f","isPageHidden":false},"startTime":1768600457814,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":151000,"timestamp":46574506495,"id":220,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/f4332970-d621-480a-a209-ad4d6b64304f","isPageHidden":false},"startTime":1768600468996,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":3527,"timestamp":46667028501,"id":221,"tags":{"url":"/projects?_rsc=px2w3"},"startTime":1768600561279,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":87175,"timestamp":46667037087,"id":223,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768600561288,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":92070,"timestamp":46667134845,"id":224,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768600561386,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":233761,"timestamp":46667032868,"id":222,"tags":{"url":"/projects?_rsc=px2w3"},"startTime":1768600561284,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":3,"timestamp":46667266676,"id":225,"parentId":222,"tags":{"url":"/projects?_rsc=px2w3","memory.rss":"1008771072","memory.heapUsed":"336030280","memory.heapTotal":"376852480"},"startTime":1768600561518,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":3225,"timestamp":46668204407,"id":226,"tags":{"url":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499?_rsc=qdzqe"},"startTime":1768600562455,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":277,"timestamp":46668208344,"id":227,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768600562459,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":197,"timestamp":46668208650,"id":228,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768600562460,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":221,"timestamp":46668209392,"id":229,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768600562460,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":178,"timestamp":46668209635,"id":230,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768600562461,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":139905,"timestamp":46668213669,"id":232,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768600562465,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":88259,"timestamp":46668362592,"id":233,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768600562614,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":370614,"timestamp":46668210340,"id":231,"tags":{"url":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499?_rsc=qdzqe"},"startTime":1768600562461,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":2,"timestamp":46668580996,"id":234,"parentId":231,"tags":{"url":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499?_rsc=qdzqe","memory.rss":"1014132736","memory.heapUsed":"344920368","memory.heapTotal":"369029120"},"startTime":1768600562832,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":6000,"timestamp":46769476479,"id":235,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499","isPageHidden":true},"startTime":1768600663983,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":217000,"timestamp":46773074498,"id":236,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/timeline/drop-utils.ts"],"page":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499","isPageHidden":true},"startTime":1768600669326,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":307000,"timestamp":46777182058,"id":237,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-resize.ts"],"page":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499","isPageHidden":true},"startTime":1768600671814,"traceId":"c8165952c9f52684"},{"name":"client-hmr-latency","duration":2000,"timestamp":47565521149,"id":238,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499","isPageHidden":true},"startTime":1768601460960,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":8141,"timestamp":48066993002,"id":239,"tags":{"url":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768601961244,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":368,"timestamp":48067002490,"id":240,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768601961254,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":257,"timestamp":48067002903,"id":241,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768601961254,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":272,"timestamp":48067003856,"id":242,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768601961255,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":279,"timestamp":48067004158,"id":243,"parentId":3,"tags":{"inputPage":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768601961255,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":116756,"timestamp":48067008686,"id":245,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768601961260,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":101581,"timestamp":48067134630,"id":246,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768601961386,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":863764,"timestamp":48067005197,"id":244,"tags":{"url":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499"},"startTime":1768601961256,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":3,"timestamp":48067869021,"id":247,"parentId":244,"tags":{"url":"/editor/0a2a4d86-895f-40d9-8596-948f899a9499","memory.rss":"757456896","memory.heapUsed":"415861200","memory.heapTotal":"452272128"},"startTime":1768601962120,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":5963,"timestamp":48067875911,"id":248,"tags":{"url":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768601962127,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":394,"timestamp":48067882989,"id":249,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768601962134,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":310,"timestamp":48067883461,"id":250,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768601962135,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":354,"timestamp":48067892541,"id":251,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768601962144,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":237,"timestamp":48067892931,"id":252,"parentId":3,"tags":{"inputPage":"/.well-known/appspecific/com.chrome.devtools.json"},"startTime":1768601962144,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":5257,"timestamp":48068942536,"id":253,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768601963194,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":3449,"timestamp":48071259950,"id":254,"tags":{"url":"/projects?_rsc=gdw93"},"startTime":1768601965511,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":90771,"timestamp":48071269311,"id":256,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768601965520,"traceId":"c8165952c9f52684"},{"name":"ensure-page","duration":87677,"timestamp":48071368627,"id":257,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768601965620,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":234754,"timestamp":48071264431,"id":255,"tags":{"url":"/projects?_rsc=gdw93"},"startTime":1768601965515,"traceId":"c8165952c9f52684"},{"name":"memory-usage","duration":3,"timestamp":48071499232,"id":258,"parentId":255,"tags":{"url":"/projects?_rsc=gdw93","memory.rss":"805535744","memory.heapUsed":"420528880","memory.heapTotal":"496742400"},"startTime":1768601965750,"traceId":"c8165952c9f52684"},{"name":"handle-request","duration":2686,"timestamp":48074800985,"id":259,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=qdzqe"},"startTime":1768601969052,"traceId":"c8165952c9f52684"}] +[{"name":"hot-reloader","duration":45,"timestamp":5223132316,"id":3,"tags":{"version":"15.5.7"},"startTime":1768665158405,"traceId":"66d1e786753f3916"},{"name":"compile-path","duration":365135,"timestamp":5224596067,"id":4,"tags":{"trigger":"middleware"},"startTime":1768665159869,"traceId":"66d1e786753f3916"}] +[{"name":"setup-dev-bundler","duration":2271250,"timestamp":5223131230,"id":2,"parentId":1,"tags":{},"startTime":1768665158404,"traceId":"66d1e786753f3916"},{"name":"start-dev-server","duration":4047528,"timestamp":5221718000,"id":1,"tags":{"cpus":"20","platform":"win32","memory.freeMem":"18065559552","memory.totalMem":"34212728832","memory.heapSizeLimit":"17306746880","memory.rss":"309362688","memory.heapTotal":"131678208","memory.heapUsed":"73039696"},"startTime":1768665156991,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":69127,"timestamp":5238424976,"id":5,"tags":{"url":"/"},"startTime":1768665173698,"traceId":"66d1e786753f3916"},{"name":"compile-path","duration":7158978,"timestamp":5238500042,"id":8,"tags":{"trigger":"/"},"startTime":1768665173773,"traceId":"66d1e786753f3916"}] +[{"name":"ensure-page","duration":78704,"timestamp":5245666793,"id":9,"parentId":3,"tags":{"inputPage":"/page"},"startTime":1768665180940,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":8300159,"timestamp":5238496095,"id":6,"tags":{"url":"/"},"startTime":1768665173769,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":17,"timestamp":5246796370,"id":10,"parentId":6,"tags":{"url":"/","memory.rss":"1192030208","memory.heapUsed":"185078400","memory.heapTotal":"246743040"},"startTime":1768665182070,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6734,"timestamp":5247117677,"id":11,"tags":{"url":"/logos/opencut/svg/logo.svg"},"startTime":1768665182391,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":79200,"timestamp":5247128083,"id":12,"tags":{"url":"/_next/image?url=%2Flanding-page-dark.png&w=1920&q=75"},"startTime":1768665182401,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":1,"timestamp":5247207333,"id":14,"parentId":12,"tags":{"url":"/_next/image?url=%2Flanding-page-dark.png&w=1920&q=75","memory.rss":"1204903936","memory.heapUsed":"190659808","memory.heapTotal":"248315904"},"startTime":1768665182480,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3944,"timestamp":5247207244,"id":13,"tags":{"url":"/landing-page-dark.png"},"startTime":1768665182480,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5659,"timestamp":5247599221,"id":15,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768665182872,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3653,"timestamp":5248547109,"id":16,"tags":{"url":"/projects?_rsc=vusbg"},"startTime":1768665183820,"traceId":"66d1e786753f3916"},{"name":"compile-path","duration":1899331,"timestamp":5248555061,"id":19,"tags":{"trigger":"/projects"},"startTime":1768665183828,"traceId":"66d1e786753f3916"}] +[{"name":"ensure-page","duration":133007,"timestamp":5250475909,"id":20,"parentId":3,"tags":{"inputPage":"/projects/page"},"startTime":1768665185749,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2150448,"timestamp":5248551348,"id":17,"tags":{"url":"/projects?_rsc=vusbg"},"startTime":1768665183824,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":5250701879,"id":21,"parentId":17,"tags":{"url":"/projects?_rsc=vusbg","memory.rss":"1269256192","memory.heapUsed":"170119464","memory.heapTotal":"251924480"},"startTime":1768665185975,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4084,"timestamp":5255266439,"id":22,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=qdzqe"},"startTime":1768665190540,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":528,"timestamp":5255271522,"id":23,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665190545,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":184,"timestamp":5255272097,"id":24,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665190545,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":250,"timestamp":5255273093,"id":25,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665190546,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":186,"timestamp":5255273376,"id":26,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665190547,"traceId":"66d1e786753f3916"},{"name":"compile-path","duration":3444140,"timestamp":5255277714,"id":29,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768665190551,"traceId":"66d1e786753f3916"}] +[{"name":"ensure-page","duration":89215,"timestamp":5258729828,"id":30,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768665194003,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3965991,"timestamp":5255274881,"id":27,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=qdzqe"},"startTime":1768665190548,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":5259240941,"id":31,"parentId":27,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=qdzqe","memory.rss":"1518280704","memory.heapUsed":"188901704","memory.heapTotal":"255299584"},"startTime":1768665194514,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5432,"timestamp":5273105984,"id":32,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665208379,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":307,"timestamp":5273112587,"id":33,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665208386,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":293,"timestamp":5273112938,"id":34,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665208386,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":256,"timestamp":5273114364,"id":35,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665208387,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":271,"timestamp":5273114653,"id":36,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665208388,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":83030,"timestamp":5273119795,"id":38,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768665208393,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":78932,"timestamp":5273209847,"id":39,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768665208483,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":536140,"timestamp":5273116575,"id":37,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665208390,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":5273652785,"id":40,"parentId":37,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1504247808","memory.heapUsed":"210245224","memory.heapTotal":"236040192"},"startTime":1768665208926,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4674,"timestamp":5274333457,"id":41,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768665209607,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4821,"timestamp":5281551664,"id":42,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665216825,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":374,"timestamp":5281557312,"id":43,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665216830,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":272,"timestamp":5281557749,"id":44,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665216831,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":248,"timestamp":5281558673,"id":45,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665216832,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":246,"timestamp":5281558953,"id":46,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665216832,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":81496,"timestamp":5281562999,"id":48,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768665216836,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":115295,"timestamp":5281651396,"id":49,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768665216925,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":310043,"timestamp":5281559912,"id":47,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665216833,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":6,"timestamp":5281870038,"id":50,"parentId":47,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1522827264","memory.heapUsed":"211658112","memory.heapTotal":"272691200"},"startTime":1768665217143,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3889,"timestamp":5282354180,"id":51,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768665217627,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3785,"timestamp":5287765432,"id":52,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665223038,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":311,"timestamp":5287769989,"id":53,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665223043,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":235,"timestamp":5287770342,"id":54,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665223043,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":212,"timestamp":5287771103,"id":55,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665223044,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":244,"timestamp":5287771342,"id":56,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665223044,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":73306,"timestamp":5287774628,"id":58,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768665223047,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":60776,"timestamp":5287856119,"id":59,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768665223129,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":256636,"timestamp":5287772130,"id":57,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768665223045,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":5288028816,"id":60,"parentId":57,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1543626752","memory.heapUsed":"211426512","memory.heapTotal":"273940480"},"startTime":1768665223301,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6058,"timestamp":5288478680,"id":61,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768665223751,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":208000,"timestamp":5766814835,"id":62,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/project/update-project-settings.ts","[project]/apps/web/src/lib/commands/project/index.ts","[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768665702351,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":156000,"timestamp":5771328301,"id":63,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/add-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768665706770,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":13000,"timestamp":8935014994,"id":64,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/media/add-media-asset.ts","[project]/apps/web/src/lib/commands/media/remove-media-asset.ts","[project]/apps/web/src/lib/commands/media/index.ts","[project]/apps/web/src/lib/commands/scene/create-scene.ts","[project]/apps/web/src/lib/commands/scene/delete-scene.ts","[project]/apps/web/src/lib/commands/scene/rename-scene.ts","[project]/apps/web/src/lib/commands/scene/toggle-bookmark.ts","[project]/apps/web/src/lib/commands/scene/remove-bookmark.ts","[project]/apps/web/src/lib/commands/scene/index.ts","[project]/apps/web/src/lib/commands/index.ts","[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870325,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935054101,"id":65,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870330,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935056994,"id":66,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870331,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":7125,"timestamp":8935062862,"id":67,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870336,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":6000,"timestamp":8935060355,"id":68,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870343,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":1000,"timestamp":8935066481,"id":69,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870344,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935067558,"id":70,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870344,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":1000,"timestamp":8935067619,"id":71,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870344,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":2000,"timestamp":8935070224,"id":73,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/add-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870348,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4871,"timestamp":8935072469,"id":72,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870345,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":2000,"timestamp":8935073332,"id":77,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/add-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870358,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935076481,"id":78,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/add-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870359,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935075536,"id":79,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/add-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870359,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935076676,"id":80,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870360,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935076759,"id":81,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/project-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870360,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935077853,"id":82,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/assets-panel/views/settings.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870360,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":0,"timestamp":8935078907,"id":83,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/assets-panel/views/settings.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768668870360,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":10912,"timestamp":8935078266,"id":74,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870351,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":10684,"timestamp":8935080526,"id":75,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768668870354,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":10226,"timestamp":8935083012,"id":76,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870356,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":9255,"timestamp":8935094093,"id":84,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870367,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":8710,"timestamp":8935096284,"id":85,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870369,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":8474,"timestamp":8935098146,"id":86,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870371,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":365,"timestamp":8935127357,"id":95,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870400,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":263,"timestamp":8935127767,"id":96,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870401,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":22107,"timestamp":8935107976,"id":87,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870381,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":22928,"timestamp":8935109542,"id":88,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870383,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":21963,"timestamp":8935112631,"id":89,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870386,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":23446,"timestamp":8935114567,"id":90,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870388,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":24028,"timestamp":8935116598,"id":91,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870390,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":23605,"timestamp":8935118596,"id":92,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870392,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":23269,"timestamp":8935120675,"id":93,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870394,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":22347,"timestamp":8935123055,"id":94,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870396,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":336,"timestamp":8935146688,"id":97,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870420,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":243,"timestamp":8935147066,"id":98,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870420,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":283,"timestamp":8935147794,"id":99,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870421,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":217,"timestamp":8935148114,"id":100,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870421,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":281,"timestamp":8935150053,"id":102,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870423,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":201,"timestamp":8935150368,"id":103,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870423,"traceId":"66d1e786753f3916"},{"name":"compile-path","duration":151831,"timestamp":8935156713,"id":106,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768668870430,"traceId":"66d1e786753f3916"}] +[{"name":"ensure-page","duration":133561,"timestamp":8935188954,"id":107,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768668870462,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":113835,"timestamp":8935318782,"id":108,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768668870592,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":370015,"timestamp":8935327489,"id":109,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768668870601,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6530,"timestamp":8936403651,"id":110,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768668871677,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":336,"timestamp":8936423507,"id":111,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668871697,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":227,"timestamp":8936423895,"id":112,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668871697,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":316,"timestamp":8936426429,"id":113,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668871699,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":264,"timestamp":8936426797,"id":114,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668871700,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1289256,"timestamp":8935154803,"id":104,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768668870428,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":8936444149,"id":115,"parentId":104,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1556750336","memory.heapUsed":"276564472","memory.heapTotal":"326619136"},"startTime":1768668871717,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3223,"timestamp":8937257665,"id":116,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768668872531,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":204000,"timestamp":9119413049,"id":117,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/scene/create-scene.ts","[project]/apps/web/src/lib/commands/scene/delete-scene.ts","[project]/apps/web/src/lib/commands/scene/rename-scene.ts","[project]/apps/web/src/lib/commands/scene/toggle-bookmark.ts","[project]/apps/web/src/lib/commands/scene/remove-bookmark.ts","[project]/apps/web/src/lib/commands/scene/index.ts","[project]/apps/web/src/core/managers/scenes-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768669054919,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":158000,"timestamp":9171440919,"id":118,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/scenes-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768669107118,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4961,"timestamp":9478709421,"id":119,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669413982,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":442,"timestamp":9478715696,"id":120,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669413988,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":263,"timestamp":9478716187,"id":121,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669413989,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":276,"timestamp":9478718141,"id":122,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669413991,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":228,"timestamp":9478718458,"id":123,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669413991,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":121701,"timestamp":9478723962,"id":125,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669413996,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":92857,"timestamp":9478856054,"id":126,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669414129,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1058402,"timestamp":9478719649,"id":124,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669413992,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":9479778121,"id":127,"parentId":124,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1582161920","memory.heapUsed":"305744376","memory.heapTotal":"363298816"},"startTime":1768669415051,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4223,"timestamp":9480558973,"id":128,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669415831,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":200000,"timestamp":9570814752,"id":129,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669506337,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2410,"timestamp":9575562249,"id":130,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669510834,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":164,"timestamp":9575565251,"id":131,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669510837,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":101,"timestamp":9575565444,"id":132,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669510838,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":142,"timestamp":9575566591,"id":133,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669510839,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":83,"timestamp":9575566753,"id":134,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669510839,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":230000,"timestamp":9575320481,"id":137,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669510883,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":100736,"timestamp":9575568927,"id":136,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669510841,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":69571,"timestamp":9575678518,"id":138,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669510951,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":855392,"timestamp":9575567225,"id":135,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669510839,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":9576422719,"id":139,"parentId":135,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1635422208","memory.heapUsed":"348689248","memory.heapTotal":"412176384"},"startTime":1768669511695,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2069,"timestamp":9576447589,"id":140,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669511720,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1510,"timestamp":9577793169,"id":141,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669513065,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1695,"timestamp":9581250664,"id":142,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669516523,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":175,"timestamp":9581252798,"id":143,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669516525,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":152,"timestamp":9581252996,"id":144,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669516525,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":209,"timestamp":9581253693,"id":145,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669516526,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":143,"timestamp":9581253923,"id":146,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669516526,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":187000,"timestamp":9581053758,"id":149,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669516572,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":82021,"timestamp":9581255965,"id":148,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669516528,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":63664,"timestamp":9581344994,"id":150,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669516617,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":502542,"timestamp":9581254453,"id":147,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669516527,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":9581757041,"id":151,"parentId":147,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1743093760","memory.heapUsed":"419153704","memory.heapTotal":"526602240"},"startTime":1768669517029,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1992,"timestamp":9582539516,"id":152,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669517812,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":155000,"timestamp":9582719440,"id":153,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669518150,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1595,"timestamp":9582882301,"id":154,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669518154,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":140,"timestamp":9582884237,"id":155,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669518156,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":77,"timestamp":9582884394,"id":156,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669518157,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":100,"timestamp":9582884793,"id":157,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669518157,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":67,"timestamp":9582884905,"id":158,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669518157,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":81041,"timestamp":9582886486,"id":160,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669518159,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":68254,"timestamp":9582975379,"id":161,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669518248,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":527772,"timestamp":9582885251,"id":159,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669518157,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":9583413067,"id":162,"parentId":159,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1812140032","memory.heapUsed":"478247608","memory.heapTotal":"576323584"},"startTime":1768669518685,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2023,"timestamp":9584025120,"id":163,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669519297,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3853,"timestamp":9593318605,"id":164,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669528591,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":191,"timestamp":9593323096,"id":165,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669528595,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":111,"timestamp":9593323310,"id":166,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669528595,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":142,"timestamp":9593324019,"id":167,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669528596,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":95,"timestamp":9593324176,"id":168,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669528596,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":177000,"timestamp":9593133769,"id":171,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669528636,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":67962,"timestamp":9593326249,"id":170,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669528598,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":219261,"timestamp":9593399448,"id":172,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669528672,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":651450,"timestamp":9593324633,"id":169,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669528597,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":2,"timestamp":9593976114,"id":173,"parentId":169,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1698111488","memory.heapUsed":"384650344","memory.heapTotal":"456802304"},"startTime":1768669529248,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2170,"timestamp":9594583867,"id":174,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669529856,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1778,"timestamp":9601169314,"id":175,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669536441,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":173,"timestamp":9601171544,"id":176,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669536444,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":111,"timestamp":9601171738,"id":177,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669536444,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":130,"timestamp":9601172268,"id":178,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669536444,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":88,"timestamp":9601172413,"id":179,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669536445,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":80949,"timestamp":9601174468,"id":181,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669536447,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":185000,"timestamp":9600976268,"id":183,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669536572,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":69976,"timestamp":9601261684,"id":182,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669536534,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":506374,"timestamp":9601172950,"id":180,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669536445,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":9601679358,"id":184,"parentId":180,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1814069248","memory.heapUsed":"484776568","memory.heapTotal":"581120000"},"startTime":1768669536951,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1915,"timestamp":9602317365,"id":185,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669537589,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1621,"timestamp":9608782101,"id":186,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669544054,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":139,"timestamp":9608784071,"id":187,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669544056,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":80,"timestamp":9608784226,"id":188,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669544056,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":97,"timestamp":9608784590,"id":189,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669544057,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":66,"timestamp":9608784697,"id":190,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669544057,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":199000,"timestamp":9608572349,"id":193,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669544070,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":72877,"timestamp":9608786629,"id":192,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669544059,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":58739,"timestamp":9608864195,"id":194,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669544136,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":500193,"timestamp":9608785016,"id":191,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669544057,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":9609285252,"id":195,"parentId":191,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1848483840","memory.heapUsed":"503574856","memory.heapTotal":"604991488"},"startTime":1768669544557,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1731,"timestamp":9609913807,"id":196,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669545186,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":15000,"timestamp":9610243831,"id":197,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669545539,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3041,"timestamp":9610279013,"id":198,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669545551,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":155,"timestamp":9610283067,"id":199,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669545555,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":111,"timestamp":9610283245,"id":200,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669545555,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":99,"timestamp":9610283580,"id":201,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669545556,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":66,"timestamp":9610283689,"id":202,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669545556,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":78977,"timestamp":9610285237,"id":204,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669545557,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":55818,"timestamp":9610370378,"id":205,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669545643,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":470005,"timestamp":9610284021,"id":203,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669545556,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":9610754066,"id":206,"parentId":203,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1838288896","memory.heapUsed":"475012648","memory.heapTotal":"597377024"},"startTime":1768669546026,"traceId":"66d1e786753f3916"}] +[{"name":"handle-request","duration":2161,"timestamp":9611347310,"id":207,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669546619,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1502,"timestamp":9614296040,"id":208,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669549568,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":127,"timestamp":9614297865,"id":209,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669549570,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":78,"timestamp":9614298011,"id":210,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669549570,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":102,"timestamp":9614298343,"id":211,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669549570,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":70,"timestamp":9614298456,"id":212,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669549571,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":214000,"timestamp":9614075060,"id":215,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669549607,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":92442,"timestamp":9614299774,"id":214,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669549572,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":56441,"timestamp":9614396744,"id":216,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669549669,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":483961,"timestamp":9614298752,"id":213,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669549571,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":9614782776,"id":217,"parentId":213,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1853603840","memory.heapUsed":"456947080","memory.heapTotal":"573874176"},"startTime":1768669550055,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3335,"timestamp":9615398524,"id":218,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669550671,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1685,"timestamp":9615908938,"id":219,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669551181,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":152,"timestamp":9615911065,"id":220,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669551183,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":90,"timestamp":9615911240,"id":221,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669551183,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":129,"timestamp":9615911654,"id":222,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669551184,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":79,"timestamp":9615911797,"id":223,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669551184,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":171000,"timestamp":9615731064,"id":226,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669551218,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":75941,"timestamp":9615913512,"id":225,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669551186,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":68453,"timestamp":9615994579,"id":227,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669551267,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":503243,"timestamp":9615912191,"id":224,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669551184,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":9616415482,"id":228,"parentId":224,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1880760320","memory.heapUsed":"472037496","memory.heapTotal":"588075008"},"startTime":1768669551688,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4466,"timestamp":9617002095,"id":229,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669552274,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":187000,"timestamp":9628612199,"id":230,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669564101,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2257,"timestamp":9631208250,"id":231,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669566481,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":156,"timestamp":9631211155,"id":232,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669566484,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":92,"timestamp":9631211329,"id":233,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669566484,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":147,"timestamp":9631211873,"id":234,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669566485,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":102,"timestamp":9631212035,"id":235,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669566485,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":80697,"timestamp":9631214569,"id":237,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669566487,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":65320,"timestamp":9631299302,"id":238,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768669566572,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":185000,"timestamp":9631015286,"id":239,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669567030,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":553975,"timestamp":9631213228,"id":236,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768669566486,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":9631767236,"id":240,"parentId":236,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1737760768","memory.heapUsed":"407520320","memory.heapTotal":"483385344"},"startTime":1768669567040,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2217,"timestamp":9631792618,"id":241,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669567065,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1550,"timestamp":9632627080,"id":242,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768669567900,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":152000,"timestamp":9751757632,"id":243,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/ui/editable-timecode.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669687196,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":154000,"timestamp":9803986056,"id":244,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/ui/editable-timecode.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669739441,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":153000,"timestamp":9869378236,"id":245,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/ui/editable-timecode.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669804835,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":186000,"timestamp":9912462775,"id":246,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669847951,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":154000,"timestamp":9920489816,"id":247,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/ui/editable-timecode.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768669855945,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":232000,"timestamp":10384243691,"id":248,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768670319798,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":238000,"timestamp":10427116447,"id":249,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768670362657,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1092115,"timestamp":10450799061,"id":250,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75"},"startTime":1768670386071,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":10451891221,"id":251,"parentId":250,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75","memory.rss":"1062985728","memory.heapUsed":"424715112","memory.heapTotal":"483848192"},"startTime":1768670387163,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2931,"timestamp":10511419119,"id":252,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75"},"startTime":1768670446691,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":2,"timestamp":10511422086,"id":253,"parentId":252,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75","memory.rss":"1063043072","memory.heapUsed":"425107888","memory.heapTotal":"483848192"},"startTime":1768670446694,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":248000,"timestamp":10576155318,"id":254,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/assets-panel/views/settings.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768670511691,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":324000,"timestamp":10589509442,"id":255,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/assets-panel/views/settings.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768670525134,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2205,"timestamp":10595506561,"id":256,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75"},"startTime":1768670530779,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":10595508807,"id":257,"parentId":256,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75","memory.rss":"1084903424","memory.heapUsed":"426937920","memory.heapTotal":"484110336"},"startTime":1768670530781,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":218000,"timestamp":10605087996,"id":258,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/assets-panel/views/settings.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768670540606,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2556,"timestamp":10860874329,"id":259,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75"},"startTime":1768670796146,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":10860876927,"id":260,"parentId":259,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75","memory.rss":"1039716352","memory.heapUsed":"410183304","memory.heapTotal":"436215808"},"startTime":1768670796149,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2333,"timestamp":10873986138,"id":261,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75"},"startTime":1768670809258,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":10873988507,"id":262,"parentId":261,"tags":{"url":"/_next/image?url=https%3A%2F%2Fimages.unsplash.com%2Fphoto-1501785888041-af3ef285b470%3Fq%3D80%26w%3D1470%26auto%3Dformat%26fit%3Dcrop%26ixlib%3Drb-4.1.0%26ixid%3DM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%253D%253D&w=1920&q=75","memory.rss":"1040109568","memory.heapUsed":"410399848","memory.heapTotal":"436215808"},"startTime":1768670809260,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":1076000,"timestamp":11017244800,"id":263,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768670953765,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":350000,"timestamp":11031617538,"id":264,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768670967425,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":157000,"timestamp":11658979070,"id":265,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768671595106,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6006,"timestamp":11754915754,"id":266,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768671690189,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":410,"timestamp":11754922948,"id":267,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768671690196,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":202,"timestamp":11754923408,"id":268,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768671690197,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":273,"timestamp":11754924297,"id":269,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768671690197,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":353,"timestamp":11754924603,"id":270,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768671690198,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":126503,"timestamp":11754929954,"id":272,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768671690203,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":82722,"timestamp":11755065898,"id":273,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768671690339,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1315541,"timestamp":11754925939,"id":271,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768671690199,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":11756241528,"id":274,"parentId":271,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"918212608","memory.heapUsed":"494489528","memory.heapTotal":"553283584"},"startTime":1768671691515,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2076,"timestamp":11757630373,"id":275,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768671692904,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":357000,"timestamp":11847830712,"id":276,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768671784110,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5877,"timestamp":12227917928,"id":277,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672163191,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":418,"timestamp":12227925177,"id":278,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672163198,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":360,"timestamp":12227925687,"id":279,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672163199,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":299,"timestamp":12227927389,"id":280,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672163200,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":222,"timestamp":12227927726,"id":281,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672163201,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":127125,"timestamp":12227932708,"id":283,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768672163206,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":123870,"timestamp":12228069574,"id":284,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768672163343,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1580542,"timestamp":12227928727,"id":282,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672163202,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":12229509321,"id":285,"parentId":282,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"800047104","memory.heapUsed":"371288328","memory.heapTotal":"435056640"},"startTime":1768672164782,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6752,"timestamp":12230292436,"id":286,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768672165565,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":156000,"timestamp":12299862952,"id":287,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768672235370,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6243,"timestamp":12379827766,"id":288,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672315100,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":362,"timestamp":12379835450,"id":289,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672315107,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":257,"timestamp":12379835855,"id":290,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672315108,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":296,"timestamp":12379838126,"id":291,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672315110,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":260,"timestamp":12379838460,"id":292,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672315110,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":118385,"timestamp":12379842789,"id":294,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768672315115,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":92974,"timestamp":12379968364,"id":295,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768672315240,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":754020,"timestamp":12379839545,"id":293,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768672315111,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":12380593629,"id":296,"parentId":293,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"787984384","memory.heapUsed":"349311232","memory.heapTotal":"413999104"},"startTime":1768672315865,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4283,"timestamp":12381036312,"id":297,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768672316308,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":187000,"timestamp":12421597155,"id":298,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768672357367,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5377,"timestamp":14292635814,"id":299,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674227908,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":454,"timestamp":14292642060,"id":300,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674227915,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":270,"timestamp":14292642569,"id":301,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674227915,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":287,"timestamp":14292643532,"id":302,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674227916,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":216,"timestamp":14292643854,"id":303,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674227917,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":119845,"timestamp":14292648701,"id":305,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674227921,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":89779,"timestamp":14292775454,"id":306,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674228048,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":767434,"timestamp":14292644795,"id":304,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674227917,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":3,"timestamp":14293412275,"id":307,"parentId":304,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"622845952","memory.heapUsed":"362797056","memory.heapTotal":"517410816"},"startTime":1768674228685,"traceId":"66d1e786753f3916"}] +[{"name":"handle-request","duration":7138,"timestamp":14294171810,"id":308,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768674229444,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":174000,"timestamp":14362794433,"id":309,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768674298372,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3873,"timestamp":14391822658,"id":310,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674327096,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":497,"timestamp":14391828062,"id":311,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674327101,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":295,"timestamp":14391828606,"id":312,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674327102,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":229,"timestamp":14391830431,"id":313,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674327104,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":182,"timestamp":14391830690,"id":314,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674327104,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":113082,"timestamp":14391834709,"id":316,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674327108,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":107856,"timestamp":14391956156,"id":317,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674327229,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":779995,"timestamp":14391831575,"id":315,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674327105,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":14392611637,"id":318,"parentId":315,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"639102976","memory.heapUsed":"370632160","memory.heapTotal":"434520064"},"startTime":1768674327885,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6839,"timestamp":14393335254,"id":319,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768674328608,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":58000,"timestamp":14445926679,"id":320,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768674381737,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5019,"timestamp":14521701199,"id":321,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674456974,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":444,"timestamp":14521707465,"id":322,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674456980,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":251,"timestamp":14521707957,"id":323,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674456981,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":276,"timestamp":14521709193,"id":324,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674456982,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":231,"timestamp":14521709514,"id":325,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674456982,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":115597,"timestamp":14521715270,"id":327,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674456988,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":98481,"timestamp":14521838742,"id":328,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674457112,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1213446,"timestamp":14521710495,"id":326,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674456983,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":14522923992,"id":329,"parentId":326,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"701702144","memory.heapUsed":"382263608","memory.heapTotal":"541298688"},"startTime":1768674458197,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5915,"timestamp":14523340285,"id":330,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768674458613,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3810,"timestamp":14544184814,"id":331,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674479458,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":323,"timestamp":14544189701,"id":332,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674479463,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":207,"timestamp":14544190061,"id":333,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674479463,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":251,"timestamp":14544191379,"id":334,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674479464,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":194,"timestamp":14544191662,"id":335,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674479464,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":88632,"timestamp":14544197477,"id":337,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674479470,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":83516,"timestamp":14544294594,"id":338,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674479567,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":734388,"timestamp":14544193450,"id":336,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674479466,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":14544927889,"id":339,"parentId":336,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"556716032","memory.heapUsed":"312800128","memory.heapTotal":"321744896"},"startTime":1768674480201,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3020,"timestamp":14545391828,"id":340,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768674480665,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":141000,"timestamp":14564484507,"id":341,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768674499944,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3533,"timestamp":14580958402,"id":342,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674516231,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":320,"timestamp":14580963047,"id":343,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674516236,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":235,"timestamp":14580963409,"id":344,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674516236,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":226,"timestamp":14580964479,"id":345,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674516237,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":190,"timestamp":14580964737,"id":346,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674516238,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":112265,"timestamp":14580969515,"id":348,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674516242,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":97112,"timestamp":14581091052,"id":349,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768674516364,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":767212,"timestamp":14580965586,"id":347,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768674516238,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":14581732892,"id":350,"parentId":347,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"644501504","memory.heapUsed":"374006056","memory.heapTotal":"435810304"},"startTime":1768674517006,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4629,"timestamp":14582153040,"id":351,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768674517426,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":512000,"timestamp":14642592014,"id":352,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768674578412,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5054,"timestamp":17218447743,"id":353,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677154810,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":343,"timestamp":17218454142,"id":354,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677154816,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":230,"timestamp":17218454522,"id":355,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677154817,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":256,"timestamp":17218455529,"id":356,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677154818,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":197,"timestamp":17218455812,"id":357,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677154818,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":194890,"timestamp":17218461253,"id":359,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768677154823,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":99825,"timestamp":17218665045,"id":360,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768677155027,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1269109,"timestamp":17218456724,"id":358,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677154819,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":17219725896,"id":361,"parentId":358,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"652677120","memory.heapUsed":"347129320","memory.heapTotal":"412413952"},"startTime":1768677156088,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2049,"timestamp":17221122002,"id":362,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768677157484,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":580000,"timestamp":17312180880,"id":363,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-element.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768677249199,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":516000,"timestamp":17318017126,"id":364,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-playhead.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768677254947,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5108,"timestamp":17648149733,"id":365,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677584512,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":371,"timestamp":17648156698,"id":366,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677584519,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":236,"timestamp":17648157122,"id":367,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677584519,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":282,"timestamp":17648158215,"id":368,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677584521,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":219,"timestamp":17648158530,"id":369,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677584521,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":157141,"timestamp":17648163866,"id":371,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768677584526,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":127807,"timestamp":17648330461,"id":372,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768677584693,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1243506,"timestamp":17648159722,"id":370,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677584522,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":6,"timestamp":17649403298,"id":373,"parentId":370,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"817774592","memory.heapUsed":"361940808","memory.heapTotal":"518451200"},"startTime":1768677585766,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3754,"timestamp":17650826481,"id":374,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768677587189,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":393000,"timestamp":17674749074,"id":375,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-element.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677611541,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":331000,"timestamp":17677316359,"id":376,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-playhead.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677614038,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":278000,"timestamp":17993873610,"id":377,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677930561,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":216000,"timestamp":17995997161,"id":378,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677932617,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":215000,"timestamp":17997987363,"id":379,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677934605,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":221000,"timestamp":17999991047,"id":380,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677936618,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":250000,"timestamp":18000604047,"id":381,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677937260,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5651,"timestamp":18020627905,"id":382,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768677956989,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":334,"timestamp":18020635176,"id":383,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677956996,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":136,"timestamp":18020635538,"id":384,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677956997,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":160,"timestamp":18020636537,"id":385,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677956998,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":108,"timestamp":18020636720,"id":386,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677956998,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":351000,"timestamp":18020299429,"id":390,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-element.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677957037,"traceId":"66d1e786753f3916"},{"name":"compile-path","duration":133379,"timestamp":18020640843,"id":389,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768677957002,"traceId":"66d1e786753f3916"}] +[{"name":"ensure-page","duration":103594,"timestamp":18020785213,"id":391,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768677957146,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":502455,"timestamp":18020637285,"id":387,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768677956998,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":11,"timestamp":18021139808,"id":392,"parentId":387,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"823795712","memory.heapUsed":"346957856","memory.heapTotal":"380641280"},"startTime":1768677957501,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2454,"timestamp":18021438200,"id":393,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768677957799,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":312000,"timestamp":18046659820,"id":394,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-playhead.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677983347,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":355000,"timestamp":18048890819,"id":395,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-playhead.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768677985621,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6563,"timestamp":18052305603,"id":396,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677988667,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":350,"timestamp":18052314207,"id":397,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677988675,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":236,"timestamp":18052314603,"id":398,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677988676,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":304,"timestamp":18052315637,"id":399,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677988677,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":201,"timestamp":18052315976,"id":400,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677988677,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":131518,"timestamp":18052321377,"id":402,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768677988682,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":122315,"timestamp":18052461260,"id":403,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768677988822,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1281191,"timestamp":18052317438,"id":401,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768677988678,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":18053598708,"id":404,"parentId":401,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"859598848","memory.heapUsed":"380460768","memory.heapTotal":"481648640"},"startTime":1768677989960,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":7508,"timestamp":18054797308,"id":405,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768677991159,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":229000,"timestamp":18066089823,"id":406,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678002726,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":308000,"timestamp":18070076774,"id":407,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678006791,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":231000,"timestamp":18071570963,"id":408,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678008207,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":238000,"timestamp":18074687862,"id":409,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678011329,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":217000,"timestamp":18076963018,"id":410,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678013589,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":215000,"timestamp":18083127218,"id":411,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678019751,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":254000,"timestamp":18084566086,"id":412,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678021237,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":232000,"timestamp":18306460711,"id":413,"parentId":3,"tags":{"updatedModules":[],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678243124,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":314000,"timestamp":18344157556,"id":414,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678280880,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":295000,"timestamp":18345247994,"id":415,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678281952,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":310000,"timestamp":18376783428,"id":416,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678313500,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":464000,"timestamp":18378577313,"id":417,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/drag-line.tsx","[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678315455,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":6752,"timestamp":18385863971,"id":418,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678322225,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":415,"timestamp":18385872205,"id":419,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678322234,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":210,"timestamp":18385872685,"id":420,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678322234,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":276,"timestamp":18385875383,"id":421,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678322237,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":162,"timestamp":18385875692,"id":422,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678322237,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":340000,"timestamp":18385506823,"id":425,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678322274,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":164989,"timestamp":18385882063,"id":424,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678322243,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4618,"timestamp":18386118600,"id":427,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678322480,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":108351,"timestamp":18386054318,"id":426,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678322416,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1295350,"timestamp":18385877327,"id":423,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678322239,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":7,"timestamp":18387173034,"id":428,"parentId":423,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"924037120","memory.heapUsed":"372701472","memory.heapTotal":"437436416"},"startTime":1768678323534,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":5689,"timestamp":18429944026,"id":429,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678366305,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":281000,"timestamp":18429638778,"id":430,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678366313,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":185,"timestamp":18429952095,"id":431,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678366314,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":110,"timestamp":18429952305,"id":432,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678366314,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":167,"timestamp":18429953008,"id":433,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678366314,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":126,"timestamp":18429953194,"id":434,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678366315,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":117542,"timestamp":18429958207,"id":436,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678366320,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":99649,"timestamp":18430081276,"id":437,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678366443,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":790937,"timestamp":18429953753,"id":435,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678366315,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":18430744747,"id":438,"parentId":435,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"943702016","memory.heapUsed":"405650016","memory.heapTotal":"472358912"},"startTime":1768678367106,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4869,"timestamp":18431853969,"id":439,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678368215,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":295000,"timestamp":18542459426,"id":440,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678479150,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3011,"timestamp":18548680849,"id":441,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678485042,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":641,"timestamp":18548684827,"id":442,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678485046,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":753,"timestamp":18548685515,"id":443,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678485047,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":224,"timestamp":18548687258,"id":444,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678485048,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":148,"timestamp":18548687508,"id":445,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678485049,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":294000,"timestamp":18548366577,"id":448,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678485057,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":115637,"timestamp":18548693491,"id":447,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678485055,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":130571,"timestamp":18548814965,"id":449,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678485176,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":415726,"timestamp":18548691140,"id":446,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678485052,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":18549106910,"id":450,"parentId":446,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"918740992","memory.heapUsed":"372824576","memory.heapTotal":"381542400"},"startTime":1768678485468,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3885,"timestamp":18549156478,"id":451,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678485518,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2713,"timestamp":18550104607,"id":452,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678486466,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":285000,"timestamp":18599346461,"id":453,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678536054,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":280000,"timestamp":18617399323,"id":454,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678554097,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":300000,"timestamp":18620171169,"id":455,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678556887,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":377000,"timestamp":18623791109,"id":456,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678560592,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":298000,"timestamp":18624977232,"id":457,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678561691,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":294000,"timestamp":18647282407,"id":458,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678584011,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2758,"timestamp":18651320946,"id":459,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678587683,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":200,"timestamp":18651324482,"id":460,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678587687,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":208,"timestamp":18651324711,"id":461,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678587687,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":146,"timestamp":18651325347,"id":462,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678587688,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":102,"timestamp":18651325508,"id":463,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678587688,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":314000,"timestamp":18650986538,"id":466,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678587717,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":136165,"timestamp":18651330709,"id":465,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678587693,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":118165,"timestamp":18651473030,"id":467,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678587835,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":1232463,"timestamp":18651327936,"id":464,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678587690,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":4,"timestamp":18652560441,"id":468,"parentId":464,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1010253824","memory.heapUsed":"429283624","memory.heapTotal":"494977024"},"startTime":1768678588923,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3042,"timestamp":18652579455,"id":469,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678588942,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":3055,"timestamp":18653600633,"id":470,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678589963,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":289000,"timestamp":18668478372,"id":472,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678605153,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2845,"timestamp":18668788897,"id":471,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678605151,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":712,"timestamp":18668797291,"id":473,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678605159,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":251,"timestamp":18668798077,"id":474,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678605160,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":168,"timestamp":18668799056,"id":475,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678605161,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":84,"timestamp":18668799241,"id":476,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678605161,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":115331,"timestamp":18668802307,"id":478,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678605165,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":106244,"timestamp":18668924466,"id":479,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678605287,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":800099,"timestamp":18668799786,"id":477,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678605162,"traceId":"66d1e786753f3916"},{"name":"memory-usage","duration":5,"timestamp":18669599941,"id":480,"parentId":477,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1047085056","memory.heapUsed":"453754000","memory.heapTotal":"562888704"},"startTime":1768678605962,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":4429,"timestamp":18670578746,"id":481,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678606941,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":2910,"timestamp":18672278754,"id":482,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678608641,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":283,"timestamp":18672282386,"id":483,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678608645,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":181,"timestamp":18672282713,"id":484,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678608645,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":738,"timestamp":18672283423,"id":485,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678608646,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":142,"timestamp":18672284189,"id":486,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678608646,"traceId":"66d1e786753f3916"},{"name":"client-hmr-latency","duration":332000,"timestamp":18671936574,"id":489,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678608694,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":125439,"timestamp":18672288082,"id":488,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678608650,"traceId":"66d1e786753f3916"},{"name":"ensure-page","duration":101950,"timestamp":18672419740,"id":490,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678608782,"traceId":"66d1e786753f3916"},{"name":"handle-request","duration":874118,"timestamp":18672284895,"id":487,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678608647,"traceId":"66d1e786753f3916"}] +[{"name":"hot-reloader","duration":68,"timestamp":18738688335,"id":3,"tags":{"version":"15.5.7"},"startTime":1768678675050,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":173131,"timestamp":18738802239,"id":4,"tags":{"trigger":"middleware"},"startTime":1768678675164,"traceId":"a35f0062f9d7a452"}] +[{"name":"setup-dev-bundler","duration":778439,"timestamp":18738686194,"id":2,"parentId":1,"tags":{},"startTime":1768678675048,"traceId":"a35f0062f9d7a452"},{"name":"start-dev-server","duration":2324103,"timestamp":18737448673,"id":1,"tags":{"cpus":"20","platform":"win32","memory.freeMem":"7190519808","memory.totalMem":"34212728832","memory.heapSizeLimit":"17306746880","memory.rss":"309157888","memory.heapTotal":"130891776","memory.heapUsed":"72676296"},"startTime":1768678673811,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":98564,"timestamp":18776074280,"id":5,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678712436,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":1103,"timestamp":18776175779,"id":6,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678712537,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":211,"timestamp":18776176936,"id":7,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678712539,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":291,"timestamp":18776178074,"id":8,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678712540,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":214,"timestamp":18776178426,"id":9,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678712540,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":11524378,"timestamp":18776185325,"id":12,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768678712547,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":160332,"timestamp":18787720342,"id":13,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768678724082,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":13192461,"timestamp":18776180911,"id":10,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768678712543,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":7,"timestamp":18789373476,"id":14,"parentId":10,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1375965184","memory.heapUsed":"176048576","memory.heapTotal":"228380672"},"startTime":1768678725735,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":31584,"timestamp":18790062910,"id":15,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768678726425,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":939000,"timestamp":18816838286,"id":16,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678754169,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":621000,"timestamp":18821159212,"id":17,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-toolbar.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768678758171,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":348000,"timestamp":20178680555,"id":18,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/use-timeline-zoom.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768680115644,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":328000,"timestamp":20187871208,"id":19,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768680124665,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":264000,"timestamp":21146571305,"id":20,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768681083269,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":172000,"timestamp":21148364500,"id":21,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/use-timeline-zoom.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768681084960,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":153000,"timestamp":21238958265,"id":22,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/update-element-trim.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768681175495,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":200000,"timestamp":21240198494,"id":23,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/update-element-trim.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768681176977,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":154000,"timestamp":21241313550,"id":24,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/update-element-trim.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768681177843,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":147000,"timestamp":21244479038,"id":25,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/update-element-trim.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768681181206,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":155000,"timestamp":22115454066,"id":26,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/update-element-trim.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682052003,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":170000,"timestamp":22167321551,"id":27,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/update-element-trim.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682103869,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":142000,"timestamp":22238214929,"id":28,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682174904,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":131000,"timestamp":22243389900,"id":29,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-resize.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682179907,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":154000,"timestamp":22359272833,"id":30,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682295821,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":170000,"timestamp":22360655198,"id":31,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682297202,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":138000,"timestamp":22364716200,"id":32,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682301418,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":155000,"timestamp":22369230812,"id":33,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682305778,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":156000,"timestamp":22372696519,"id":34,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682309229,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":154000,"timestamp":22380927518,"id":35,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682317459,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":4079,"timestamp":22384505215,"id":36,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768682320867,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":255,"timestamp":22384511444,"id":37,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682320873,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":177,"timestamp":22384511754,"id":38,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682320874,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":188,"timestamp":22384512550,"id":39,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682320875,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":138,"timestamp":22384512766,"id":40,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682320875,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":86810,"timestamp":22384517567,"id":43,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768682320880,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":67110,"timestamp":22384609983,"id":44,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768682320972,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":155000,"timestamp":22384355632,"id":45,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682321629,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":758295,"timestamp":22384513880,"id":41,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768682320876,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":22385272242,"id":46,"parentId":41,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"552779776","memory.heapUsed":"171484776","memory.heapTotal":"182460416"},"startTime":1768682321634,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2377,"timestamp":22385456540,"id":47,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768682321819,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":156000,"timestamp":22425083804,"id":48,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-resize.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682361631,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2323,"timestamp":22466827419,"id":49,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768682403188,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":197,"timestamp":22466830290,"id":50,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682403191,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":127,"timestamp":22466830520,"id":51,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682403192,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":128,"timestamp":22466831023,"id":52,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682403192,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":143,"timestamp":22466831169,"id":53,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682403192,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":75975,"timestamp":22466833659,"id":56,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768682403195,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":62191,"timestamp":22466917765,"id":57,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768682403279,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":176000,"timestamp":22466648914,"id":58,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768682403954,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":765119,"timestamp":22466831838,"id":54,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768682403193,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":22467597003,"id":59,"parentId":54,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"584941568","memory.heapUsed":"170166400","memory.heapTotal":"212369408"},"startTime":1768682403958,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2943,"timestamp":22467729110,"id":60,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768682404090,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":377000,"timestamp":22668402548,"id":61,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-element.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682605163,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":306000,"timestamp":22688463318,"id":62,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-element.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682625156,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":199000,"timestamp":22792127151,"id":63,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/timeline-element.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682728720,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":142000,"timestamp":22808114635,"id":64,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682744664,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":171000,"timestamp":22812180197,"id":65,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682748753,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":130000,"timestamp":22826487449,"id":66,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682763038,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":156000,"timestamp":22831188108,"id":67,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682767754,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":140000,"timestamp":22832848696,"id":68,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682769401,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":141000,"timestamp":22835947002,"id":69,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682772501,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":143000,"timestamp":22843712746,"id":70,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768682780284,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":4696,"timestamp":22907163292,"id":71,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682843525,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":347,"timestamp":22907168777,"id":72,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682843531,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":352,"timestamp":22907169168,"id":73,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682843531,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":462,"timestamp":22907170623,"id":74,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682843533,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":215,"timestamp":22907171119,"id":75,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682843533,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":106220,"timestamp":22907175632,"id":77,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768682843538,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":102002,"timestamp":22907288909,"id":78,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768682843651,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":823764,"timestamp":22907172809,"id":76,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768682843535,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":6,"timestamp":22907996673,"id":79,"parentId":76,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"689328128","memory.heapUsed":"227631152","memory.heapTotal":"343015424"},"startTime":1768682844359,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":7090,"timestamp":22908802004,"id":80,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768682845164,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":652000,"timestamp":23089316334,"id":81,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-resize.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768683026412,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":96000,"timestamp":32701656498,"id":82,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/move-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638134,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":0,"timestamp":32701773030,"id":83,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638137,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":0,"timestamp":32701775063,"id":84,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638138,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":0,"timestamp":32701776513,"id":85,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/move-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638140,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":11000,"timestamp":32701779353,"id":86,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/move-element.ts","[project]/apps/web/src/core/managers/timeline-manager.ts","[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638153,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":1000,"timestamp":32701791565,"id":87,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/timeline/track-utils.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638156,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":0,"timestamp":32701795472,"id":88,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/track/add-track.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638158,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":0,"timestamp":32701797517,"id":89,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/commands/timeline/element/move-element.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638160,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":0,"timestamp":32701798965,"id":90,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638163,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":0,"timestamp":32701801288,"id":91,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/hooks/timeline/element/use-element-interaction.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692638164,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":155000,"timestamp":32728996720,"id":92,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/core/managers/timeline-manager.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692665542,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":280000,"timestamp":32785279100,"id":93,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/timeline/track-utils.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692721969,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":311000,"timestamp":32795166419,"id":94,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/lib/timeline/track-utils.ts"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692731883,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":203000,"timestamp":32905471484,"id":95,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692842076,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":205000,"timestamp":32913045760,"id":96,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692849653,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":208000,"timestamp":32918705253,"id":97,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692855317,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":200000,"timestamp":32922922615,"id":98,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692859525,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":8219,"timestamp":32939716547,"id":99,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692876077,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":413,"timestamp":32939726098,"id":100,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692876087,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":253,"timestamp":32939726561,"id":101,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692876087,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":287,"timestamp":32939727679,"id":102,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692876089,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":233,"timestamp":32939728000,"id":103,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692876089,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":123621,"timestamp":32939732145,"id":105,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768692876093,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":90207,"timestamp":32939864780,"id":106,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768692876226,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":925791,"timestamp":32939729067,"id":104,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692876090,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":32940654940,"id":107,"parentId":104,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"681635840","memory.heapUsed":"238018624","memory.heapTotal":"339537920"},"startTime":1768692877016,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":11262,"timestamp":32941415178,"id":108,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768692877776,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2765,"timestamp":32958405578,"id":109,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768692894766,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":172,"timestamp":32958408893,"id":110,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692894770,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":103,"timestamp":32958409088,"id":111,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692894770,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":165,"timestamp":32958409654,"id":112,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692894771,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":89,"timestamp":32958409846,"id":113,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692894771,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":70686,"timestamp":32958413002,"id":116,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768692894774,"traceId":"a35f0062f9d7a452"}] +[{"name":"client-hmr-latency","duration":228000,"timestamp":32958185025,"id":118,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692894885,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":80080,"timestamp":32958491758,"id":117,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768692894853,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":702099,"timestamp":32958411051,"id":114,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768692894772,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":32959113195,"id":119,"parentId":114,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"780779520","memory.heapUsed":"242638000","memory.heapTotal":"274198528"},"startTime":1768692895474,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2493,"timestamp":32961954180,"id":120,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692898315,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":205,"timestamp":32961957355,"id":121,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692898318,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":140,"timestamp":32961957587,"id":122,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692898318,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":139,"timestamp":32961958083,"id":123,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692898319,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":91,"timestamp":32961958244,"id":124,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692898319,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":87243,"timestamp":32961960017,"id":126,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768692898321,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":66591,"timestamp":32962052677,"id":127,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768692898414,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":218000,"timestamp":32961727116,"id":128,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692898839,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":535636,"timestamp":32961958746,"id":125,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768692898320,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":32962494435,"id":129,"parentId":125,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"783036416","memory.heapUsed":"294871688","memory.heapTotal":"338939904"},"startTime":1768692898855,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":3008,"timestamp":32962520343,"id":130,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768692898881,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2231,"timestamp":32963343856,"id":131,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768692899705,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":218000,"timestamp":32978628203,"id":132,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692915231,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":187000,"timestamp":32991908933,"id":133,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692928508,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":199000,"timestamp":32998526379,"id":134,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692935140,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":219000,"timestamp":33003837330,"id":135,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692940469,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":207000,"timestamp":33006068695,"id":136,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768692942685,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":179000,"timestamp":33031324983,"id":137,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768692967932,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":345000,"timestamp":33032980249,"id":138,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768692969760,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":223000,"timestamp":33049561354,"id":139,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768692986199,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":174000,"timestamp":33054409361,"id":140,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768692990994,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":185000,"timestamp":33069352607,"id":141,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693005932,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2555,"timestamp":33073053942,"id":142,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693009415,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":161,"timestamp":33073057581,"id":143,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693009419,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":88,"timestamp":33073057765,"id":144,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693009419,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":134,"timestamp":33073058328,"id":145,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693009419,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":80,"timestamp":33073058479,"id":146,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693009420,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":212000,"timestamp":33072847539,"id":150,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693009466,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":75240,"timestamp":33073060596,"id":149,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693009422,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":58205,"timestamp":33073140236,"id":151,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693009501,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":224252,"timestamp":33073058890,"id":147,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693009420,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33073283220,"id":152,"parentId":147,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"746602496","memory.heapUsed":"253434744","memory.heapTotal":"286617600"},"startTime":1768693009644,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2193,"timestamp":33073488852,"id":153,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693009850,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":203000,"timestamp":33077337905,"id":154,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693013943,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":202000,"timestamp":33080311316,"id":155,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693016911,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":204000,"timestamp":33082141777,"id":156,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693018748,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1789,"timestamp":33087013398,"id":157,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693023374,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":147,"timestamp":33087015565,"id":158,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693023377,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":93,"timestamp":33087015734,"id":159,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693023377,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":108,"timestamp":33087016105,"id":160,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693023377,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":153,"timestamp":33087016228,"id":161,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693023377,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":195000,"timestamp":33086822367,"id":165,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693023417,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":62494,"timestamp":33087018464,"id":164,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693023380,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":66815,"timestamp":33087087120,"id":166,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693023448,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":212009,"timestamp":33087016839,"id":162,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693023378,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33087228889,"id":167,"parentId":162,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"762589184","memory.heapUsed":"249751856","memory.heapTotal":"276545536"},"startTime":1768693023590,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1640,"timestamp":33087411912,"id":168,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693023773,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2125,"timestamp":33097755670,"id":169,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693034117,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":135,"timestamp":33097758163,"id":170,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693034119,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":75,"timestamp":33097758317,"id":171,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693034119,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":128,"timestamp":33097758624,"id":172,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693034120,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":74,"timestamp":33097758768,"id":173,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693034120,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":62112,"timestamp":33097760751,"id":176,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693034122,"traceId":"a35f0062f9d7a452"}] +[{"name":"client-hmr-latency","duration":179000,"timestamp":33097582205,"id":178,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693034237,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":53417,"timestamp":33097826795,"id":177,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693034188,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":189703,"timestamp":33097759203,"id":174,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693034120,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33097948969,"id":179,"parentId":174,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"784986112","memory.heapUsed":"278451272","memory.heapTotal":"326283264"},"startTime":1768693034310,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1866,"timestamp":33098143686,"id":180,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693034505,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":206000,"timestamp":33103812730,"id":181,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693040417,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1544,"timestamp":33115241977,"id":182,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693051603,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":131,"timestamp":33115243833,"id":183,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693051605,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":98,"timestamp":33115244027,"id":184,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693051605,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":104,"timestamp":33115244411,"id":185,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693051606,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":72,"timestamp":33115244532,"id":186,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693051606,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":223000,"timestamp":33115025284,"id":190,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693051654,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":66914,"timestamp":33115246026,"id":189,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693051607,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":77152,"timestamp":33115320263,"id":191,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693051681,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":247856,"timestamp":33115244860,"id":187,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693051606,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33115492764,"id":192,"parentId":187,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"818044928","memory.heapUsed":"273116480","memory.heapTotal":"334565376"},"startTime":1768693051854,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2449,"timestamp":33115688635,"id":193,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693052050,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":250000,"timestamp":33117353855,"id":194,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693054005,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2006,"timestamp":33120431124,"id":195,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693056792,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":150,"timestamp":33120433517,"id":196,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693056795,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":75,"timestamp":33120433684,"id":197,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693056795,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":95,"timestamp":33120433994,"id":198,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693056795,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":436,"timestamp":33120434100,"id":199,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693056795,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":209000,"timestamp":33120225688,"id":203,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693056844,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":90636,"timestamp":33120436043,"id":202,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693056797,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":68221,"timestamp":33120530693,"id":204,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693056892,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":232408,"timestamp":33120434823,"id":200,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693056796,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33120667283,"id":205,"parentId":200,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"830390272","memory.heapUsed":"308916616","memory.heapTotal":"352546816"},"startTime":1768693057028,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1495,"timestamp":33120869847,"id":206,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693057231,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":264000,"timestamp":33125092519,"id":207,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693061762,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2281,"timestamp":33140634903,"id":208,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693076997,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":142,"timestamp":33140638152,"id":209,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693077000,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":81,"timestamp":33140638311,"id":210,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693077000,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":120,"timestamp":33140638810,"id":211,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693077001,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":95,"timestamp":33140638944,"id":212,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693077001,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":180000,"timestamp":33140460700,"id":216,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693077047,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":60298,"timestamp":33140640817,"id":215,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693077003,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":52967,"timestamp":33140711204,"id":217,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693077073,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":203751,"timestamp":33140639286,"id":213,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693077001,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33140843085,"id":218,"parentId":213,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"803680256","memory.heapUsed":"296119192","memory.heapTotal":"329551872"},"startTime":1768693077205,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2267,"timestamp":33141042408,"id":219,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693077404,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":172000,"timestamp":33145103511,"id":220,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693081667,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":170000,"timestamp":33146415304,"id":221,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693082987,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":173000,"timestamp":33149827101,"id":222,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693086404,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1920,"timestamp":33161713419,"id":223,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693098075,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":131,"timestamp":33161715769,"id":224,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693098078,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":88,"timestamp":33161715917,"id":225,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693098078,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":102,"timestamp":33161716248,"id":226,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693098078,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":72,"timestamp":33161716361,"id":227,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693098078,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":52379,"timestamp":33161717914,"id":230,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693098080,"traceId":"a35f0062f9d7a452"}] +[{"name":"client-hmr-latency","duration":214000,"timestamp":33161506942,"id":232,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693098181,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":52993,"timestamp":33161775077,"id":231,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693098137,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":144626,"timestamp":33161716672,"id":228,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693098078,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":2,"timestamp":33161861325,"id":233,"parentId":228,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"812421120","memory.heapUsed":"296716744","memory.heapTotal":"337154048"},"startTime":1768693098223,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1615,"timestamp":33162052912,"id":234,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693098415,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":204000,"timestamp":33164891163,"id":235,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693101499,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":176000,"timestamp":33168544780,"id":236,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693105123,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1776,"timestamp":33189195061,"id":237,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693125557,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":153,"timestamp":33189197202,"id":238,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693125559,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":83,"timestamp":33189197374,"id":239,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693125559,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":116,"timestamp":33189197756,"id":240,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693125560,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":100,"timestamp":33189197887,"id":241,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693125560,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":210000,"timestamp":33188992859,"id":245,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693125605,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":61226,"timestamp":33189199658,"id":244,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693125561,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":56252,"timestamp":33189268366,"id":246,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693125630,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":197323,"timestamp":33189198239,"id":242,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693125560,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33189395604,"id":247,"parentId":242,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"850206720","memory.heapUsed":"336106040","memory.heapTotal":"366346240"},"startTime":1768693125757,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2029,"timestamp":33189650969,"id":248,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693126013,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1980,"timestamp":33200224393,"id":249,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693136586,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":136,"timestamp":33200226897,"id":250,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693136589,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":79,"timestamp":33200227048,"id":251,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693136589,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":131,"timestamp":33200227526,"id":252,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693136589,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":81,"timestamp":33200227671,"id":253,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693136589,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":271000,"timestamp":33199957768,"id":257,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693136633,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":168207,"timestamp":33200230604,"id":256,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693136592,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":55730,"timestamp":33200404152,"id":258,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693136766,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":316107,"timestamp":33200228080,"id":254,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693136590,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":4,"timestamp":33200544236,"id":259,"parentId":254,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"838643712","memory.heapUsed":"322833824","memory.heapTotal":"355905536"},"startTime":1768693136906,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2519,"timestamp":33200782451,"id":260,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693137144,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":203000,"timestamp":33305116767,"id":261,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693241725,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":191000,"timestamp":33310718163,"id":262,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693247313,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":203000,"timestamp":33319849698,"id":263,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693256446,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1868,"timestamp":33330313581,"id":264,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693266676,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":156,"timestamp":33330315838,"id":265,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693266678,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":103,"timestamp":33330316015,"id":266,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693266678,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":124,"timestamp":33330317745,"id":267,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693266680,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":75,"timestamp":33330317883,"id":268,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693266680,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":239000,"timestamp":33330079537,"id":272,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx","[project]/node_modules/.bun/lucide-react@0.468.0+f4eacebf2041cd4f/node_modules/lucide-react/dist/esm/icons/eye.js"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693266728,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":72044,"timestamp":33330319556,"id":271,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768693266682,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":55300,"timestamp":33330396396,"id":273,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693266758,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":236403,"timestamp":33330318250,"id":269,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768693266680,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":3,"timestamp":33330554690,"id":274,"parentId":269,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"911351808","memory.heapUsed":"354763568","memory.heapTotal":"381489152"},"startTime":1768693266917,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":7122,"timestamp":33330787722,"id":275,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693267150,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":218000,"timestamp":33339661688,"id":276,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693276273,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":563000,"timestamp":33342637874,"id":277,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693279597,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":203000,"timestamp":33347077604,"id":278,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693283678,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":183000,"timestamp":33371089608,"id":279,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693307667,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":175000,"timestamp":33374783393,"id":280,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693311370,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":202000,"timestamp":33376902241,"id":281,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693313509,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":201000,"timestamp":33378262101,"id":282,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693314872,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":178000,"timestamp":33380615669,"id":283,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693317186,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":222000,"timestamp":33382002102,"id":284,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx","[project]/node_modules/.bun/lucide-react@0.468.0+f4eacebf2041cd4f/node_modules/lucide-react/dist/esm/icons/volume.js"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693318612,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2005,"timestamp":33382352945,"id":285,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693318714,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":189,"timestamp":33382355439,"id":286,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693318717,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":99,"timestamp":33382355653,"id":287,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693318717,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":150,"timestamp":33382356185,"id":288,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693318718,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":79,"timestamp":33382356351,"id":289,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693318718,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":105528,"timestamp":33382358111,"id":291,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693318719,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":59177,"timestamp":33382468363,"id":292,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693318830,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":3825,"timestamp":33383524385,"id":293,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693319886,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":1176834,"timestamp":33382356733,"id":290,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693318718,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":3,"timestamp":33383533613,"id":294,"parentId":290,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"990883840","memory.heapUsed":"408976408","memory.heapTotal":"480952320"},"startTime":1768693319895,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":3212,"timestamp":33384379605,"id":295,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693320741,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":215000,"timestamp":33391631535,"id":296,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693328234,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2184,"timestamp":33394004546,"id":297,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693330366,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":168,"timestamp":33394007290,"id":298,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693330369,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":93,"timestamp":33394007476,"id":299,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693330369,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":125,"timestamp":33394007964,"id":300,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693330369,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":85,"timestamp":33394008102,"id":301,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693330369,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":86754,"timestamp":33394010079,"id":303,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693330371,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":59239,"timestamp":33394101418,"id":304,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693330463,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":203000,"timestamp":33393793290,"id":305,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693330871,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":510337,"timestamp":33394008636,"id":302,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693330370,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":3,"timestamp":33394519006,"id":306,"parentId":302,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"976130048","memory.heapUsed":"392526880","memory.heapTotal":"500109312"},"startTime":1768693330880,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":2443,"timestamp":33394542284,"id":307,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693330904,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":3040,"timestamp":33395162930,"id":308,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693331524,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":207000,"timestamp":33405322023,"id":309,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693341915,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":174000,"timestamp":33409370205,"id":310,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693345952,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":204000,"timestamp":33414673905,"id":311,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693351286,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":192000,"timestamp":33418955226,"id":312,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693355559,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":192000,"timestamp":33429800057,"id":313,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693366383,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":5149,"timestamp":33431813536,"id":314,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693368175,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":434,"timestamp":33431820959,"id":315,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693368182,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":241,"timestamp":33431821442,"id":316,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693368183,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":426,"timestamp":33431822864,"id":317,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693368184,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":332,"timestamp":33431823332,"id":318,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693368185,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":197000,"timestamp":33431610643,"id":321,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693368320,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":6742,"timestamp":33431972792,"id":322,"tags":{"url":"/icons/favicon-32x32.png"},"startTime":1768693368334,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":151730,"timestamp":33431830445,"id":320,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693368192,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":92471,"timestamp":33431987920,"id":323,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768693368349,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":875370,"timestamp":33431825958,"id":319,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768693368187,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":5,"timestamp":33432701385,"id":324,"parentId":319,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","memory.rss":"1021566976","memory.heapUsed":"432336128","memory.heapTotal":"523452416"},"startTime":1768693369063,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":188000,"timestamp":33445784057,"id":325,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693382386,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":338000,"timestamp":33449510028,"id":326,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693386238,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":188000,"timestamp":33453667329,"id":327,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693390253,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":185000,"timestamp":33479060656,"id":328,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693415654,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":173000,"timestamp":33481631358,"id":329,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693418210,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":334000,"timestamp":33483382635,"id":330,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693420112,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":202000,"timestamp":33536202984,"id":331,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/timeline/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":false},"startTime":1768693472800,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":179000,"timestamp":33931309468,"id":332,"parentId":3,"tags":{"updatedModules":["[project]/apps/web/src/components/editor/properties-panel/index.tsx"],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768693867917,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":2152,"timestamp":34064856488,"id":333,"tags":{"trigger":"middleware"},"startTime":1768694001219,"traceId":"a35f0062f9d7a452"}] +[{"name":"handle-request","duration":6922,"timestamp":34065286366,"id":334,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768694001648,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":212,"timestamp":34065293990,"id":335,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768694001656,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":115,"timestamp":34065294230,"id":336,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768694001656,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":140,"timestamp":34065294780,"id":337,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768694001657,"traceId":"a35f0062f9d7a452"},{"name":"ensure-page","duration":100,"timestamp":34065294934,"id":338,"parentId":3,"tags":{"inputPage":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f"},"startTime":1768694001657,"traceId":"a35f0062f9d7a452"},{"name":"client-hmr-latency","duration":233000,"timestamp":34065049459,"id":342,"parentId":3,"tags":{"updatedModules":[],"page":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f","isPageHidden":true},"startTime":1768694001674,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":276275,"timestamp":34065297550,"id":341,"tags":{"trigger":"/editor/[project_id]"},"startTime":1768694001660,"traceId":"a35f0062f9d7a452"}] +[{"name":"ensure-page","duration":63047,"timestamp":34065578856,"id":343,"parentId":3,"tags":{"inputPage":"/editor/[project_id]/page"},"startTime":1768694001941,"traceId":"a35f0062f9d7a452"},{"name":"handle-request","duration":424027,"timestamp":34065295455,"id":339,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a"},"startTime":1768694001657,"traceId":"a35f0062f9d7a452"},{"name":"memory-usage","duration":3,"timestamp":34065719529,"id":344,"parentId":339,"tags":{"url":"/editor/48bf32ba-b5b7-4a7e-b5fb-91845b0df54f?_rsc=yc11a","memory.rss":"1380925440","memory.heapUsed":"430568848","memory.heapTotal":"464351232"},"startTime":1768694002082,"traceId":"a35f0062f9d7a452"},{"name":"compile-path","duration":1273,"timestamp":34066529107,"id":345,"tags":{"trigger":"middleware"},"startTime":1768694002891,"traceId":"a35f0062f9d7a452"}] diff --git a/apps/web/src/components/editor/assets-panel/views/settings.tsx b/apps/web/src/components/editor/assets-panel/views/settings.tsx index 3d960f3e..ff786527 100644 --- a/apps/web/src/components/editor/assets-panel/views/settings.tsx +++ b/apps/web/src/components/editor/assets-panel/views/settings.tsx @@ -60,15 +60,15 @@ function ProjectSettingsTabs() {
-
+ {/*
-
+
*/} - {/* another ui, looks so beautiful I don't wanna remove it */} + {/* another ui */} {/*
@@ -231,39 +242,41 @@ export function Timeline() { }} >
- {canTracktHaveAudio(track) && ( - <> - {track.muted ? ( - - timeline.toggleTrackMute({ - trackId: track.id, - }) - } - /> - ) : ( - - timeline.toggleTrackMute({ - trackId: track.id, - }) - } - /> - )} - + {/* Debug main track */} + {isMainTrack(track) && ( +
)} - {canTrackBeHidden(track) && ( - - timeline.toggleTrackHidden({ + editor.timeline.toggleTrackMute({ trackId: track.id, }) } /> )} + + {canTrackBeHidden(track) && ( + + editor.timeline.toggleTrackVisibility({ + trackId: track.id, + }) + } + /> + )} +
@@ -282,10 +295,10 @@ export function Timeline() { handleWheel(e); }} onMouseDown={(e) => { - handleTimelineMouseDown(e); + handleTracksMouseDown(e); handleSelectionMouseDown(e); }} - onClick={handleTimelineContentClick} + onClick={handleTracksClick} ref={tracksContainerRef} > + +
- + { e.stopPropagation(); @@ -346,12 +365,42 @@ export function Timeline() { }); }} > - {canTracktHaveAudio(track) && track.muted - ? "Unmute track" - : "Mute track"} + + + + {canTracktHaveAudio(track) && track.muted + ? "Unmute track" + : "Mute track"} + - e.stopPropagation()}> - Track settings (soon) + { + e.stopPropagation(); + timeline.toggleTrackVisibility({ + trackId: track.id, + }); + }} + > + <> + + + {canTrackBeHidden(track) && track.hidden + ? "Show track" + : "Hide track"} + + + + { + e.stopPropagation(); + timeline.removeTrack({ + trackId: track.id, + }); + }} + variant="destructive" + > + + Delete track @@ -370,3 +419,32 @@ export function Timeline() { function TrackIcon({ track }: { track: TimelineTrack }) { return <>{TRACK_ICONS[track.type]}; } + +function TrackToggleIcon({ + isOff, + icons, + onClick, +}: { + isOff: boolean; + icons: { + on: LucideIcon; + off: LucideIcon; + }; + onClick: () => void; +}) { + return ( + <> + {isOff ? ( + + ) : ( + + )} + + ); +} diff --git a/apps/web/src/components/editor/timeline/timeline-element.tsx b/apps/web/src/components/editor/timeline/timeline-element.tsx index ac883f3f..b9b524b0 100644 --- a/apps/web/src/components/editor/timeline/timeline-element.tsx +++ b/apps/web/src/components/editor/timeline/timeline-element.tsx @@ -12,11 +12,11 @@ import { VolumeX, ArrowUpDown, } from "lucide-react"; +import { useEffect, useRef } from "react"; import { useEditor } from "@/hooks/use-editor"; -import { useTimelineStore } from "@/stores/timeline-store"; import { useAssetsPanelStore } from "@/stores/assets-panel-store"; import AudioWaveform from "./audio-waveform"; -import { useTimelineElementResize } from "@/hooks/timeline/use-element-resize"; +import { useTimelineElementResize } from "@/hooks/timeline/element/use-element-resize"; import { TIMELINE_CONSTANTS } from "@/constants/timeline-constants"; import { getTrackClasses, @@ -40,6 +40,7 @@ import type { import { MediaAsset } from "@/types/assets"; import { mediaSupportsAudio } from "@/lib/media-utils"; import { type TAction, invokeAction } from "@/lib/actions"; +import { useElementSelection } from "@/hooks/timeline/element/use-element-selection"; interface TimelineElementProps { element: TimelineElementType; @@ -64,7 +65,8 @@ export function TimelineElement({ dragState, }: TimelineElementProps) { const editor = useEditor(); - const { selectedElements } = useTimelineStore(); + const lastDragStateRef = useRef(false); + const { selectedElements } = useElementSelection(); const { requestRevealMedia } = useAssetsPanelStore(); const mediaAssets = editor.media.getAssets(); @@ -77,7 +79,12 @@ export function TimelineElement({ const hasAudio = mediaSupportsAudio({ media: mediaAsset }); - const { handleResizeStart } = useTimelineElementResize({ + const { + handleResizeStart, + isResizing, + currentStartTime, + currentDuration, + } = useTimelineElementResize({ element, track, zoomLevel, @@ -88,15 +95,16 @@ export function TimelineElement({ selected.elementId === element.id && selected.trackId === track.id, ); - const elementWidth = - element.duration * TIMELINE_CONSTANTS.PIXELS_PER_SECOND * zoomLevel; - const isBeingDragged = dragState.elementId === element.id; const elementStartTime = isBeingDragged && dragState.isDragging ? dragState.currentTime : element.startTime; - const elementLeft = elementStartTime * 50 * zoomLevel; + const displayedStartTime = isResizing ? currentStartTime : elementStartTime; + const displayedDuration = isResizing ? currentDuration : element.duration; + const elementWidth = + displayedDuration * TIMELINE_CONSTANTS.PIXELS_PER_SECOND * zoomLevel; + const elementLeft = displayedStartTime * 50 * zoomLevel; const handleAction = ({ action, @@ -122,9 +130,8 @@ export function TimelineElement({
- handleAction({ action: "toggle-mute-selected", event }) + handleAction({ action: "toggle-elements-muted-selected", event }) } /> )} @@ -177,7 +184,10 @@ export function TimelineElement({ isCurrentElementSelected={isCurrentElementSelected} selectedCount={selectedElements.length} onClick={(event) => - handleAction({ action: "toggle-visibility-selected", event }) + handleAction({ + action: "toggle-elements-visibility-selected", + event, + }) } /> )} @@ -260,7 +270,7 @@ function ElementInner({ { type: track.type, }, - )} ${isBeingDragged ? "z-50" : "z-10"} ${canElementBeHidden(element) && element.hidden ? "opacity-50" : ""}`} + )} ${isBeingDragged ? "z-30" : "z-10"} ${canElementBeHidden(element) && element.hidden ? "opacity-50" : ""}`} onClick={(e) => onElementClick(e, element)} onMouseDown={(e) => onElementMouseDown(e, element)} onContextMenu={(e) => onElementMouseDown(e, element)} diff --git a/apps/web/src/components/editor/timeline/timeline-playhead.tsx b/apps/web/src/components/editor/timeline/timeline-playhead.tsx index 657d9bf5..acbb847d 100644 --- a/apps/web/src/components/editor/timeline/timeline-playhead.tsx +++ b/apps/web/src/components/editor/timeline/timeline-playhead.tsx @@ -87,7 +87,7 @@ export function TimelinePlayhead({ return (
; handleWheel: (e: React.WheelEvent) => void; handleTimelineContentClick: (e: React.MouseEvent) => void; + handleRulerTrackingMouseDown: (e: React.MouseEvent) => void; handleRulerMouseDown: (e: React.MouseEvent) => void; } @@ -21,6 +22,7 @@ export function TimelineRuler({ rulerScrollRef, handleWheel, handleTimelineContentClick, + handleRulerTrackingMouseDown, handleRulerMouseDown, }: TimelineRulerProps) { const editor = useEditor(); @@ -50,6 +52,7 @@ export function TimelineRuler({ className="relative h-4 flex-1 overflow-hidden" onWheel={handleWheel} onClick={handleTimelineContentClick} + onMouseDown={handleRulerTrackingMouseDown} data-ruler-area > diff --git a/apps/web/src/components/editor/timeline/timeline-toolbar.tsx b/apps/web/src/components/editor/timeline/timeline-toolbar.tsx index 3c54f1b0..833adbe5 100644 --- a/apps/web/src/components/editor/timeline/timeline-toolbar.tsx +++ b/apps/web/src/components/editor/timeline/timeline-toolbar.tsx @@ -1,5 +1,4 @@ import { useEditor } from "@/hooks/use-editor"; -import { useElementSelection } from "@/hooks/use-element-selection"; import { TooltipProvider, Tooltip, @@ -37,6 +36,8 @@ import { TIMELINE_CONSTANTS } from "@/constants/timeline-constants"; import { EditableTimecode } from "@/components/ui/editable-timecode"; import { ScenesView } from "../scenes-view"; import { type TAction, invokeAction } from "@/lib/actions"; +import { cn } from "@/lib/utils"; +import { useTimelineStore } from "@/stores/timeline-store"; export function TimelineToolbar({ zoomLevel, @@ -49,13 +50,13 @@ export function TimelineToolbar({ const newZoomLevel = direction === "in" ? Math.min( - TIMELINE_CONSTANTS.ZOOM_MAX, - zoomLevel + TIMELINE_CONSTANTS.ZOOM_STEP, - ) + TIMELINE_CONSTANTS.ZOOM_MAX, + zoomLevel + TIMELINE_CONSTANTS.ZOOM_STEP, + ) : Math.max( - TIMELINE_CONSTANTS.ZOOM_MIN, - zoomLevel - TIMELINE_CONSTANTS.ZOOM_STEP, - ); + TIMELINE_CONSTANTS.ZOOM_MIN, + zoomLevel - TIMELINE_CONSTANTS.ZOOM_STEP, + ); setZoomLevel({ zoom: newZoomLevel }); }; @@ -75,13 +76,9 @@ export function TimelineToolbar({ } function ToolbarLeftSection() { - const { selectedElements } = useElementSelection(); - const editor = useEditor(); const currentTime = editor.playback.getCurrentTime(); - const duration = editor.timeline.getTotalDuration(); const isPlaying = editor.playback.getIsPlaying(); - const activeProject = editor.project.getActive(); const currentBookmarked = editor.scenes.isBookmarked({ time: currentTime }); const handleAction = ({ @@ -114,11 +111,7 @@ function ToolbarLeftSection() {
- +
@@ -148,9 +141,9 @@ function ToolbarLeftSection() { } - tooltip="Coming soon" /* Separate audio */ + tooltip="Coming soon" /* separate audio */ disabled={true} - onClick={({ event }) => {}} + onClick={({ event }) => { }} /> } - tooltip="Coming soon" /* Freeze frame */ + tooltip="Coming soon" /* freeze frame */ disabled={true} - onClick={({ event }) => {}} + onClick={({ event }) => { }} /> editor.playback.seek({ time })} + onTimeChange={({ time }) => editor.playback.seek({ time })} className="text-center" />
/
{formatTimeCode({ - timeInSeconds: duration, + timeInSeconds: totalDuration, format: "HH:MM:SS:FF", fps, })} @@ -242,7 +230,7 @@ function SceneSelector() { {}} + onClick={() => { }} type="button" > @@ -262,19 +250,21 @@ function ToolbarRightSection({ onZoomChange: (zoom: number) => void; onZoom: (options: { direction: "in" | "out" }) => void; }) { + const { snappingEnabled, rippleEditingEnabled, toggleSnapping, toggleRippleEditing } = useTimelineStore(); + return (
} + icon={} tooltip="Auto snapping" - onClick={() => {}} + onClick={() => toggleSnapping()} /> } + icon={} tooltip="Ripple editing" - onClick={() => {}} + onClick={() => toggleRippleEditing()} /> diff --git a/apps/web/src/components/editor/timeline/timeline-track.tsx b/apps/web/src/components/editor/timeline/timeline-track.tsx index e72d279e..bbbb1e95 100644 --- a/apps/web/src/components/editor/timeline/timeline-track.tsx +++ b/apps/web/src/components/editor/timeline/timeline-track.tsx @@ -1,11 +1,11 @@ "use client"; -import { useElementSelection } from "@/hooks/use-element-selection"; +import { useElementSelection } from "@/hooks/timeline/element/use-element-selection"; import { TimelineElement } from "./timeline-element"; import { TimelineTrack } from "@/types/timeline"; import type { TimelineElement as TimelineElementType } from "@/types/timeline"; import { TIMELINE_CONSTANTS } from "@/constants/timeline-constants"; -import { useEdgeAutoScroll } from "@/hooks/use-edge-auto-scroll"; +import { useEdgeAutoScroll } from "@/hooks/timeline/use-edge-auto-scroll"; import { ElementDragState } from "@/types/timeline"; import { useEditor } from "@/hooks/use-editor"; @@ -39,7 +39,7 @@ export function TimelineTrackContent({ onElementClick, }: TimelineTrackContentProps) { const editor = useEditor(); - const { isSelected, clearSelection } = useElementSelection(); + const { isElementSelected, clearElementSelection } = useElementSelection(); const duration = editor.timeline.getTotalDuration(); @@ -52,14 +52,17 @@ export function TimelineTrackContent({ }); return ( -
+
{track.elements.length === 0 ? (
) : ( <> {track.elements.map((element) => { - const isElementSelected = isSelected({ + const isSelected = isElementSelected({ trackId: track.id, elementId: element.id, }); @@ -70,7 +73,7 @@ export function TimelineTrackContent({ element={element} track={track} zoomLevel={zoomLevel} - isSelected={isElementSelected} + isSelected={isSelected} onElementMouseDown={(event, element) => onElementMouseDown({ event, element, track }) } diff --git a/apps/web/src/components/providers/editor-provider.tsx b/apps/web/src/components/providers/editor-provider.tsx index d49c9c4c..e98c91a5 100644 --- a/apps/web/src/components/providers/editor-provider.tsx +++ b/apps/web/src/components/providers/editor-provider.tsx @@ -8,7 +8,7 @@ import { useKeybindingsListener, useKeybindingDisabler, } from "@/hooks/use-keybindings"; -import { useEditorActions } from "@/hooks/use-editor-actions"; +import { useEditorActions } from "@/hooks/actions/use-editor-actions"; interface EditorProviderProps { projectId: string; diff --git a/apps/web/src/components/ui/editable-timecode.tsx b/apps/web/src/components/ui/editable-timecode.tsx index 0dd3e326..186bb917 100644 --- a/apps/web/src/components/ui/editable-timecode.tsx +++ b/apps/web/src/components/ui/editable-timecode.tsx @@ -10,7 +10,7 @@ interface EditableTimecodeProps { duration: number; format?: TTimeCode; fps: number; - onTimeChange?: (time: number) => void; + onTimeChange?: ({ time }: { time: number }) => void; className?: string; disabled?: boolean; } @@ -54,43 +54,57 @@ export function EditableTimecode({ return; } - // Clamp time to valid range const clampedTime = Math.max( 0, duration ? Math.min(duration, parsedTime) : parsedTime, ); - onTimeChange?.(clampedTime); + onTimeChange?.({ time: clampedTime }); setIsEditing(false); setInputValue(""); setHasError(false); enterPressedRef.current = false; }; - const handleKeyDown = (e: React.KeyboardEvent) => { - if (e.key === "Enter") { - e.preventDefault(); + const handleKeyDown = ({ + key, + preventDefault, + }: React.KeyboardEvent) => { + if (key === "Enter") { + preventDefault(); enterPressedRef.current = true; applyEdit(); - } else if (e.key === "Escape") { - e.preventDefault(); + } else if (key === "Escape") { + preventDefault(); cancelEditing(); } }; - const handleInputChange = (e: React.ChangeEvent) => { - setInputValue(e.target.value); + const handleInputChange = ({ + target, + }: React.ChangeEvent) => { + setInputValue(target.value); setHasError(false); }; const handleBlur = () => { - // Only apply edit if Enter wasn't pressed (to avoid double processing) if (!enterPressedRef.current && isEditing) { applyEdit(); } }; - // Focus input when entering edit mode + const handleDisplayKeyDown = ({ + key, + preventDefault, + }: React.KeyboardEvent) => { + if (disabled) return; + + if (key === "Enter" || key === " ") { + preventDefault(); + startEditing(); + } + }; + useEffect(() => { if (isEditing && inputRef.current) { inputRef.current.focus(); @@ -123,6 +137,9 @@ export function EditableTimecode({ return ( void; - openMobile: boolean; - setOpenMobile: (open: boolean) => void; - isMobile: boolean; - toggleSidebar: () => void; -}; - -const SidebarContext = React.createContext(null); - -function useSidebar() { - const context = React.useContext(SidebarContext); - if (!context) { - throw new Error("useSidebar must be used within a SidebarProvider."); - } - - return context; -} - -const SidebarProvider = React.forwardRef< - HTMLDivElement, - React.ComponentProps<"div"> & { - defaultOpen?: boolean; - open?: boolean; - onOpenChange?: (open: boolean) => void; - } ->( - ( - { - defaultOpen = true, - open: openProp, - onOpenChange: setOpenProp, - className, - style, - children, - ...props - }, - ref - ) => { - const isMobile = useIsMobile(); - const [openMobile, setOpenMobile] = React.useState(false); - - // This is the internal state of the sidebar. - // We use openProp and setOpenProp for control from outside the component. - const [_open, _setOpen] = React.useState(defaultOpen); - const open = openProp ?? _open; - const setOpen = React.useCallback( - (value: boolean | ((value: boolean) => boolean)) => { - const openState = typeof value === "function" ? value(open) : value; - if (setOpenProp) { - setOpenProp(openState); - } else { - _setOpen(openState); - } - - // This sets the cookie to keep the sidebar state. - document.cookie = `${SIDEBAR_COOKIE_NAME}=${openState}; path=/; max-age=${SIDEBAR_COOKIE_MAX_AGE}`; - }, - [setOpenProp, open] - ); - - // Helper to toggle the sidebar. - const toggleSidebar = React.useCallback(() => { - return isMobile - ? setOpenMobile((open) => !open) - : setOpen((open) => !open); - }, [isMobile, setOpen, setOpenMobile]); - - // Adds a keyboard shortcut to toggle the sidebar. - React.useEffect(() => { - const handleKeyDown = (event: KeyboardEvent) => { - if ( - event.key === SIDEBAR_KEYBOARD_SHORTCUT && - (event.metaKey || event.ctrlKey) - ) { - event.preventDefault(); - toggleSidebar(); - } - }; - - window.addEventListener("keydown", handleKeyDown); - return () => window.removeEventListener("keydown", handleKeyDown); - }, [toggleSidebar]); - - // We add a state so that we can do data-state="expanded" or "collapsed". - // This makes it easier to style the sidebar with Tailwind classes. - const state = open ? "expanded" : "collapsed"; - - const contextValue = React.useMemo( - () => ({ - state, - open, - setOpen, - isMobile, - openMobile, - setOpenMobile, - toggleSidebar, - }), - [state, open, setOpen, isMobile, openMobile, setOpenMobile, toggleSidebar] - ); - - return ( - - -
- {children} -
-
-
- ); - } -); -SidebarProvider.displayName = "SidebarProvider"; - -const Sidebar = React.forwardRef< - HTMLDivElement, - React.ComponentProps<"div"> & { - side?: "left" | "right"; - variant?: "sidebar" | "floating" | "inset"; - collapsible?: "offcanvas" | "icon" | "none"; - } ->( - ( - { - side = "left", - variant = "sidebar", - collapsible = "offcanvas", - className, - children, - ...props - }, - ref - ) => { - const { isMobile, state, openMobile, setOpenMobile } = useSidebar(); - - if (collapsible === "none") { - return ( -
- {children} -
- ); - } - - if (isMobile) { - return ( - - - Navigation Menu -
{children}
-
-
- ); - } - - return ( -
- {/* This is what handles the sidebar gap on desktop */} -
- -
- ); - } -); -Sidebar.displayName = "Sidebar"; - -const SidebarTrigger = React.forwardRef< - React.ElementRef, - React.ComponentProps ->(({ className, onClick, ...props }, ref) => { - const { toggleSidebar } = useSidebar(); - - return ( - - ); -}); -SidebarTrigger.displayName = "SidebarTrigger"; - -const SidebarRail = React.forwardRef< - HTMLButtonElement, - React.ComponentProps<"button"> ->(({ className, ...props }, ref) => { - const { toggleSidebar } = useSidebar(); - - return ( -