vercel / next.js

The React Framework
https://nextjs.org
MIT License
125.51k stars 26.81k forks source link

NextJs compiling extremely slow #29559

Closed stevensturkop closed 1 year ago

stevensturkop commented 3 years ago

What version of Next.js are you using?

11.1.2

What version of Node.js are you using?

14.18.0

What browser are you using?

Chrome

What operating system are you using?

Windows 10

How are you deploying your application?

AWS ECS

Describe the Bug

I've been using NextJs for years and recently it has been very hard to work with because very slow in development. After npm run dev, I go to localhost:3000. From there the page can take up to 60 seconds to display. Then when the first page finally displays, each code change fast refresh or page transition SSR (compilation) takes between 15-20 seconds, sometimes more than 30 seconds, and sometimes it even doesn't work so I have to refresh the page.

Expected Behavior

Page load + compilation should be faster.

To Reproduce

Unfortunately, I cannot send a reproducible UI because the project I work on is pretty big and the UI is under NDA.

Maybe without a reproducible UI, you guys have thoughts about how to improve/fix the compilation time on windows. Maybe some of you have faced the same problem and fixed it somehow. I'm all ears.

My package.json { "name": "myname", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start -p 3002" }, "dependencies": { "@react-google-maps/api": "^2.0.2", "@sentry/browser": "^6.7.2", "@sentry/react": "^6.7.2", "@sentry/tracing": "^6.7.2", "@sentry/webpack-plugin": "^1.15.1", "@stripe/react-stripe-js": "^1.4.0", "@stripe/stripe-js": "^1.13.1", "accept-language-parser": "^1.5.0", "aws-sdk": "^2.802.0", "base-64": "^1.0.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "hls.js": "^0.14.16", "iban": "0.0.14", "js-sha256": "^0.9.0", "libphonenumber-js": "^1.9.11", "localized-countries": "^2.0.0", "lodash": "^4.17.21", "moment": "^2.29.1", "next": "^11.1.2", "next-compose-plugins": "^2.2.1", "next-fonts": "^1.5.1", "next-images": "^1.8.1", "next-seo": "^4.17.0", "nookies": "^2.5.0", "platform": "^1.3.6", "qrcode": "^1.4.4", "randomstring": "^1.1.5", "react": "^17.0.2", "react-cropper": "^2.1.4", "react-datepicker": "^3.3.0", "react-device-detect": "^1.15.0", "react-dom": "^17.0.2", "react-dotdotdot": "^1.3.1", "react-ga": "^3.3.0", "react-geocode": "^0.2.2", "react-google-maps": "^9.4.5", "react-lines-ellipsis": "^0.14.1", "react-loading-skeleton": "^2.2.0", "react-query": "^3.13.2", "react-textarea-autosize": "^8.3.2", "sass": "^1.29.0", "stripe": "^8.137.0", "uuid": "^8.3.1", "video.js": "^7.11.0", "videojs-contrib-dash": "^4.0.0" }, "devDependencies": { "@svgr/webpack": "^5.5.0" } }
Philreact commented 3 years ago

I've had the same problem for the last 8 months. It seems many people are having the same problem. In my opinion this should be a priority to get fixed. I have tried almost everything: deactivating windows defender, using yarn instead of npm, but nothing has worked.

sometimes it takes 1 min to change pages in development. In production it's super fast.

I can't publish my code as well since it's copyrighted.

here are my dependencies ```json { "name": "", "version": "0.1.0", "private": true, "scripts": { "next": "next", "dev": "nodemon server/index.js", "build": "next build", "start": "node server/index.js", "analyze": "cross-env ANALYZE=true next build", "analyze:server": "cross-env BUNDLE_ANALYZE=server next build", "analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build" }, "dependencies": { "@date-io/date-fns": "^1.3.13", "@dnd-kit/core": "^3.1.1", "@dnd-kit/sortable": "^4.0.0", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.60", "@material-ui/pickers": "^3.3.10", "@next/bundle-analyzer": "^11.0.1", "@sendgrid/mail": "^7.4.0", "@stripe/stripe-js": "^1.12.1", "@tippyjs/react": "^4.2.5", "aws-sdk": "^2.809.0", "axios": "^0.21.0", "bcryptjs": "^2.4.3", "bootstrap": "^4.4.1", "chroma-js": "^2.1.1", "config": "^3.3.2", "cookie": "^0.4.1", "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "cors": "^2.8.5", "cross-env": "^7.0.3", "d3-ease": "^2.0.0", "date-fns": "^2.21.1", "express": "^4.17.1", "express-session": "^1.17.1", "express-validator": "^6.6.1", "geoip-lite": "^1.4.2", "intersection-observer": "^0.12.0", "js-cookie": "^2.2.1", "jsonwebtoken": "^8.5.1", "moment": "^2.29.1", "mongoose": "^5.10.11", "next": "10.2.3", "next-absolute-url": "^1.2.2", "node-fetch": "^2.6.1", "nprogress": "^0.2.0", "passport": "^0.4.1", "passport-google-oauth20": "^2.0.0", "password-validator": "^5.1.1", "pdfjs-dist": "^2.7.570", "prismjs": "^1.23.0", "quill": "^1.3.7", "randomcolor": "^0.6.2", "react": "16.14.0", "react-beautiful-dnd": "^11.0.5", "react-bootstrap": "^1.4.0", "react-contenteditable": "^3.3.5", "react-dom": "16.14.0", "react-dropzone": "^11.2.3", "react-quill": "^1.3.5", "react-select": "^3.1.1", "react-spring": "^8.0.27", "react-toastify": "^6.1.0", "react-zoom-pan-pinch": "^1.6.1", "request-ip": "^2.1.3", "roughjs": "^4.3.1", "sass": "^1.27.0", "socket.io": "^3.1.2", "socket.io-client": "^3.1.2", "string-strip-html": "^4.3.5", "stripe": "^8.137.0", "validator": "^13.5.2", "web-push": "^3.4.4" }, "devDependencies": { "eslint": "^7.16.0", "eslint-plugin-react": "^7.21.5" } } ```
balazsorban44 commented 3 years ago

Is this the same for a fresh create next app as well? it could potentially point out if the problem is with one of the dependencies maybe or something special with your machine and next.

https://nextjs.org/docs/api-reference/create-next-app

Philreact commented 3 years ago

Is this the same for a fresh create next app as well? it could potentially point out if the problem is with one of the dependencies maybe or something special with your machine and next.

https://nextjs.org/docs/api-reference/create-next-app

In my case I have a custom express server. It's when I started using getServerSideProps that it's been slow only in development. I have 2 other people also coding in this project and in their machines the same problem persists.

The weird thing is that in production it's lightning speed.

balazsorban44 commented 3 years ago

Production is very different from a dev server. If your teammates experience the same problem, it's more likely that the problem is in your setup. Maybe a slow database call in the test environment where the DB has less resources?

Without a reproduction though, I can only guess. you could try to create a minimal reproduction that does not use code directly from work but still produces the same effect. you might even find the reason for the issue along the way.

stevensturkop commented 3 years ago

@balazsorban44 We are using DynamoDB hosted on an ARM AWS ECS large which is pretty fast. So I believe the database is not the problem at all (especially as we query only 50 elements at a time, so it's pretty light). A minimal reproduction wouldn't showcase the problem.

We have around 500 components in the project, so all things considered I'm wondering whether NextJs has some limitations where it cannot handle compiling in development big files/pages?

stevensturkop commented 3 years ago

I just analyzed the bundle, despite the very slow first page init after npm run dev (around 1minute) the targetted page Size is 120kB and the page first load JS is 1.2MB.

timneutkens commented 3 years ago

Hey Steven, could you send me a message on https://twitter.com/timneutkens, then we can investigate it without code access.

timneutkens commented 3 years ago

@PhillipLangMartinez same for you

kartikrao commented 3 years ago

Our app www.drive.com.au is the largest automotive site in Australia.

Creating a production build with next build takes > 20 minutes on a machine with 6 cores and 32 GB of RAM. Our builds have slowed significantly since updating to Next 11.x

@timneutkens - Happy to provide access to config and code, if its of wider benefit to the community, we are also happy to pitch in if helpful.

Issue template ### What version of Next.js are you using? 11.1.2 ### What version of Node.js are you using? 14.18.0 ### What browser are you using? Chrome ### What operating system are you using? Mac OS 11.6 (Big Sur) ### How are you deploying your application? AWS ECS ### Describe the Bug We use `getServerSideProps` for > 90% of pages. We've tried: - Enabling and disabling build caching (`.next` folder) - Changing NodeJS version (14.16) - Upgrading/Downgrading dependencies - `babel`, `postcss`, `tailwind` etc.
timneutkens commented 3 years ago

Could you reach out to me on twitter as well, thanks!

kartikrao commented 3 years ago

Could you reach out to me on twitter as well, thanks!

@timneutkens - My apologies, the only social network I'm on is LinkedIn, is there an alternative way to get in touch ?

My email is redacted

timneutkens commented 3 years ago

Sent you a short email with what to run ๐Ÿ‘

billymcintosh commented 2 years ago

I admire you helping one to one, but shouldn't the potential solutions be posted here to help everyone that has this issue?

f16z commented 2 years ago

so much pain in development.. still hunting for solutions

timneutkens commented 2 years ago

Experiencing this issue?

To provide a trace which only includes metadata of the application:

โš ๏ธ The metadata in .next/trace includes full file paths to all JS/CSS. It does not include the file contents. โš ๏ธ The main thing we need to help investigate your application is .next/trace, package.json and such are not helpful in investigating the issue.

Reply to earlier messages

but shouldn't the potential solutions be posted here to help everyone that has this issue?

So far all I've done is help investigate the slowdowns for the people that reached out. There's no specific solution as it highly depends on the app and I'm going to share the findings. . I've been working on a way that we can investigate these slowdowns without needing the application code itself but it requires a bunch of steps that up till a few days ago were quite involved.

Here's a list of what I've found so far:

f16z commented 2 years ago

I have issues installing next@canary until I ran npm config set legacy-peer-deps true

AdamDiament commented 2 years ago

@timneutkens Thanks for looking into this. I am about to send you my files privately on twitter. I love working with next but this is a major pain point, so I really appreciate that you are prioritising it. During the time the project was on I first navigated between a few different pages. Each page load took between 5 and 15 seconds by my estimates, which is my major issue day to day. I then did a fast refresh. This was nice and quick, better than usual. To get things ready for submitting this test I upgraded to webpack 5 from 4, which might explain the improvement. Thanks again!

... I am having trouble sending you the files on twitter as they are an unsupported file type, including zip. Is there another way I can share the trace with you as I don't want to post my config files here.

timneutkens commented 2 years ago

@AdamDiament I've replied to your message on twitter and also updated the instructions here. https://gist.github.com is how you can share individual files ๐Ÿ‘

ValentinH commented 2 years ago

I had a similar issue and it was also due to @material-ui/icons and loading all of them. If you import them directly from your application code, the tree-shaking works properly. However, in our case, we were importing them from an internal package installed in the node_modules of our application which resulted in all icons being imported (only in the server bundle).

We solved it by following this documentation and adding a babel plugin to automatically rename our named imports to default imports when building and publishing our internal package.

AdamDiament commented 2 years ago

@AdamDiament I've replied to your message on twitter and also updated the instructions here. https://gist.github.com is how you can share individual files ๐Ÿ‘

Thanks Tim sent you a gist on twitter

balazsorban44 commented 2 years ago

@stevensturkop checking in, what's the status here? Were you able to reach out to Tim? Is this issue resolved?

Sameedahmad commented 2 years ago

I am having this issue to be honest it sucks to wait for so long on development.

timneutkens commented 2 years ago

@Sameedahmad see https://github.com/vercel/next.js/issues/29559#issuecomment-938431883. Please provide a trace file.

Sameedahmad commented 2 years ago

@timneutkens Here are the files, https://gist.github.com/Sameedahmad/68271c9bf81883e4014f3ac3cbc32648 Let me know if you would need anything else from my side.

timneutkens commented 2 years ago

nextjs-wordpress-starter\functions\wordpress\blocks\displayBlock.js is taking a long time to compile.

It consists of:

Seems that react-synax-highlighter seems to be compiling support for every language in existence for your case.

Besides that it seems that reading files from the filesystem is slow in your case ๐Ÿค” Given that you have no customization in babelrc you can remove the babelrc to leverage the new compiler: https://nextjs.org/docs/advanced-features/compiler

dottodot commented 2 years ago

@timneutkens I've sent you my trace on twitter

mustafa-hanif commented 2 years ago

@timneutkens I've added my trace here. https://gist.github.com/mustafa-hanif/8deae35eb4113684c3ace37fbc610568

timneutkens commented 2 years ago

@mustafa-hanif I had a look at your trace and it's the same issue as the others, you're importing all of the material-ui icons library (5.5K of them) in one module. That module seems to be packages/hotels/src/ui/src/Dialog/DialogWithHeading.js.

โ””โ”€ module /Users/mustafa.hanif/elaa-web/packages/hotels/src/ui/src/Dialog/DialogWithHeading.js 1s (total 281 ms, self 21 ms) [next-swc-loader 19 ms] โ””โ”€ module @mui/icons-material (@mui/icons-material/esm/index.js + 9899) 260 ms (self ๐Ÿ”ฅ327s) [read-resource ๐Ÿ”ฅ325s]

jason-yolabs commented 2 years ago

Is there a public tool available to parse the .next/trace file? Would love to dive deeper without bugging Tim :)

Edit: https://github.com/vercel/next.js/blob/canary/scripts/trace-to-tree.mjs is the tool (and it's awesome!)

Carduelis commented 2 years ago

I've experienced the issue with @mui/material and my own npm package @gorazdo/tomui The problem comes from a lot of modules to process (11k) like in this article Unfortunately, this solution doesn't work. The problem is the regex (which is a completely mysterious thing for a non-rust developer. I've even tried Rust Regex online tool ), with no luck.

My Solution (3-5 times faster)

decreased 3-5 times dev build/rebuild/fast-refresh time decreased amount of modules by 10 times from 11k to 1k modules.

I've managed it using the following config:

    modularizeImports: {
      '@gorazdo/tomui': {
        transform: '@gorazdo/tomui/{{member}}',
      },
      '@mui/material': {
        transform: '@mui/material/{{member}}',
      },
      '@mui/icons-material/?(((\\w*)?/?)*)': {
        transform: '@mui/icons-material/{{ matches.[1] }}/{{member}}',
      },
    },

But I had to update imports manually for useTheme, ThemeProvider, styled, lighten and darken in my case

from:

import { Box, lighten, Typography, styled } from '@mui/material'
// for lighten and styled the regex didn't work neither the simple {{member}} way. so it is manually changed

to

import { Typography, Box } from '@mui/material'
import { styled, lighten } from '@mui/material/styles' 

To fix my library I had to use default export for each file which is going to be modularized.

Questions

  1. How to deal with this regex to make it work with @mui/material ?
  2. How to deal with modularization of files that have only named exports?
  3. Can we automate modularization somehow?
joulev commented 2 years ago

@timneutkens Hi, I am having the same problem. You can look at the source code directly at https://github.com/joulev/ezkomment, or the trace file below

.next/trace ```json [{"traceId":"1fd5d66c8e0c95f0","name":"hot-reloader","id":1,"timestamp":260543849760,"duration":51,"tags":{"version":"12.1.6"},"startTime":1654958255512},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"start","id":2,"timestamp":260543850561,"duration":2,"tags":{},"startTime":1654958255513},{"traceId":"1fd5d66c8e0c95f0","parentId":2,"name":"clean","id":3,"timestamp":260543850609,"duration":3554,"tags":{},"startTime":1654958255513},{"traceId":"1fd5d66c8e0c95f0","parentId":4,"name":"get-page-paths","id":5,"timestamp":260543855437,"duration":865,"tags":{},"startTime":1654958255518},{"traceId":"1fd5d66c8e0c95f0","parentId":4,"name":"create-pages-mapping","id":6,"timestamp":260543856333,"duration":461,"tags":{},"startTime":1654958255518},{"traceId":"1fd5d66c8e0c95f0","parentId":4,"name":"create-entrypoints","id":7,"timestamp":260543856818,"duration":2230,"tags":{},"startTime":1654958255519},{"traceId":"1fd5d66c8e0c95f0","parentId":4,"name":"generate-webpack-config","id":8,"timestamp":260543859097,"duration":403928,"tags":{},"startTime":1654958255521},{"traceId":"1fd5d66c8e0c95f0","parentId":2,"name":"get-webpack-config","id":4,"timestamp":260543855345,"duration":407723,"tags":{},"startTime":1654958255517},{"traceId":"1fd5d66c8e0c95f0","parentId":17,"name":"next-client-pages-loader","id":18,"timestamp":260544772347,"duration":596,"tags":{"absolutePagePath":"private-next-pages/_app"},"startTime":1654958256435},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"build-module-js?absolutePagePath=private-next-pages%2F_app&page=%2F_app!","id":17,"timestamp":260544761532,"duration":24331,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1654958256424},{"traceId":"1fd5d66c8e0c95f0","parentId":19,"name":"next-client-pages-loader","id":20,"timestamp":260544786245,"duration":122,"tags":{"absolutePagePath":"private-next-pages/_error"},"startTime":1654958256448},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"build-module-js?absolutePagePath=private-next-pages%2F_error&page=%2F_error!","id":19,"timestamp":260544786077,"duration":1938,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1654958256448},{"traceId":"1fd5d66c8e0c95f0","parentId":21,"name":"read-resource","id":22,"timestamp":260544805638,"duration":9332,"tags":{},"startTime":1654958256468},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"build-module-js","id":21,"timestamp":260544804764,"duration":17089,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/@next/react-refresh-utils/runtime.js"},"startTime":1654958256467},{"traceId":"1fd5d66c8e0c95f0","parentId":28,"name":"next-swc-transform","id":29,"timestamp":260544810166,"duration":14858,"tags":{},"startTime":1654958256472},{"traceId":"1fd5d66c8e0c95f0","parentId":24,"name":"next-swc-loader","id":28,"timestamp":260544810065,"duration":14969,"tags":{},"startTime":1654958256472},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"build-module-js","id":24,"timestamp":260544808796,"duration":40962,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/amp-dev.js"},"startTime":1654958256471},{"traceId":"1fd5d66c8e0c95f0","parentId":30,"name":"next-swc-transform","id":31,"timestamp":260544810204,"duration":39779,"tags":{},"startTime":1654958256472},{"traceId":"1fd5d66c8e0c95f0","parentId":25,"name":"next-swc-loader","id":30,"timestamp":260544810171,"duration":39835,"tags":{},"startTime":1654958256472},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"build-module-js","id":25,"timestamp":260544809158,"duration":56475,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/router.js"},"startTime":1654958256471},{"traceId":"1fd5d66c8e0c95f0","parentId":26,"name":"next-swc-transform","id":27,"timestamp":260544810005,"duration":59523,"tags":{},"startTime":1654958256472},{"traceId":"1fd5d66c8e0c95f0","parentId":23,"name":"next-swc-loader","id":26,"timestamp":260544809417,"duration":60122,"tags":{},"startTime":1654958256472},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"build-module-js","id":23,"timestamp":260544805715,"duration":75022,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/next-dev.js"},"startTime":1654958256468},{"traceId":"1fd5d66c8e0c95f0","parentId":35,"name":"next-swc-transform","id":36,"timestamp":260544890459,"duration":3819,"tags":{},"startTime":1654958256553},{"traceId":"1fd5d66c8e0c95f0","parentId":32,"name":"next-swc-loader","id":35,"timestamp":260544890405,"duration":3884,"tags":{},"startTime":1654958256553},{"traceId":"1fd5d66c8e0c95f0","parentId":25,"name":"build-module-js","id":32,"timestamp":260544889792,"duration":8346,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/with-router.js"},"startTime":1654958256552},{"traceId":"1fd5d66c8e0c95f0","parentId":37,"name":"next-swc-transform","id":38,"timestamp":260544890492,"duration":9478,"tags":{},"startTime":1654958256553},{"traceId":"1fd5d66c8e0c95f0","parentId":33,"name":"next-swc-loader","id":37,"timestamp":260544890464,"duration":9514,"tags":{},"startTime":1654958256553},{"traceId":"1fd5d66c8e0c95f0","parentId":24,"name":"build-module-js","id":33,"timestamp":260544890034,"duration":13282,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/fouc.js"},"startTime":1654958256552},{"traceId":"1fd5d66c8e0c95f0","parentId":39,"name":"next-swc-transform","id":40,"timestamp":260544890519,"duration":12947,"tags":{},"startTime":1654958256553},{"traceId":"1fd5d66c8e0c95f0","parentId":34,"name":"next-swc-loader","id":39,"timestamp":260544890495,"duration":12979,"tags":{},"startTime":1654958256553},{"traceId":"1fd5d66c8e0c95f0","parentId":24,"name":"build-module-js","id":34,"timestamp":260544890150,"duration":20921,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/on-demand-entries-client.js"},"startTime":1654958256552},{"traceId":"1fd5d66c8e0c95f0","parentId":48,"name":"next-swc-transform","id":49,"timestamp":260544899523,"duration":17179,"tags":{},"startTime":1654958256562},{"traceId":"1fd5d66c8e0c95f0","parentId":43,"name":"next-swc-loader","id":48,"timestamp":260544899472,"duration":17239,"tags":{},"startTime":1654958256562},{"traceId":"1fd5d66c8e0c95f0","parentId":23,"name":"build-module-js","id":43,"timestamp":260544898986,"duration":25654,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/webpack-hot-middleware-client.js"},"startTime":1654958256561},{"traceId":"1fd5d66c8e0c95f0","parentId":52,"name":"next-swc-transform","id":53,"timestamp":260544899584,"duration":25127,"tags":{},"startTime":1654958256562},{"traceId":"1fd5d66c8e0c95f0","parentId":47,"name":"next-swc-loader","id":52,"timestamp":260544899558,"duration":25159,"tags":{},"startTime":1654958256562},{"traceId":"1fd5d66c8e0c95f0","parentId":24,"name":"build-module-js","id":47,"timestamp":260544899346,"duration":30857,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/error-overlay/websocket.js"},"startTime":1654958256562},{"traceId":"1fd5d66c8e0c95f0","parentId":50,"name":"next-swc-transform","id":51,"timestamp":260544899555,"duration":31331,"tags":{},"startTime":1654958256562},{"traceId":"1fd5d66c8e0c95f0","parentId":44,"name":"next-swc-loader","id":50,"timestamp":260544899528,"duration":31366,"tags":{},"startTime":1654958256562},{"traceId":"1fd5d66c8e0c95f0","parentId":23,"name":"build-module-js","id":44,"timestamp":260544899129,"duration":40594,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/dev-build-watcher.js"},"startTime":1654958256561},{"traceId":"1fd5d66c8e0c95f0","parentId":41,"name":"read-resource","id":42,"timestamp":260544891856,"duration":53821,"tags":{},"startTime":1654958256554},{"traceId":"1fd5d66c8e0c95f0","parentId":21,"name":"build-module-js","id":41,"timestamp":260544891628,"duration":56554,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/@next/react-refresh-utils/internal/helpers.js"},"startTime":1654958256554},{"traceId":"1fd5d66c8e0c95f0","parentId":64,"name":"next-swc-transform","id":65,"timestamp":260544941455,"duration":7451,"tags":{},"startTime":1654958256604},{"traceId":"1fd5d66c8e0c95f0","parentId":59,"name":"next-swc-loader","id":64,"timestamp":260544941415,"duration":7498,"tags":{},"startTime":1654958256604},{"traceId":"1fd5d66c8e0c95f0","parentId":23,"name":"build-module-js","id":59,"timestamp":260544941133,"duration":12777,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/querystring.js"},"startTime":1654958256603},{"traceId":"1fd5d66c8e0c95f0","parentId":45,"name":"read-resource","id":46,"timestamp":260544899319,"duration":54900,"tags":{},"startTime":1654958256561},{"traceId":"1fd5d66c8e0c95f0","parentId":25,"name":"build-module-js","id":45,"timestamp":260544899280,"duration":55788,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/lib/is-error.js"},"startTime":1654958256561},{"traceId":"1fd5d66c8e0c95f0","parentId":60,"name":"next-swc-transform","id":61,"timestamp":260544941363,"duration":13754,"tags":{},"startTime":1654958256604},{"traceId":"1fd5d66c8e0c95f0","parentId":57,"name":"next-swc-loader","id":60,"timestamp":260544941289,"duration":13832,"tags":{},"startTime":1654958256603},{"traceId":"1fd5d66c8e0c95f0","parentId":25,"name":"build-module-js","id":57,"timestamp":260544940835,"duration":16914,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router-context.js"},"startTime":1654958256603},{"traceId":"1fd5d66c8e0c95f0","parentId":55,"name":"next-swc-transform","id":56,"timestamp":260544915316,"duration":43073,"tags":{},"startTime":1654958256577},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"next-swc-loader","id":55,"timestamp":260544915200,"duration":43196,"tags":{},"startTime":1654958256577},{"traceId":"1fd5d66c8e0c95f0","parentId":23,"name":"build-module-js","id":54,"timestamp":260544914987,"duration":69661,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/index.js"},"startTime":1654958256577},{"traceId":"1fd5d66c8e0c95f0","parentId":62,"name":"next-swc-transform","id":63,"timestamp":260544941411,"duration":49256,"tags":{},"startTime":1654958256604},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"next-swc-loader","id":62,"timestamp":260544941371,"duration":49307,"tags":{},"startTime":1654958256604},{"traceId":"1fd5d66c8e0c95f0","parentId":25,"name":"build-module-js","id":58,"timestamp":260544940961,"duration":81514,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/router.js"},"startTime":1654958256603},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module","id":69,"timestamp":260545035919,"duration":777,"tags":{"name":"undefined"},"startTime":1654958256698},{"traceId":"1fd5d66c8e0c95f0","parentId":67,"name":"next-swc-transform","id":68,"timestamp":260545029586,"duration":8197,"tags":{},"startTime":1654958256692},{"traceId":"1fd5d66c8e0c95f0","parentId":66,"name":"next-swc-loader","id":67,"timestamp":260545029528,"duration":8263,"tags":{},"startTime":1654958256692},{"traceId":"1fd5d66c8e0c95f0","parentId":43,"name":"build-module-js","id":66,"timestamp":260545029398,"duration":12314,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/error-overlay/hot-dev-client.js"},"startTime":1654958256692},{"traceId":"1fd5d66c8e0c95f0","parentId":84,"name":"next-swc-transform","id":85,"timestamp":260545046971,"duration":3702,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":70,"name":"next-swc-loader","id":84,"timestamp":260545046912,"duration":3772,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":45,"name":"build-module-js","id":70,"timestamp":260545045989,"duration":5760,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/is-plain-object.js"},"startTime":1654958256708},{"traceId":"1fd5d66c8e0c95f0","parentId":88,"name":"next-swc-transform","id":89,"timestamp":260545047026,"duration":6098,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":74,"name":"next-swc-loader","id":88,"timestamp":260545047005,"duration":6129,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":74,"timestamp":260545046274,"duration":9789,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/page-loader.js"},"startTime":1654958256708},{"traceId":"1fd5d66c8e0c95f0","parentId":86,"name":"next-swc-transform","id":87,"timestamp":260545047002,"duration":9220,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":73,"name":"next-swc-loader","id":86,"timestamp":260545046976,"duration":9252,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":73,"timestamp":260545046212,"duration":13926,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/head-manager.js"},"startTime":1654958256708},{"traceId":"1fd5d66c8e0c95f0","parentId":90,"name":"next-swc-transform","id":91,"timestamp":260545047042,"duration":13167,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":75,"name":"next-swc-loader","id":90,"timestamp":260545047028,"duration":13184,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":75,"timestamp":260545046344,"duration":16353,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/performance-relayer.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":96,"name":"next-swc-transform","id":97,"timestamp":260545047084,"duration":15665,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":78,"name":"next-swc-loader","id":96,"timestamp":260545047072,"duration":15680,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":78,"timestamp":260545046509,"duration":17267,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/head-manager-context.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":92,"name":"next-swc-transform","id":93,"timestamp":260545047056,"duration":16802,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":76,"name":"next-swc-loader","id":92,"timestamp":260545047044,"duration":16818,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":76,"timestamp":260545046403,"duration":20933,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/route-announcer.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":98,"name":"next-swc-transform","id":99,"timestamp":260545047098,"duration":20294,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":79,"name":"next-swc-loader","id":98,"timestamp":260545047086,"duration":20309,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":79,"timestamp":260545046563,"duration":23036,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/mitt.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":100,"name":"next-swc-transform","id":101,"timestamp":260545047111,"duration":22651,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":80,"name":"next-swc-loader","id":100,"timestamp":260545047100,"duration":22669,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":80,"timestamp":260545046617,"duration":23983,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/runtime-config.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":104,"name":"next-swc-transform","id":105,"timestamp":260545047137,"duration":23509,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":82,"name":"next-swc-loader","id":104,"timestamp":260545047126,"duration":23524,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":82,"timestamp":260545046714,"duration":24947,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/image-config-context.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":94,"name":"next-swc-transform","id":95,"timestamp":260545047070,"duration":30207,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":77,"name":"next-swc-loader","id":94,"timestamp":260545047059,"duration":30228,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":77,"timestamp":260545046456,"duration":36102,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/script.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":102,"name":"next-swc-transform","id":103,"timestamp":260545047124,"duration":35510,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":81,"name":"next-swc-loader","id":102,"timestamp":260545047113,"duration":35526,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":81,"timestamp":260545046666,"duration":40739,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/utils.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":106,"name":"next-swc-transform","id":107,"timestamp":260545047150,"duration":40312,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":83,"name":"next-swc-loader","id":106,"timestamp":260545047139,"duration":40327,"tags":{},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":83,"timestamp":260545046841,"duration":41513,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js"},"startTime":1654958256709},{"traceId":"1fd5d66c8e0c95f0","parentId":117,"name":"next-swc-transform","id":118,"timestamp":260545052614,"duration":35790,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":110,"name":"next-swc-loader","id":117,"timestamp":260545052517,"duration":35891,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":110,"timestamp":260545051916,"duration":37856,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/normalize-trailing-slash.js"},"startTime":1654958256714},{"traceId":"1fd5d66c8e0c95f0","parentId":123,"name":"next-swc-transform","id":124,"timestamp":260545052672,"duration":37165,"tags":{},"startTime":1654958256715}] [{"traceId":"1fd5d66c8e0c95f0","parentId":113,"name":"next-swc-loader","id":123,"timestamp":260545052659,"duration":37329,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":113,"timestamp":260545052290,"duration":38871,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/route-matcher.js"},"startTime":1654958256714},{"traceId":"1fd5d66c8e0c95f0","parentId":127,"name":"next-swc-transform","id":128,"timestamp":260545052701,"duration":38515,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":115,"name":"next-swc-loader","id":127,"timestamp":260545052689,"duration":38531,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":115,"timestamp":260545052399,"duration":40438,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.js"},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":125,"name":"next-swc-transform","id":126,"timestamp":260545052687,"duration":40221,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":114,"name":"next-swc-loader","id":125,"timestamp":260545052674,"duration":40237,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":114,"timestamp":260545052349,"duration":42518,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/route-regex.js"},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":121,"name":"next-swc-transform","id":122,"timestamp":260545052657,"duration":42270,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":112,"name":"next-swc-loader","id":121,"timestamp":260545052642,"duration":42289,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":112,"timestamp":260545052138,"duration":44982,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js"},"startTime":1654958256714},{"traceId":"1fd5d66c8e0c95f0","parentId":129,"name":"next-swc-transform","id":130,"timestamp":260545052715,"duration":44476,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":116,"name":"next-swc-loader","id":129,"timestamp":260545052703,"duration":44491,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":116,"timestamp":260545052456,"duration":47883,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/format-url.js"},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":119,"name":"next-swc-transform","id":120,"timestamp":260545052640,"duration":47818,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":111,"name":"next-swc-loader","id":119,"timestamp":260545052619,"duration":47843,"tags":{},"startTime":1654958256715},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":111,"timestamp":260545052070,"duration":53760,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/route-loader.js"},"startTime":1654958256714},{"traceId":"1fd5d66c8e0c95f0","parentId":136,"name":"next-swc-transform","id":137,"timestamp":260545074354,"duration":32716,"tags":{},"startTime":1654958256737},{"traceId":"1fd5d66c8e0c95f0","parentId":133,"name":"next-swc-loader","id":136,"timestamp":260545074317,"duration":32762,"tags":{},"startTime":1654958256736},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":133,"timestamp":260545074044,"duration":35501,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/streaming/vitals.js"},"startTime":1654958256736},{"traceId":"1fd5d66c8e0c95f0","parentId":140,"name":"next-swc-transform","id":141,"timestamp":260545074391,"duration":40183,"tags":{},"startTime":1654958256737},{"traceId":"1fd5d66c8e0c95f0","parentId":135,"name":"next-swc-loader","id":140,"timestamp":260545074377,"duration":40206,"tags":{},"startTime":1654958256737},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":135,"timestamp":260545074208,"duration":43691,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/pages/_error.js"},"startTime":1654958256736},{"traceId":"1fd5d66c8e0c95f0","parentId":138,"name":"next-swc-transform","id":139,"timestamp":260545074375,"duration":43568,"tags":{},"startTime":1654958256737},{"traceId":"1fd5d66c8e0c95f0","parentId":134,"name":"next-swc-loader","id":138,"timestamp":260545074358,"duration":43588,"tags":{},"startTime":1654958256737},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":134,"timestamp":260545074131,"duration":46076,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/streaming/refresh.js"},"startTime":1654958256736},{"traceId":"1fd5d66c8e0c95f0","parentId":71,"name":"read-resource","id":72,"timestamp":260545046161,"duration":74757,"tags":{},"startTime":1654958256708},{"traceId":"1fd5d66c8e0c95f0","parentId":24,"name":"build-module-js","id":71,"timestamp":260545046124,"duration":81600,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/regenerator-runtime/runtime.js"},"startTime":1654958256708},{"traceId":"1fd5d66c8e0c95f0","parentId":146,"name":"next-swc-transform","id":147,"timestamp":260545112036,"duration":17013,"tags":{},"startTime":1654958256774},{"traceId":"1fd5d66c8e0c95f0","parentId":143,"name":"next-swc-loader","id":146,"timestamp":260545112020,"duration":17038,"tags":{},"startTime":1654958256774},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":143,"timestamp":260545111915,"duration":18080,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"},"startTime":1654958256774},{"traceId":"1fd5d66c8e0c95f0","parentId":144,"name":"next-swc-transform","id":145,"timestamp":260545112017,"duration":18025,"tags":{},"startTime":1654958256774},{"traceId":"1fd5d66c8e0c95f0","parentId":142,"name":"next-swc-loader","id":144,"timestamp":260545111983,"duration":18062,"tags":{},"startTime":1654958256774},{"traceId":"1fd5d66c8e0c95f0","parentId":58,"name":"build-module-js","id":142,"timestamp":260545111807,"duration":19010,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js"},"startTime":1654958256774},{"traceId":"1fd5d66c8e0c95f0","parentId":108,"name":"read-resource","id":109,"timestamp":260545051885,"duration":82254,"tags":{},"startTime":1654958256714},{"traceId":"1fd5d66c8e0c95f0","parentId":21,"name":"build-module-js","id":108,"timestamp":260545051828,"duration":82775,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/react-refresh/runtime.js"},"startTime":1654958256714},{"traceId":"1fd5d66c8e0c95f0","parentId":131,"name":"read-resource","id":132,"timestamp":260545074013,"duration":63854,"tags":{},"startTime":1654958256736},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":131,"timestamp":260545073961,"duration":65433,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/polyfills/polyfill-module.js"},"startTime":1654958256736},{"traceId":"1fd5d66c8e0c95f0","parentId":151,"name":"next-swc-transform","id":152,"timestamp":260545136311,"duration":4946,"tags":{},"startTime":1654958256798},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"next-swc-loader","id":151,"timestamp":260545136222,"duration":5044,"tags":{},"startTime":1654958256798},{"traceId":"1fd5d66c8e0c95f0","parentId":17,"name":"build-module-tsx","id":150,"timestamp":260545136121,"duration":13333,"tags":{"name":"/Users/joulev/dev/www/ezkomment/pages/_app.tsx"},"startTime":1654958256798},{"traceId":"1fd5d66c8e0c95f0","parentId":157,"name":"next-swc-transform","id":158,"timestamp":260545139890,"duration":14902,"tags":{},"startTime":1654958256802},{"traceId":"1fd5d66c8e0c95f0","parentId":154,"name":"next-swc-loader","id":157,"timestamp":260545139872,"duration":14929,"tags":{},"startTime":1654958256802},{"traceId":"1fd5d66c8e0c95f0","parentId":66,"name":"build-module-js","id":154,"timestamp":260545139773,"duration":20278,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/dev/error-overlay/format-webpack-messages.js"},"startTime":1654958256802},{"traceId":"1fd5d66c8e0c95f0","parentId":155,"name":"next-swc-transform","id":156,"timestamp":260545139868,"duration":20308,"tags":{},"startTime":1654958256802},{"traceId":"1fd5d66c8e0c95f0","parentId":153,"name":"next-swc-loader","id":155,"timestamp":260545139838,"duration":20344,"tags":{},"startTime":1654958256802},{"traceId":"1fd5d66c8e0c95f0","parentId":19,"name":"build-module-tsx","id":153,"timestamp":260545139671,"duration":21771,"tags":{"name":"/Users/joulev/dev/www/ezkomment/pages/_error.tsx"},"startTime":1654958256802},{"traceId":"1fd5d66c8e0c95f0","parentId":148,"name":"read-resource","id":149,"timestamp":260545131398,"duration":30083,"tags":{},"startTime":1654958256794},{"traceId":"1fd5d66c8e0c95f0","parentId":34,"name":"build-module-js","id":148,"timestamp":260545131349,"duration":30473,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/router.js"},"startTime":1654958256794},{"traceId":"1fd5d66c8e0c95f0","parentId":163,"name":"next-swc-transform","id":164,"timestamp":260545151791,"duration":10752,"tags":{},"startTime":1654958256814},{"traceId":"1fd5d66c8e0c95f0","parentId":160,"name":"next-swc-loader","id":163,"timestamp":260545151772,"duration":10777,"tags":{},"startTime":1654958256814},{"traceId":"1fd5d66c8e0c95f0","parentId":74,"name":"build-module-js","id":160,"timestamp":260545151645,"duration":11873,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js"},"startTime":1654958256814},{"traceId":"1fd5d66c8e0c95f0","parentId":161,"name":"next-swc-transform","id":162,"timestamp":260545151767,"duration":11789,"tags":{},"startTime":1654958256814},{"traceId":"1fd5d66c8e0c95f0","parentId":159,"name":"next-swc-loader","id":161,"timestamp":260545151729,"duration":11831,"tags":{},"startTime":1654958256814},{"traceId":"1fd5d66c8e0c95f0","parentId":82,"name":"build-module-js","id":159,"timestamp":260545151527,"duration":12829,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/image-config.js"},"startTime":1654958256814},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"add-entry","id":12,"timestamp":260544434457,"duration":731676,"tags":{"request":"./node_modules/next/dist/client/dev/amp-dev"},"startTime":1654958256097},{"traceId":"1fd5d66c8e0c95f0","parentId":171,"name":"next-swc-transform","id":172,"timestamp":260545165425,"duration":2365,"tags":{},"startTime":1654958256828},{"traceId":"1fd5d66c8e0c95f0","parentId":168,"name":"next-swc-loader","id":171,"timestamp":260545165407,"duration":2390,"tags":{},"startTime":1654958256828},{"traceId":"1fd5d66c8e0c95f0","parentId":114,"name":"build-module-js","id":168,"timestamp":260545165297,"duration":3699,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/escape-regexp.js"},"startTime":1654958256827},{"traceId":"1fd5d66c8e0c95f0","parentId":169,"name":"next-swc-transform","id":170,"timestamp":260545165403,"duration":4158,"tags":{},"startTime":1654958256828},{"traceId":"1fd5d66c8e0c95f0","parentId":167,"name":"next-swc-loader","id":169,"timestamp":260545165370,"duration":4199,"tags":{},"startTime":1654958256828},{"traceId":"1fd5d66c8e0c95f0","parentId":77,"name":"build-module-js","id":167,"timestamp":260545165217,"duration":5943,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/request-idle-callback.js"},"startTime":1654958256827},{"traceId":"1fd5d66c8e0c95f0","parentId":177,"name":"next-swc-transform","id":178,"timestamp":260545169422,"duration":4996,"tags":{},"startTime":1654958256832},{"traceId":"1fd5d66c8e0c95f0","parentId":174,"name":"next-swc-loader","id":177,"timestamp":260545169397,"duration":5031,"tags":{},"startTime":1654958256832},{"traceId":"1fd5d66c8e0c95f0","parentId":142,"name":"build-module-js","id":174,"timestamp":260545169250,"duration":7498,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js"},"startTime":1654958256831},{"traceId":"1fd5d66c8e0c95f0","parentId":175,"name":"next-swc-transform","id":176,"timestamp":260545169393,"duration":8018,"tags":{},"startTime":1654958256832},{"traceId":"1fd5d66c8e0c95f0","parentId":173,"name":"next-swc-loader","id":175,"timestamp":260545169358,"duration":8060,"tags":{},"startTime":1654958256832},{"traceId":"1fd5d66c8e0c95f0","parentId":135,"name":"build-module-js","id":173,"timestamp":260545169107,"duration":12115,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/head.js"},"startTime":1654958256831},{"traceId":"1fd5d66c8e0c95f0","parentId":165,"name":"read-resource","id":166,"timestamp":260545165192,"duration":19517,"tags":{},"startTime":1654958256827},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":165,"timestamp":260545165141,"duration":20190,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react-dom/client.js"},"startTime":1654958256827},{"traceId":"1fd5d66c8e0c95f0","parentId":180,"name":"next-swc-transform","id":181,"timestamp":260545174114,"duration":11305,"tags":{},"startTime":1654958256836},{"traceId":"1fd5d66c8e0c95f0","parentId":179,"name":"next-swc-loader","id":180,"timestamp":260545174080,"duration":11345,"tags":{},"startTime":1654958256836},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":179,"timestamp":260545173945,"duration":14645,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/portal/index.js"},"startTime":1654958256836},{"traceId":"1fd5d66c8e0c95f0","parentId":182,"name":"read-resource","id":183,"timestamp":260545181669,"duration":17241,"tags":{},"startTime":1654958256844},{"traceId":"1fd5d66c8e0c95f0","parentId":108,"name":"build-module-js","id":182,"timestamp":260545181600,"duration":22703,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js"},"startTime":1654958256844},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"add-entry","id":11,"timestamp":260544433818,"duration":770649,"tags":{"request":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/@next/react-refresh-utils/runtime.js"},"startTime":1654958256096},{"traceId":"1fd5d66c8e0c95f0","parentId":197,"name":"next-swc-transform","id":198,"timestamp":260545206946,"duration":2111,"tags":{},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":193,"name":"next-swc-loader","id":197,"timestamp":260545206930,"duration":2135,"tags":{},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":173,"name":"build-module-js","id":193,"timestamp":260545206764,"duration":3786,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/amp-context.js"},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":199,"name":"next-swc-transform","id":200,"timestamp":260545206962,"duration":3839,"tags":{},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":194,"name":"next-swc-loader","id":199,"timestamp":260545206948,"duration":3859,"tags":{},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":173,"name":"build-module-js","id":194,"timestamp":260545206825,"duration":5572,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/amp.js"},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":195,"name":"next-swc-transform","id":196,"timestamp":260545206927,"duration":5550,"tags":{},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":192,"name":"next-swc-loader","id":195,"timestamp":260545206893,"duration":5589,"tags":{},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":173,"name":"build-module-js","id":192,"timestamp":260545206657,"duration":9267,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/side-effect.js"},"startTime":1654958256869},{"traceId":"1fd5d66c8e0c95f0","parentId":202,"name":"next-swc-transform","id":203,"timestamp":260545208346,"duration":7943,"tags":{},"startTime":1654958256871},{"traceId":"1fd5d66c8e0c95f0","parentId":201,"name":"next-swc-loader","id":202,"timestamp":260545208233,"duration":8077,"tags":{},"startTime":1654958256870},{"traceId":"1fd5d66c8e0c95f0","parentId":142,"name":"build-module-js","id":201,"timestamp":260545208055,"duration":9253,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/index.js"},"startTime":1654958256870},{"traceId":"1fd5d66c8e0c95f0","parentId":186,"name":"read-resource","id":187,"timestamp":260545197728,"duration":21162,"tags":{},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":25,"name":"build-module-js","id":186,"timestamp":260545197691,"duration":21498,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react/index.js"},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":188,"name":"read-resource","id":189,"timestamp":260545197787,"duration":21444,"tags":{},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-js","id":188,"timestamp":260545197748,"duration":21717,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react/jsx-dev-runtime.js"},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":184,"name":"read-resource","id":185,"timestamp":260545197662,"duration":22902,"tags":{},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":184,"timestamp":260545197590,"duration":23531,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react-dom/index.js"},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":190,"name":"read-resource","id":191,"timestamp":260545197837,"duration":23322,"tags":{},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":190,"timestamp":260545197807,"duration":104337,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/@next/react-dev-overlay/client.js"},"startTime":1654958256860},{"traceId":"1fd5d66c8e0c95f0","parentId":204,"name":"read-resource","id":205,"timestamp":260545307859,"duration":5886,"tags":{},"startTime":1654958256970},{"traceId":"1fd5d66c8e0c95f0","parentId":54,"name":"build-module-js","id":204,"timestamp":260545307792,"duration":6305,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/react-is/index.js"},"startTime":1654958256970},{"traceId":"1fd5d66c8e0c95f0","parentId":207,"name":"next-swc-transform","id":208,"timestamp":260545312178,"duration":4218,"tags":{},"startTime":1654958256974},{"traceId":"1fd5d66c8e0c95f0","parentId":206,"name":"next-swc-loader","id":207,"timestamp":260545312143,"duration":4261,"tags":{},"startTime":1654958256974},{"traceId":"1fd5d66c8e0c95f0","parentId":201,"name":"build-module-js","id":206,"timestamp":260545312033,"duration":7997,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js"},"startTime":1654958256974}] [{"traceId":"1fd5d66c8e0c95f0","parentId":216,"name":"next-swc-transform","id":217,"timestamp":260545315268,"duration":5999,"tags":{},"startTime":1654958256977},{"traceId":"1fd5d66c8e0c95f0","parentId":215,"name":"next-swc-loader","id":216,"timestamp":260545315235,"duration":6040,"tags":{},"startTime":1654958256977},{"traceId":"1fd5d66c8e0c95f0","parentId":66,"name":"build-module-js","id":215,"timestamp":260545315129,"duration":6992,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/strip-ansi/index.js"},"startTime":1654958256977},{"traceId":"1fd5d66c8e0c95f0","parentId":211,"name":"read-resource","id":212,"timestamp":260545313213,"duration":11671,"tags":{},"startTime":1654958256975},{"traceId":"1fd5d66c8e0c95f0","parentId":188,"name":"build-module-js","id":211,"timestamp":260545313184,"duration":20112,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react/cjs/react-jsx-dev-runtime.development.js"},"startTime":1654958256975},{"traceId":"1fd5d66c8e0c95f0","parentId":209,"name":"read-resource","id":210,"timestamp":260545313163,"duration":20174,"tags":{},"startTime":1654958256975},{"traceId":"1fd5d66c8e0c95f0","parentId":186,"name":"build-module-js","id":209,"timestamp":260545313108,"duration":41574,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react/cjs/react.development.js"},"startTime":1654958256975},{"traceId":"1fd5d66c8e0c95f0","parentId":224,"name":"next-swc-transform","id":225,"timestamp":260545324476,"duration":32674,"tags":{},"startTime":1654958256987},{"traceId":"1fd5d66c8e0c95f0","parentId":221,"name":"next-swc-loader","id":224,"timestamp":260545324462,"duration":32698,"tags":{},"startTime":1654958256987},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-tsx","id":221,"timestamp":260545324356,"duration":33957,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/postHeading.tsx"},"startTime":1654958256987},{"traceId":"1fd5d66c8e0c95f0","parentId":222,"name":"next-swc-transform","id":223,"timestamp":260545324459,"duration":33901,"tags":{},"startTime":1654958256987},{"traceId":"1fd5d66c8e0c95f0","parentId":220,"name":"next-swc-loader","id":222,"timestamp":260545324428,"duration":33936,"tags":{},"startTime":1654958256987},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-tsx","id":220,"timestamp":260545324280,"duration":35472,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/anchor.tsx"},"startTime":1654958256986},{"traceId":"1fd5d66c8e0c95f0","parentId":213,"name":"read-resource","id":214,"timestamp":260545313251,"duration":46717,"tags":{},"startTime":1654958256975},{"traceId":"1fd5d66c8e0c95f0","parentId":184,"name":"build-module-js","id":213,"timestamp":260545313227,"duration":193954,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react-dom/cjs/react-dom.development.js"},"startTime":1654958256975},{"traceId":"1fd5d66c8e0c95f0","parentId":233,"name":"next-swc-transform","id":234,"timestamp":260545356173,"duration":154230,"tags":{},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":227,"name":"next-swc-loader","id":233,"timestamp":260545356159,"duration":154254,"tags":{},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-ts","id":227,"timestamp":260545355758,"duration":155503,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/context/breakpoint.ts"},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":235,"name":"next-swc-transform","id":236,"timestamp":260545356188,"duration":155112,"tags":{},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":230,"name":"next-swc-loader","id":235,"timestamp":260545356176,"duration":155128,"tags":{},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-ts","id":230,"timestamp":260545355910,"duration":156130,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/context/mode.ts"},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":231,"name":"next-swc-transform","id":232,"timestamp":260545356155,"duration":156010,"tags":{},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":226,"name":"next-swc-loader","id":231,"timestamp":260545356123,"duration":156047,"tags":{},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-tsx","id":226,"timestamp":260545355518,"duration":159516,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/layouts/errors.tsx"},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":240,"name":"next-swc-transform","id":241,"timestamp":260545508934,"duration":6247,"tags":{},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":237,"name":"next-swc-loader","id":240,"timestamp":260545508898,"duration":6288,"tags":{},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-ts","id":237,"timestamp":260545508649,"duration":7375,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/hooks/nprogress.ts"},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":242,"name":"next-swc-transform","id":243,"timestamp":260545508952,"duration":7172,"tags":{},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":238,"name":"next-swc-loader","id":242,"timestamp":260545508938,"duration":7191,"tags":{},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-ts","id":238,"timestamp":260545508772,"duration":9139,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/hooks/theme.ts"},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":244,"name":"next-swc-transform","id":245,"timestamp":260545508965,"duration":11690,"tags":{},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":239,"name":"next-swc-loader","id":244,"timestamp":260545508954,"duration":11709,"tags":{},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-ts","id":239,"timestamp":260545508831,"duration":13287,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/hooks/breakpoint.ts"},"startTime":1654958257171},{"traceId":"1fd5d66c8e0c95f0","parentId":218,"name":"read-resource","id":219,"timestamp":260545324253,"duration":198075,"tags":{},"startTime":1654958256986},{"traceId":"1fd5d66c8e0c95f0","parentId":75,"name":"build-module-js","id":218,"timestamp":260545324195,"duration":200043,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/web-vitals/web-vitals.umd.js"},"startTime":1654958256986},{"traceId":"1fd5d66c8e0c95f0","parentId":228,"name":"read-resource","id":229,"timestamp":260545355880,"duration":172043,"tags":{},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-js","id":228,"timestamp":260545355825,"duration":173146,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mdx-js/react/index.js"},"startTime":1654958257018},{"traceId":"1fd5d66c8e0c95f0","parentId":248,"name":"next-style-loader","id":249,"timestamp":260545532821,"duration":366,"tags":{},"startTime":1654958257195},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-css","id":248,"timestamp":260545531050,"duration":3450,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/styles/globals.css"},"startTime":1654958257193},{"traceId":"1fd5d66c8e0c95f0","parentId":246,"name":"read-resource","id":247,"timestamp":260545518519,"duration":16407,"tags":{},"startTime":1654958257181},{"traceId":"1fd5d66c8e0c95f0","parentId":204,"name":"build-module-js","id":246,"timestamp":260545518466,"duration":18585,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js"},"startTime":1654958257181},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"add-entry","id":15,"timestamp":260544434550,"duration":1102844,"tags":{"request":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/router.js"},"startTime":1654958256097},{"traceId":"1fd5d66c8e0c95f0","parentId":250,"name":"read-resource","id":251,"timestamp":260545543137,"duration":3063,"tags":{},"startTime":1654958257205},{"traceId":"1fd5d66c8e0c95f0","parentId":252,"name":"read-resource","id":253,"timestamp":260545544747,"duration":40891,"tags":{},"startTime":1654958257207},{"traceId":"1fd5d66c8e0c95f0","parentId":228,"name":"build-module-js","id":252,"timestamp":260545544691,"duration":44319,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mdx-js/react/lib/index.js"},"startTime":1654958257207},{"traceId":"1fd5d66c8e0c95f0","parentId":256,"name":"postcss-process","id":261,"timestamp":260546220126,"duration":1843862,"tags":{},"startTime":1654958257882},{"traceId":"1fd5d66c8e0c95f0","parentId":250,"name":"postcss-loader","id":256,"timestamp":260545546413,"duration":2526372,"tags":{},"startTime":1654958257209},{"traceId":"1fd5d66c8e0c95f0","parentId":254,"name":"read-resource","id":255,"timestamp":260545545318,"duration":2579125,"tags":{},"startTime":1654958257207},{"traceId":"1fd5d66c8e0c95f0","parentId":248,"name":"build-module-js","id":254,"timestamp":260545545267,"duration":2582011,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoStyleTag.js"},"startTime":1654958257207},{"traceId":"1fd5d66c8e0c95f0","parentId":250,"name":"css-loader","id":262,"timestamp":260548073023,"duration":88815,"tags":{"astUsed":"true"},"startTime":1654958259735},{"traceId":"1fd5d66c8e0c95f0","parentId":257,"name":"read-resource","id":258,"timestamp":260545585496,"duration":2579738,"tags":{},"startTime":1654958257248},{"traceId":"1fd5d66c8e0c95f0","parentId":220,"name":"build-module-js","id":257,"timestamp":260545585443,"duration":2580069,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/link.js"},"startTime":1654958257248},{"traceId":"1fd5d66c8e0c95f0","parentId":259,"name":"read-resource","id":260,"timestamp":260545585550,"duration":2579989,"tags":{},"startTime":1654958257248},{"traceId":"1fd5d66c8e0c95f0","parentId":150,"name":"build-module-js","id":259,"timestamp":260545585522,"duration":2580494,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/polyfills/process.js"},"startTime":1654958257248},{"traceId":"1fd5d66c8e0c95f0","parentId":270,"name":"next-swc-transform","id":271,"timestamp":260548128900,"duration":37275,"tags":{},"startTime":1654958259791},{"traceId":"1fd5d66c8e0c95f0","parentId":267,"name":"next-swc-loader","id":270,"timestamp":260548128852,"duration":37330,"tags":{},"startTime":1654958259791},{"traceId":"1fd5d66c8e0c95f0","parentId":226,"name":"build-module-tsx","id":267,"timestamp":260548128655,"duration":39901,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/buttons.tsx"},"startTime":1654958259791},{"traceId":"1fd5d66c8e0c95f0","parentId":263,"name":"read-resource","id":264,"timestamp":260548123776,"duration":48288,"tags":{},"startTime":1654958259786},{"traceId":"1fd5d66c8e0c95f0","parentId":226,"name":"build-module-js","id":263,"timestamp":260548123700,"duration":48613,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/head.js"},"startTime":1654958259786},{"traceId":"1fd5d66c8e0c95f0","parentId":265,"name":"read-resource","id":266,"timestamp":260548123851,"duration":48486,"tags":{},"startTime":1654958259786},{"traceId":"1fd5d66c8e0c95f0","parentId":226,"name":"build-module-js","id":265,"timestamp":260548123812,"duration":48797,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/image.js"},"startTime":1654958259786},{"traceId":"1fd5d66c8e0c95f0","parentId":268,"name":"read-resource","id":269,"timestamp":260548128806,"duration":53712,"tags":{},"startTime":1654958259791},{"traceId":"1fd5d66c8e0c95f0","parentId":221,"name":"build-module-js","id":268,"timestamp":260548128769,"duration":54289,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/icons-material/TagOutlined.js"},"startTime":1654958259791},{"traceId":"1fd5d66c8e0c95f0","parentId":275,"name":"next-swc-transform","id":276,"timestamp":260548176886,"duration":8583,"tags":{},"startTime":1654958259839},{"traceId":"1fd5d66c8e0c95f0","parentId":274,"name":"next-swc-loader","id":275,"timestamp":260548176851,"duration":8629,"tags":{},"startTime":1654958259839},{"traceId":"1fd5d66c8e0c95f0","parentId":239,"name":"build-module-js","id":274,"timestamp":260548176737,"duration":9708,"tags":{"name":"/Users/joulev/dev/www/ezkomment/config/tailwindTheme.js"},"startTime":1654958259839},{"traceId":"1fd5d66c8e0c95f0","parentId":272,"name":"read-resource","id":273,"timestamp":260548175281,"duration":50770,"tags":{},"startTime":1654958259837},{"traceId":"1fd5d66c8e0c95f0","parentId":237,"name":"build-module-js","id":272,"timestamp":260548175215,"duration":56744,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/nprogress/nprogress.js"},"startTime":1654958259837},{"traceId":"1fd5d66c8e0c95f0","parentId":282,"name":"next-swc-transform","id":283,"timestamp":260548238106,"duration":6375,"tags":{},"startTime":1654958259900},{"traceId":"1fd5d66c8e0c95f0","parentId":281,"name":"next-swc-loader","id":282,"timestamp":260548238064,"duration":6427,"tags":{},"startTime":1654958259900},{"traceId":"1fd5d66c8e0c95f0","parentId":257,"name":"build-module-js","id":281,"timestamp":260548237852,"duration":16184,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/link.js"},"startTime":1654958259900},{"traceId":"1fd5d66c8e0c95f0","parentId":285,"name":"next-swc-transform","id":286,"timestamp":260548244144,"duration":83748,"tags":{},"startTime":1654958259906},{"traceId":"1fd5d66c8e0c95f0","parentId":284,"name":"next-swc-loader","id":285,"timestamp":260548244109,"duration":83798,"tags":{},"startTime":1654958259906},{"traceId":"1fd5d66c8e0c95f0","parentId":265,"name":"build-module-js","id":284,"timestamp":260548243991,"duration":108195,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/image.js"},"startTime":1654958259906},{"traceId":"1fd5d66c8e0c95f0","parentId":277,"name":"read-resource","id":278,"timestamp":260548212255,"duration":150171,"tags":{},"startTime":1654958259874},{"traceId":"1fd5d66c8e0c95f0","parentId":220,"name":"build-module-js","id":277,"timestamp":260548212180,"duration":151247,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/clsx/dist/clsx.m.js"},"startTime":1654958259874},{"traceId":"1fd5d66c8e0c95f0","parentId":279,"name":"read-resource","id":280,"timestamp":260548237811,"duration":128532,"tags":{},"startTime":1654958259900},{"traceId":"1fd5d66c8e0c95f0","parentId":287,"name":"image-size-calculation","id":288,"timestamp":260548368303,"duration":1014,"tags":{},"startTime":1654958260031},{"traceId":"1fd5d66c8e0c95f0","parentId":287,"name":"image-data-stringify","id":289,"timestamp":260548369330,"duration":40,"tags":{},"startTime":1654958260032},{"traceId":"1fd5d66c8e0c95f0","parentId":279,"name":"next-image-loader","id":287,"timestamp":260548366506,"duration":2952,"tags":{},"startTime":1654958260029},{"traceId":"1fd5d66c8e0c95f0","parentId":226,"name":"build-module-svg","id":279,"timestamp":260548236718,"duration":133052,"tags":{"name":"/Users/joulev/dev/www/ezkomment/public/images/logo.svg"},"startTime":1654958259899},{"traceId":"1fd5d66c8e0c95f0","parentId":291,"name":"next-swc-transform","id":292,"timestamp":260548370108,"duration":3172,"tags":{},"startTime":1654958260032},{"traceId":"1fd5d66c8e0c95f0","parentId":290,"name":"next-swc-loader","id":291,"timestamp":260548370072,"duration":3217,"tags":{},"startTime":1654958260032},{"traceId":"1fd5d66c8e0c95f0","parentId":267,"name":"build-module-tsx","id":290,"timestamp":260548369960,"duration":4541,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/utils/iconAndLabel.tsx"},"startTime":1654958260032},{"traceId":"1fd5d66c8e0c95f0","parentId":293,"name":"read-resource","id":294,"timestamp":260548372490,"duration":6890,"tags":{},"startTime":1654958260035},{"traceId":"1fd5d66c8e0c95f0","parentId":268,"name":"build-module-js","id":293,"timestamp":260548372436,"duration":7323,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/icons-material/utils/createSvgIcon.js"},"startTime":1654958260035},{"traceId":"1fd5d66c8e0c95f0","parentId":296,"name":"next-swc-transform","id":297,"timestamp":260548376556,"duration":3406,"tags":{},"startTime":1654958260039},{"traceId":"1fd5d66c8e0c95f0","parentId":295,"name":"next-swc-loader","id":296,"timestamp":260548376524,"duration":3445,"tags":{},"startTime":1654958260039},{"traceId":"1fd5d66c8e0c95f0","parentId":281,"name":"build-module-js","id":295,"timestamp":260548376424,"duration":7554,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/use-intersection.js"},"startTime":1654958260039},{"traceId":"1fd5d66c8e0c95f0","parentId":298,"name":"read-resource","id":299,"timestamp":260548384911,"duration":2066,"tags":{},"startTime":1654958260047},{"traceId":"1fd5d66c8e0c95f0","parentId":259,"name":"build-module-js","id":298,"timestamp":260548384852,"duration":4431,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/compiled/process/browser.js"},"startTime":1654958260047},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"add-entry","id":16,"timestamp":260544434572,"duration":3955101,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1654958256097},{"traceId":"1fd5d66c8e0c95f0","parentId":248,"name":"build-module-css","id":250,"timestamp":260545539291,"duration":3055513,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[1]!/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[2]!/Users/joulev/dev/www/ezkomment/client/styles/globals.css"},"startTime":1654958257201},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"read-resource","id":305,"timestamp":260548594297,"duration":1491,"tags":{},"startTime":1654958260257},{"traceId":"1fd5d66c8e0c95f0","parentId":293,"name":"build-module-js","id":304,"timestamp":260548594272,"duration":2821,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/index.js"},"startTime":1654958260256},{"traceId":"1fd5d66c8e0c95f0","parentId":302,"name":"read-resource","id":303,"timestamp":260548594256,"duration":2858,"tags":{},"startTime":1654958260256},{"traceId":"1fd5d66c8e0c95f0","parentId":268,"name":"build-module-js","id":302,"timestamp":260548594226,"duration":3154,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@babel/runtime/helpers/interopRequireDefault.js"},"startTime":1654958260256},{"traceId":"1fd5d66c8e0c95f0","parentId":300,"name":"read-resource","id":301,"timestamp":260548594199,"duration":3199,"tags":{},"startTime":1654958260256},{"traceId":"1fd5d66c8e0c95f0","parentId":268,"name":"build-module-js","id":300,"timestamp":260548594124,"duration":3514,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react/jsx-runtime.js"},"startTime":1654958260256},{"traceId":"1fd5d66c8e0c95f0","parentId":306,"name":"read-resource","id":307,"timestamp":260548594335,"duration":6556,"tags":{},"startTime":1654958260257},{"traceId":"1fd5d66c8e0c95f0","parentId":213,"name":"build-module-js","id":306,"timestamp":260548594311,"duration":6941,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/scheduler/index.js"},"startTime":1654958260257}] [{"traceId":"1fd5d66c8e0c95f0","parentId":308,"name":"read-resource","id":309,"timestamp":260548598310,"duration":5428,"tags":{},"startTime":1654958260261},{"traceId":"1fd5d66c8e0c95f0","parentId":312,"name":"postcss-process","id":313,"timestamp":260548603782,"duration":8393,"tags":{},"startTime":1654958260266},{"traceId":"1fd5d66c8e0c95f0","parentId":308,"name":"postcss-loader","id":312,"timestamp":260548603764,"duration":14037,"tags":{},"startTime":1654958260266},{"traceId":"1fd5d66c8e0c95f0","parentId":308,"name":"css-loader","id":314,"timestamp":260548617837,"duration":2346,"tags":{"astUsed":"true"},"startTime":1654958260280},{"traceId":"1fd5d66c8e0c95f0","parentId":250,"name":"build-module-css","id":308,"timestamp":260548598242,"duration":22635,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[1]!/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[8].use[2]!/Users/joulev/dev/www/ezkomment/client/styles/prism-theme.css"},"startTime":1654958260260},{"traceId":"1fd5d66c8e0c95f0","parentId":310,"name":"read-resource","id":311,"timestamp":260548603477,"duration":22099,"tags":{},"startTime":1654958260266},{"traceId":"1fd5d66c8e0c95f0","parentId":250,"name":"build-module-js","id":310,"timestamp":260548603423,"duration":24850,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js"},"startTime":1654958260266},{"traceId":"1fd5d66c8e0c95f0","parentId":315,"name":"read-resource","id":316,"timestamp":260548622978,"duration":5338,"tags":{},"startTime":1654958260285},{"traceId":"1fd5d66c8e0c95f0","parentId":300,"name":"build-module-js","id":315,"timestamp":260548622930,"duration":13621,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react/cjs/react-jsx-runtime.development.js"},"startTime":1654958260285},{"traceId":"1fd5d66c8e0c95f0","parentId":317,"name":"read-resource","id":318,"timestamp":260548623348,"duration":13313,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":317,"timestamp":260548623304,"duration":13645,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/capitalize.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":321,"name":"read-resource","id":322,"timestamp":260548623439,"duration":13681,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":321,"timestamp":260548623410,"duration":13936,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/createChainedFunction.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":319,"name":"read-resource","id":320,"timestamp":260548623395,"duration":13972,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":319,"timestamp":260548623367,"duration":14281,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/debounce.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":323,"name":"read-resource","id":324,"timestamp":260548623478,"duration":14192,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":323,"timestamp":260548623455,"duration":18104,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/createSvgIcon.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":325,"name":"read-resource","id":326,"timestamp":260548623515,"duration":18076,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":325,"timestamp":260548623492,"duration":18394,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/deprecatedPropType.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":331,"name":"read-resource","id":332,"timestamp":260548623627,"duration":18279,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":331,"timestamp":260548623601,"duration":18535,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/ownerWindow.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":327,"name":"read-resource","id":328,"timestamp":260548623549,"duration":18605,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":327,"timestamp":260548623528,"duration":18917,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/isMuiElement.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":329,"name":"read-resource","id":330,"timestamp":260548623583,"duration":18883,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":329,"timestamp":260548623562,"duration":19133,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/ownerDocument.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":333,"name":"read-resource","id":334,"timestamp":260548623661,"duration":19051,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":333,"timestamp":260548623640,"duration":19298,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/requirePropFactory.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":335,"name":"read-resource","id":336,"timestamp":260548623695,"duration":19276,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":335,"timestamp":260548623674,"duration":19514,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/setRef.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":341,"name":"read-resource","id":342,"timestamp":260548623801,"duration":19407,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":341,"timestamp":260548623776,"duration":19658,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/unsupportedProp.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":337,"name":"read-resource","id":338,"timestamp":260548623729,"duration":19727,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":337,"timestamp":260548623708,"duration":20016,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/useEnhancedEffect.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":339,"name":"read-resource","id":340,"timestamp":260548623763,"duration":19977,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":339,"timestamp":260548623741,"duration":20243,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/useId.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":349,"name":"read-resource","id":350,"timestamp":260548623943,"duration":25448,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":349,"timestamp":260548623916,"duration":25808,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/useIsFocusVisible.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":343,"name":"read-resource","id":344,"timestamp":260548623835,"duration":25911,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":343,"timestamp":260548623814,"duration":26165,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/useControlled.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":345,"name":"read-resource","id":346,"timestamp":260548623868,"duration":26189,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":345,"timestamp":260548623848,"duration":26469,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/useEventCallback.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":347,"name":"read-resource","id":348,"timestamp":260548623903,"duration":26431,"tags":{},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":347,"timestamp":260548623882,"duration":26710,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/utils/useForkRef.js"},"startTime":1654958260286},{"traceId":"1fd5d66c8e0c95f0","parentId":351,"name":"read-resource","id":352,"timestamp":260548624907,"duration":26672,"tags":{},"startTime":1654958260287},{"traceId":"1fd5d66c8e0c95f0","parentId":306,"name":"build-module-js","id":351,"timestamp":260548624844,"duration":38738,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/scheduler/cjs/scheduler.development.js"},"startTime":1654958260287},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"add-entry","id":13,"timestamp":260544434503,"duration":4229306,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1654958256097},{"traceId":"1fd5d66c8e0c95f0","parentId":353,"name":"read-resource","id":354,"timestamp":260548664652,"duration":2059,"tags":{},"startTime":1654958260327},{"traceId":"1fd5d66c8e0c95f0","parentId":323,"name":"build-module-js","id":353,"timestamp":260548664597,"duration":4451,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@babel/runtime/helpers/esm/extends.js"},"startTime":1654958260327},{"traceId":"1fd5d66c8e0c95f0","parentId":355,"name":"read-resource","id":356,"timestamp":260548666563,"duration":4107,"tags":{},"startTime":1654958260329},{"traceId":"1fd5d66c8e0c95f0","parentId":304,"name":"build-module-js","id":355,"timestamp":260548666506,"duration":4577,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/className/index.js"},"startTime":1654958260329},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"read-resource","id":358,"timestamp":260548670126,"duration":1332,"tags":{},"startTime":1654958260332},{"traceId":"1fd5d66c8e0c95f0","parentId":317,"name":"build-module-js","id":357,"timestamp":260548670074,"duration":2696,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/index.js"},"startTime":1654958260332},{"traceId":"1fd5d66c8e0c95f0","parentId":359,"name":"read-resource","id":360,"timestamp":260548670588,"duration":6384,"tags":{},"startTime":1654958260333},{"traceId":"1fd5d66c8e0c95f0","parentId":323,"name":"build-module-js","id":359,"timestamp":260548670524,"duration":6774,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/SvgIcon/index.js"},"startTime":1654958260333},{"traceId":"1fd5d66c8e0c95f0","parentId":361,"name":"read-resource","id":362,"timestamp":260548683849,"duration":3303,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":361,"timestamp":260548683789,"duration":4261,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/chainPropTypes.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":363,"name":"read-resource","id":364,"timestamp":260548683903,"duration":4269,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":363,"timestamp":260548683871,"duration":6179,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/deepmerge.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":369,"name":"read-resource","id":370,"timestamp":260548684021,"duration":6061,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":369,"timestamp":260548683998,"duration":7075,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/exactProp.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":365,"name":"read-resource","id":366,"timestamp":260548683948,"duration":7153,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":365,"timestamp":260548683918,"duration":8338,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/elementTypeAcceptingRef.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":367,"name":"read-resource","id":368,"timestamp":260548683985,"duration":8299,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":367,"timestamp":260548683962,"duration":9534,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/elementAcceptingRef.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":371,"name":"read-resource","id":372,"timestamp":260548684059,"duration":9467,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":371,"timestamp":260548684035,"duration":9940,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/formatMuiErrorMessage.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":375,"name":"read-resource","id":376,"timestamp":260548684131,"duration":9868,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":375,"timestamp":260548684105,"duration":10432,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/HTMLElementType.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":377,"name":"read-resource","id":378,"timestamp":260548684164,"duration":10504,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":377,"timestamp":260548684144,"duration":10844,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/ponyfillGlobal.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":373,"name":"read-resource","id":374,"timestamp":260548684093,"duration":10916,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":373,"timestamp":260548684071,"duration":12545,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/getDisplayName.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":381,"name":"read-resource","id":382,"timestamp":260548684231,"duration":12413,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":381,"timestamp":260548684211,"duration":13794,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/capitalize.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":379,"name":"read-resource","id":380,"timestamp":260548684199,"duration":13836,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":379,"timestamp":260548684177,"duration":14184,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/refType.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":385,"name":"read-resource","id":386,"timestamp":260548684304,"duration":14077,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":385,"timestamp":260548684277,"duration":14651,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/debounce.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":387,"name":"read-resource","id":388,"timestamp":260548684337,"duration":14609,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":387,"timestamp":260548684316,"duration":15174,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/deprecatedPropType.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":383,"name":"read-resource","id":384,"timestamp":260548684264,"duration":15246,"tags":{},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":383,"timestamp":260548684244,"duration":15660,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/createChainedFunction.js"},"startTime":1654958260346},{"traceId":"1fd5d66c8e0c95f0","parentId":389,"name":"read-resource","id":390,"timestamp":260548684370,"duration":15551,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":389,"timestamp":260548684350,"duration":15875,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/isMuiElement.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":391,"name":"read-resource","id":392,"timestamp":260548684402,"duration":15840,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":391,"timestamp":260548684382,"duration":16121,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/ownerWindow.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":393,"name":"read-resource","id":394,"timestamp":260548684435,"duration":16085,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":393,"timestamp":260548684415,"duration":16305,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/ownerDocument.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":395,"name":"read-resource","id":396,"timestamp":260548684473,"duration":16265,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":395,"timestamp":260548684452,"duration":17288,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/requirePropFactory.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":399,"name":"read-resource","id":400,"timestamp":260548684543,"duration":17223,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":399,"timestamp":260548684521,"duration":17543,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/useEnhancedEffect.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":397,"name":"read-resource","id":398,"timestamp":260548684509,"duration":17572,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":397,"timestamp":260548684485,"duration":17876,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/setRef.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":405,"name":"read-resource","id":406,"timestamp":260548684648,"duration":17732,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":405,"timestamp":260548684626,"duration":19547,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/useControlled.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":407,"name":"read-resource","id":408,"timestamp":260548684680,"duration":19516,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":407,"timestamp":260548684660,"duration":20090,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/useEventCallback.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":413,"name":"read-resource","id":414,"timestamp":260548684787,"duration":19982,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":413,"timestamp":260548684762,"duration":20238,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/getScrollbarSize.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":401,"name":"read-resource","id":402,"timestamp":260548684577,"duration":20458,"tags":{},"startTime":1654958260347}] [{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":401,"timestamp":260548684556,"duration":21641,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/useId.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":411,"name":"read-resource","id":412,"timestamp":260548684749,"duration":21474,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":411,"timestamp":260548684725,"duration":22927,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/useIsFocusVisible.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":415,"name":"read-resource","id":416,"timestamp":260548684820,"duration":22853,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":415,"timestamp":260548684800,"duration":23567,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/scrollLeft.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":417,"name":"read-resource","id":418,"timestamp":260548684852,"duration":23537,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":417,"timestamp":260548684832,"duration":23872,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/usePreviousProps.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":409,"name":"read-resource","id":410,"timestamp":260548684713,"duration":24009,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":409,"timestamp":260548684692,"duration":24406,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/useForkRef.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":419,"name":"read-resource","id":420,"timestamp":260548684886,"duration":24231,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":419,"timestamp":260548684864,"duration":25980,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/integerPropType.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":403,"name":"read-resource","id":404,"timestamp":260548684614,"duration":26251,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":403,"timestamp":260548684589,"duration":26665,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/unsupportedProp.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":421,"name":"read-resource","id":422,"timestamp":260548684918,"duration":27733,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":421,"timestamp":260548684898,"duration":28095,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/visuallyHidden.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":423,"name":"read-resource","id":424,"timestamp":260548684956,"duration":28056,"tags":{},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":423,"timestamp":260548684932,"duration":28564,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/resolveProps.js"},"startTime":1654958260347},{"traceId":"1fd5d66c8e0c95f0","parentId":425,"name":"read-resource","id":426,"timestamp":260548686063,"duration":30500,"tags":{},"startTime":1654958260348},{"traceId":"1fd5d66c8e0c95f0","parentId":359,"name":"build-module-js","id":425,"timestamp":260548686013,"duration":33634,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/SvgIcon/SvgIcon.js"},"startTime":1654958260348},{"traceId":"1fd5d66c8e0c95f0","parentId":427,"name":"read-resource","id":428,"timestamp":260548686306,"duration":35475,"tags":{},"startTime":1654958260349},{"traceId":"1fd5d66c8e0c95f0","parentId":359,"name":"build-module-js","id":427,"timestamp":260548686269,"duration":35996,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/SvgIcon/svgIconClasses.js"},"startTime":1654958260348},{"traceId":"1fd5d66c8e0c95f0","parentId":429,"name":"read-resource","id":430,"timestamp":260548725081,"duration":1452,"tags":{},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":429,"timestamp":260548725025,"duration":1770,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/generateUtilityClasses/index.js"},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":431,"name":"read-resource","id":432,"timestamp":260548725133,"duration":2142,"tags":{},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":431,"timestamp":260548725104,"duration":2412,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/composeClasses/index.js"},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":435,"name":"read-resource","id":436,"timestamp":260548725227,"duration":2854,"tags":{},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":435,"timestamp":260548725187,"duration":3172,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/generateUtilityClass/index.js"},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":433,"name":"read-resource","id":434,"timestamp":260548725173,"duration":3216,"tags":{},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":357,"name":"build-module-js","id":433,"timestamp":260548725149,"duration":3423,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/ClassNameGenerator/index.js"},"startTime":1654958260387},{"traceId":"1fd5d66c8e0c95f0","parentId":437,"name":"read-resource","id":438,"timestamp":260548725454,"duration":3137,"tags":{},"startTime":1654958260388},{"traceId":"1fd5d66c8e0c95f0","parentId":425,"name":"build-module-js","id":437,"timestamp":260548725422,"duration":3774,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"},"startTime":1654958260388},{"traceId":"1fd5d66c8e0c95f0","parentId":445,"name":"read-resource","id":446,"timestamp":260548731403,"duration":1360,"tags":{},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":373,"name":"build-module-js","id":445,"timestamp":260548731381,"duration":1789,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react-is/index.js"},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":441,"name":"read-resource","id":442,"timestamp":260548731327,"duration":1870,"tags":{},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":425,"name":"build-module-js","id":441,"timestamp":260548731294,"duration":2353,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/styled.js"},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":439,"name":"read-resource","id":440,"timestamp":260548731271,"duration":2399,"tags":{},"startTime":1654958260393},{"traceId":"1fd5d66c8e0c95f0","parentId":425,"name":"build-module-js","id":439,"timestamp":260548731216,"duration":2766,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/useThemeProps.js"},"startTime":1654958260393},{"traceId":"1fd5d66c8e0c95f0","parentId":443,"name":"read-resource","id":444,"timestamp":260548731367,"duration":2635,"tags":{},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":365,"name":"build-module-js","id":443,"timestamp":260548731343,"duration":3060,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/prop-types/index.js"},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"read-resource","id":448,"timestamp":260548731437,"duration":3886,"tags":{},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":425,"name":"build-module-js","id":447,"timestamp":260548731417,"duration":4964,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/index.js"},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":453,"name":"read-resource","id":454,"timestamp":260548732595,"duration":6348,"tags":{},"startTime":1654958260395},{"traceId":"1fd5d66c8e0c95f0","parentId":435,"name":"build-module-js","id":453,"timestamp":260548732553,"duration":7135,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js"},"startTime":1654958260395},{"traceId":"1fd5d66c8e0c95f0","parentId":449,"name":"read-resource","id":450,"timestamp":260548732202,"duration":7523,"tags":{},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":429,"name":"build-module-js","id":449,"timestamp":260548732153,"duration":7990,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js"},"startTime":1654958260394},{"traceId":"1fd5d66c8e0c95f0","parentId":451,"name":"read-resource","id":452,"timestamp":260548732518,"duration":7648,"tags":{},"startTime":1654958260395},{"traceId":"1fd5d66c8e0c95f0","parentId":431,"name":"build-module-js","id":451,"timestamp":260548732436,"duration":8139,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/composeClasses/composeClasses.js"},"startTime":1654958260395},{"traceId":"1fd5d66c8e0c95f0","parentId":455,"name":"read-resource","id":456,"timestamp":260548732730,"duration":10332,"tags":{},"startTime":1654958260395},{"traceId":"1fd5d66c8e0c95f0","parentId":433,"name":"build-module-js","id":455,"timestamp":260548732695,"duration":10881,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js"},"startTime":1654958260395},{"traceId":"1fd5d66c8e0c95f0","parentId":457,"name":"read-resource","id":458,"timestamp":260548745550,"duration":3544,"tags":{},"startTime":1654958260408},{"traceId":"1fd5d66c8e0c95f0","parentId":445,"name":"build-module-js","id":457,"timestamp":260548745491,"duration":7403,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/react-is/cjs/react-is.development.js"},"startTime":1654958260408},{"traceId":"1fd5d66c8e0c95f0","parentId":459,"name":"read-resource","id":460,"timestamp":260548745609,"duration":7336,"tags":{},"startTime":1654958260408},{"traceId":"1fd5d66c8e0c95f0","parentId":441,"name":"build-module-js","id":459,"timestamp":260548745578,"duration":7640,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/defaultTheme.js"},"startTime":1654958260408},{"traceId":"1fd5d66c8e0c95f0","parentId":461,"name":"read-resource","id":462,"timestamp":260548746408,"duration":7120,"tags":{},"startTime":1654958260409},{"traceId":"1fd5d66c8e0c95f0","parentId":443,"name":"build-module-js","id":461,"timestamp":260548746367,"duration":17825,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/prop-types/factoryWithTypeCheckers.js"},"startTime":1654958260409},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"read-resource","id":464,"timestamp":260548774093,"duration":7416,"tags":{},"startTime":1654958260436},{"traceId":"1fd5d66c8e0c95f0","parentId":441,"name":"build-module-js","id":463,"timestamp":260548774029,"duration":8505,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/index.js"},"startTime":1654958260436},{"traceId":"1fd5d66c8e0c95f0","parentId":465,"name":"read-resource","id":466,"timestamp":260548774157,"duration":8417,"tags":{},"startTime":1654958260436},{"traceId":"1fd5d66c8e0c95f0","parentId":459,"name":"build-module-js","id":465,"timestamp":260548774125,"duration":10098,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/createTheme.js"},"startTime":1654958260436},{"traceId":"1fd5d66c8e0c95f0","parentId":473,"name":"read-resource","id":474,"timestamp":260548778809,"duration":5573,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":473,"timestamp":260548778787,"duration":5885,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/BadgeUnstyled/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":475,"name":"read-resource","id":476,"timestamp":260548778851,"duration":5841,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":475,"timestamp":260548778822,"duration":6099,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/utils/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":477,"name":"read-resource","id":478,"timestamp":260548778887,"duration":6053,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":477,"timestamp":260548778865,"duration":6251,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/composeClasses/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":479,"name":"read-resource","id":480,"timestamp":260548778920,"duration":11898,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":479,"timestamp":260548778899,"duration":12192,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ClickAwayListener/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":467,"name":"read-resource","id":468,"timestamp":260548778681,"duration":12436,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":461,"name":"build-module-js","id":467,"timestamp":260548778628,"duration":13610,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/prop-types/checkPropTypes.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":469,"name":"read-resource","id":470,"timestamp":260548778732,"duration":13537,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":469,"timestamp":260548778704,"duration":13750,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/AutocompleteUnstyled/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":481,"name":"read-resource","id":482,"timestamp":260548778953,"duration":13518,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":481,"timestamp":260548778933,"duration":13693,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/generateUtilityClasses/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":483,"name":"read-resource","id":484,"timestamp":260548778986,"duration":13656,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":483,"timestamp":260548778965,"duration":13826,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/generateUtilityClass/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":485,"name":"read-resource","id":486,"timestamp":260548779023,"duration":13784,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":485,"timestamp":260548778999,"duration":13992,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ListboxUnstyled/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":471,"name":"read-resource","id":472,"timestamp":260548778772,"duration":14236,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":471,"timestamp":260548778748,"duration":14472,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ButtonUnstyled/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":489,"name":"read-resource","id":490,"timestamp":260548779097,"duration":14413,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":489,"timestamp":260548779076,"duration":14719,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuUnstyled/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":487,"name":"read-resource","id":488,"timestamp":260548779062,"duration":18538,"tags":{},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":487,"timestamp":260548779035,"duration":18889,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/FormControlUnstyled/index.js"},"startTime":1654958260441},{"traceId":"1fd5d66c8e0c95f0","parentId":491,"name":"read-resource","id":492,"timestamp":260548780125,"duration":17820,"tags":{},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":491,"timestamp":260548780071,"duration":18140,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/InputUnstyled/index.js"},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":495,"name":"read-resource","id":496,"timestamp":260548780214,"duration":18013,"tags":{},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":495,"timestamp":260548780191,"duration":18213,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ModalUnstyled/index.js"},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":493,"name":"read-resource","id":494,"timestamp":260548780172,"duration":18247,"tags":{},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":493,"timestamp":260548780146,"duration":18491,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuItemUnstyled/index.js"},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":499,"name":"read-resource","id":500,"timestamp":260548780290,"duration":18362,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":499,"timestamp":260548780263,"duration":18521,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/Portal/index.js"},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":497,"name":"read-resource","id":498,"timestamp":260548780251,"duration":18555,"tags":{},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":497,"timestamp":260548780229,"duration":18726,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MultiSelectUnstyled/index.js"},"startTime":1654958260442},{"traceId":"1fd5d66c8e0c95f0","parentId":501,"name":"read-resource","id":502,"timestamp":260548780323,"duration":18648,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":501,"timestamp":260548780303,"duration":18797,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/NoSsr/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":505,"name":"read-resource","id":506,"timestamp":260548780394,"duration":18720,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":505,"timestamp":260548780373,"duration":19289,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":503,"name":"read-resource","id":504,"timestamp":260548780356,"duration":19325,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":503,"timestamp":260548780335,"duration":19605,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionGroupUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":509,"name":"read-resource","id":510,"timestamp":260548780466,"duration":19493,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":509,"timestamp":260548780441,"duration":19720,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SliderUnstyled/index.js"},"startTime":1654958260443}] [{"traceId":"1fd5d66c8e0c95f0","parentId":511,"name":"read-resource","id":512,"timestamp":260548780573,"duration":19827,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":511,"timestamp":260548780478,"duration":20165,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SwitchUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":513,"name":"read-resource","id":514,"timestamp":260548780611,"duration":20049,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":513,"timestamp":260548780589,"duration":20209,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/PopperUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":515,"name":"read-resource","id":516,"timestamp":260548780644,"duration":20170,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":515,"timestamp":260548780624,"duration":20395,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabPanelUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":519,"name":"read-resource","id":520,"timestamp":260548780707,"duration":20328,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":519,"timestamp":260548780688,"duration":20618,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsListUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":517,"name":"read-resource","id":518,"timestamp":260548780676,"duration":20648,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":517,"timestamp":260548780656,"duration":20875,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":507,"name":"read-resource","id":508,"timestamp":260548780429,"duration":21118,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":507,"timestamp":260548780407,"duration":21363,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":521,"name":"read-resource","id":522,"timestamp":260548780743,"duration":21044,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":521,"timestamp":260548780719,"duration":21201,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TrapFocus/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":527,"name":"read-resource","id":528,"timestamp":260548781209,"duration":25709,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":527,"timestamp":260548781189,"duration":26086,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsUnstyled/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":523,"name":"read-resource","id":524,"timestamp":260548781141,"duration":26325,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":461,"name":"build-module-js","id":523,"timestamp":260548781104,"duration":26584,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/prop-types/lib/ReactPropTypesSecret.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":525,"name":"read-resource","id":526,"timestamp":260548781178,"duration":26529,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":461,"name":"build-module-js","id":525,"timestamp":260548781155,"duration":26715,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/prop-types/lib/has.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":529,"name":"read-resource","id":530,"timestamp":260548781248,"duration":31474,"tags":{},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":447,"name":"build-module-js","id":529,"timestamp":260548781227,"duration":31840,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TextareaAutosize/index.js"},"startTime":1654958260443},{"traceId":"1fd5d66c8e0c95f0","parentId":533,"name":"read-resource","id":534,"timestamp":260548822137,"duration":14323,"tags":{},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":461,"name":"build-module-js","id":533,"timestamp":260548822104,"duration":14699,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/build/polyfills/object-assign.js"},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":535,"name":"read-resource","id":536,"timestamp":260548822177,"duration":14648,"tags":{},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":465,"name":"build-module-js","id":535,"timestamp":260548822153,"duration":15035,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/createMixins.js"},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":531,"name":"read-resource","id":532,"timestamp":260548822078,"duration":15129,"tags":{},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":443,"name":"build-module-js","id":531,"timestamp":260548822017,"duration":15450,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/prop-types/node_modules/react-is/index.js"},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":543,"name":"read-resource","id":544,"timestamp":260548822327,"duration":15158,"tags":{},"startTime":1654958260485},{"traceId":"1fd5d66c8e0c95f0","parentId":465,"name":"build-module-js","id":543,"timestamp":260548822305,"duration":15396,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/zIndex.js"},"startTime":1654958260485},{"traceId":"1fd5d66c8e0c95f0","parentId":547,"name":"read-resource","id":548,"timestamp":260548822395,"duration":15324,"tags":{},"startTime":1654958260485},{"traceId":"1fd5d66c8e0c95f0","parentId":473,"name":"build-module-js","id":547,"timestamp":260548822373,"duration":15863,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/BadgeUnstyled/useBadge.js"},"startTime":1654958260485},{"traceId":"1fd5d66c8e0c95f0","parentId":545,"name":"read-resource","id":546,"timestamp":260548822361,"duration":15893,"tags":{},"startTime":1654958260485},{"traceId":"1fd5d66c8e0c95f0","parentId":473,"name":"build-module-js","id":545,"timestamp":260548822340,"duration":17506,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/BadgeUnstyled/BadgeUnstyled.js"},"startTime":1654958260485},{"traceId":"1fd5d66c8e0c95f0","parentId":539,"name":"read-resource","id":540,"timestamp":260548822253,"duration":17616,"tags":{},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":465,"name":"build-module-js","id":539,"timestamp":260548822231,"duration":19333,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/createTransitions.js"},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"read-resource","id":538,"timestamp":260548822217,"duration":19374,"tags":{},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":465,"name":"build-module-js","id":537,"timestamp":260548822191,"duration":26429,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/createPalette.js"},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":541,"name":"read-resource","id":542,"timestamp":260548822293,"duration":27035,"tags":{},"startTime":1654958260485},{"traceId":"1fd5d66c8e0c95f0","parentId":465,"name":"build-module-js","id":541,"timestamp":260548822266,"duration":29874,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/createTypography.js"},"startTime":1654958260484},{"traceId":"1fd5d66c8e0c95f0","parentId":555,"name":"read-resource","id":556,"timestamp":260548830414,"duration":27368,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":475,"name":"build-module-js","id":555,"timestamp":260548830386,"duration":27936,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/utils/appendOwnerState.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":553,"name":"read-resource","id":554,"timestamp":260548830369,"duration":27986,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":473,"name":"build-module-js","id":553,"timestamp":260548830345,"duration":28343,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/BadgeUnstyled/badgeUnstyledClasses.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":551,"name":"read-resource","id":552,"timestamp":260548830330,"duration":28377,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":473,"name":"build-module-js","id":551,"timestamp":260548830300,"duration":28539,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/BadgeUnstyled/BadgeUnstyled.types.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":559,"name":"read-resource","id":560,"timestamp":260548830483,"duration":28372,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":475,"name":"build-module-js","id":559,"timestamp":260548830462,"duration":28879,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/utils/extractEventHandlers.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":561,"name":"read-resource","id":562,"timestamp":260548830520,"duration":28847,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":475,"name":"build-module-js","id":561,"timestamp":260548830499,"duration":29096,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/utils/isHostComponent.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":549,"name":"read-resource","id":550,"timestamp":260548830278,"duration":29337,"tags":{},"startTime":1654958260492},{"traceId":"1fd5d66c8e0c95f0","parentId":465,"name":"build-module-js","id":549,"timestamp":260548830223,"duration":31163,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/styles/shadows.js"},"startTime":1654958260492},{"traceId":"1fd5d66c8e0c95f0","parentId":557,"name":"read-resource","id":558,"timestamp":260548830450,"duration":30966,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":475,"name":"build-module-js","id":557,"timestamp":260548830427,"duration":31298,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/utils/areArraysEqual.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":565,"name":"read-resource","id":566,"timestamp":260548830595,"duration":31150,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":565,"timestamp":260548830574,"duration":33296,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/borders.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":563,"name":"read-resource","id":564,"timestamp":260548830556,"duration":33339,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":475,"name":"build-module-js","id":563,"timestamp":260548830534,"duration":33506,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/utils/types.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":567,"name":"read-resource","id":568,"timestamp":260548830632,"duration":33426,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":567,"timestamp":260548830611,"duration":35507,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/breakpoints.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":569,"name":"read-resource","id":570,"timestamp":260548830665,"duration":35477,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":569,"timestamp":260548830645,"duration":36179,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/compose.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":575,"name":"read-resource","id":576,"timestamp":260548830771,"duration":46034,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":575,"timestamp":260548830750,"duration":47625,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/grid.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":571,"name":"read-resource","id":572,"timestamp":260548830699,"duration":47712,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":571,"timestamp":260548830678,"duration":48268,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/display.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":577,"name":"read-resource","id":578,"timestamp":260548830806,"duration":48374,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":577,"timestamp":260548830785,"duration":48876,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/palette.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":573,"name":"read-resource","id":574,"timestamp":260548830737,"duration":48952,"tags":{},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":573,"timestamp":260548830712,"duration":49691,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/flexbox.js"},"startTime":1654958260493},{"traceId":"1fd5d66c8e0c95f0","parentId":583,"name":"read-resource","id":584,"timestamp":260548832818,"duration":49663,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":583,"timestamp":260548832787,"duration":51026,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/sizing.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":581,"name":"read-resource","id":582,"timestamp":260548832773,"duration":51075,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":581,"timestamp":260548832743,"duration":51404,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/shadows.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":589,"name":"read-resource","id":590,"timestamp":260548832927,"duration":51245,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":589,"timestamp":260548832905,"duration":52152,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/typography.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":591,"name":"read-resource","id":592,"timestamp":260548832961,"duration":52162,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":591,"timestamp":260548832940,"duration":53242,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/getThemeValue.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":585,"name":"read-resource","id":586,"timestamp":260548832855,"duration":53400,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":585,"timestamp":260548832832,"duration":56495,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/spacing.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":593,"name":"read-resource","id":594,"timestamp":260548833000,"duration":56362,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":593,"timestamp":260548832974,"duration":57120,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/createBox.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":597,"name":"read-resource","id":598,"timestamp":260548833069,"duration":57051,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":597,"timestamp":260548833047,"duration":57276,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/styled.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":599,"name":"read-resource","id":600,"timestamp":260548833105,"duration":57235,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":599,"timestamp":260548833081,"duration":57541,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/useTheme.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":579,"name":"read-resource","id":580,"timestamp":260548832722,"duration":57920,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":579,"timestamp":260548832668,"duration":58717,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/positions.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":601,"name":"read-resource","id":602,"timestamp":260548833143,"duration":58318,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":601,"timestamp":260548833121,"duration":58811,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/useThemeWithoutDefault.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":605,"name":"read-resource","id":606,"timestamp":260548833216,"duration":58744,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":479,"name":"build-module-js","id":605,"timestamp":260548833193,"duration":61027,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ClickAwayListener/ClickAwayListener.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":607,"name":"read-resource","id":608,"timestamp":260548833249,"duration":61005,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":485,"name":"build-module-js","id":607,"timestamp":260548833227,"duration":64646,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ListboxUnstyled/useListbox.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":587,"name":"read-resource","id":588,"timestamp":260548832889,"duration":65016,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":587,"timestamp":260548832868,"duration":66215,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/style.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":609,"name":"read-resource","id":610,"timestamp":260548833286,"duration":65829,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":469,"name":"build-module-js","id":609,"timestamp":260548833261,"duration":79924,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/AutocompleteUnstyled/useAutocomplete.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":613,"name":"read-resource","id":614,"timestamp":260548833356,"duration":79894,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":485,"name":"build-module-js","id":613,"timestamp":260548833334,"duration":80256,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ListboxUnstyled/useListbox.types.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":603,"name":"read-resource","id":604,"timestamp":260548833179,"duration":80432,"tags":{},"startTime":1654958260495}] [{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":603,"timestamp":260548833158,"duration":85138,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/colorManipulator.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":617,"name":"read-resource","id":618,"timestamp":260548833420,"duration":84911,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":471,"name":"build-module-js","id":617,"timestamp":260548833400,"duration":85264,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ButtonUnstyled/buttonUnstyledClasses.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":595,"name":"read-resource","id":596,"timestamp":260548833033,"duration":85652,"tags":{},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":595,"timestamp":260548833012,"duration":88827,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/createStyled.js"},"startTime":1654958260495},{"traceId":"1fd5d66c8e0c95f0","parentId":611,"name":"read-resource","id":612,"timestamp":260548833323,"duration":88542,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":485,"name":"build-module-js","id":611,"timestamp":260548833300,"duration":92188,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ListboxUnstyled/defaultListboxReducer.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":615,"name":"read-resource","id":616,"timestamp":260548833388,"duration":92137,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":471,"name":"build-module-js","id":615,"timestamp":260548833367,"duration":93421,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ButtonUnstyled/ButtonUnstyled.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":621,"name":"read-resource","id":622,"timestamp":260548833493,"duration":93329,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":471,"name":"build-module-js","id":621,"timestamp":260548833470,"duration":94996,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ButtonUnstyled/useButton.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":625,"name":"read-resource","id":626,"timestamp":260548833562,"duration":94939,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":489,"name":"build-module-js","id":625,"timestamp":260548833537,"duration":96268,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuUnstyled/MenuUnstyled.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":619,"name":"read-resource","id":620,"timestamp":260548833458,"duration":96383,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":471,"name":"build-module-js","id":619,"timestamp":260548833433,"duration":96574,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ButtonUnstyled/ButtonUnstyled.types.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":623,"name":"read-resource","id":624,"timestamp":260548833526,"duration":96500,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":471,"name":"build-module-js","id":623,"timestamp":260548833505,"duration":96654,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ButtonUnstyled/useButton.types.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":627,"name":"read-resource","id":628,"timestamp":260548833599,"duration":96576,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":489,"name":"build-module-js","id":627,"timestamp":260548833578,"duration":96845,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuUnstyled/MenuUnstyledContext.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":629,"name":"read-resource","id":630,"timestamp":260548833631,"duration":96812,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":489,"name":"build-module-js","id":629,"timestamp":260548833611,"duration":97125,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuUnstyled/menuUnstyledClasses.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":631,"name":"read-resource","id":632,"timestamp":260548833668,"duration":97089,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":489,"name":"build-module-js","id":631,"timestamp":260548833643,"duration":97270,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuUnstyled/MenuUnstyled.types.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":633,"name":"read-resource","id":634,"timestamp":260548833702,"duration":97246,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":489,"name":"build-module-js","id":633,"timestamp":260548833680,"duration":100443,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuUnstyled/useMenu.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":635,"name":"read-resource","id":636,"timestamp":260548833734,"duration":100430,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":489,"name":"build-module-js","id":635,"timestamp":260548833714,"duration":100649,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuUnstyled/useMenu.types.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":637,"name":"read-resource","id":638,"timestamp":260548833768,"duration":100621,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":637,"timestamp":260548833747,"duration":101734,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/createTheme/createBreakpoints.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":639,"name":"read-resource","id":640,"timestamp":260548833799,"duration":101715,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":639,"timestamp":260548833779,"duration":102344,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/createTheme/createSpacing.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":647,"name":"read-resource","id":648,"timestamp":260548833932,"duration":102219,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":647,"timestamp":260548833911,"duration":105799,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/Container/createContainer.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":641,"name":"read-resource","id":642,"timestamp":260548833834,"duration":105940,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":641,"timestamp":260548833810,"duration":106750,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/createTheme/shape.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":645,"name":"read-resource","id":646,"timestamp":260548833900,"duration":106695,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":645,"timestamp":260548833879,"duration":107448,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/cssVars/createGetCssVar.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":653,"name":"read-resource","id":654,"timestamp":260548834035,"duration":107324,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":487,"name":"build-module-js","id":653,"timestamp":260548834014,"duration":107674,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/FormControlUnstyled/formControlUnstyledClasses.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":643,"name":"read-resource","id":644,"timestamp":260548833866,"duration":107842,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":643,"timestamp":260548833846,"duration":111463,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/cssVars/createCssVarsProvider.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":651,"name":"read-resource","id":652,"timestamp":260548834001,"duration":111410,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":487,"name":"build-module-js","id":651,"timestamp":260548833977,"duration":111852,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/FormControlUnstyled/FormControlUnstyledContext.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":649,"name":"read-resource","id":650,"timestamp":260548833965,"duration":112471,"tags":{},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":487,"name":"build-module-js","id":649,"timestamp":260548833944,"duration":113809,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/FormControlUnstyled/FormControlUnstyled.js"},"startTime":1654958260496},{"traceId":"1fd5d66c8e0c95f0","parentId":655,"name":"read-resource","id":656,"timestamp":260548835520,"duration":120354,"tags":{},"startTime":1654958260498},{"traceId":"1fd5d66c8e0c95f0","parentId":487,"name":"build-module-js","id":655,"timestamp":260548835425,"duration":120964,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/FormControlUnstyled/useFormControlUnstyledContext.js"},"startTime":1654958260498},{"traceId":"1fd5d66c8e0c95f0","parentId":657,"name":"read-resource","id":658,"timestamp":260548835646,"duration":120771,"tags":{},"startTime":1654958260498},{"traceId":"1fd5d66c8e0c95f0","parentId":491,"name":"build-module-js","id":657,"timestamp":260548835559,"duration":125883,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/InputUnstyled/InputUnstyled.js"},"startTime":1654958260498},{"traceId":"1fd5d66c8e0c95f0","parentId":663,"name":"read-resource","id":664,"timestamp":260548873444,"duration":100615,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":491,"name":"build-module-js","id":663,"timestamp":260548873371,"duration":100907,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/InputUnstyled/useInput.types.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":661,"name":"read-resource","id":662,"timestamp":260548873354,"duration":100948,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":491,"name":"build-module-js","id":661,"timestamp":260548873324,"duration":102676,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/InputUnstyled/useInput.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":659,"name":"read-resource","id":660,"timestamp":260548873291,"duration":102742,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":491,"name":"build-module-js","id":659,"timestamp":260548873237,"duration":102956,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/InputUnstyled/InputUnstyled.types.js"},"startTime":1654958260535},{"traceId":"1fd5d66c8e0c95f0","parentId":673,"name":"read-resource","id":674,"timestamp":260548873635,"duration":102577,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":493,"name":"build-module-js","id":673,"timestamp":260548873614,"duration":103455,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuItemUnstyled/MenuItemUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":665,"name":"read-resource","id":666,"timestamp":260548873488,"duration":103608,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":491,"name":"build-module-js","id":665,"timestamp":260548873462,"duration":103928,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/InputUnstyled/inputUnstyledClasses.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":671,"name":"read-resource","id":672,"timestamp":260548873597,"duration":103814,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":495,"name":"build-module-js","id":671,"timestamp":260548873572,"duration":104098,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ModalUnstyled/modalUnstyledClasses.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":669,"name":"read-resource","id":670,"timestamp":260548873559,"duration":104129,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":495,"name":"build-module-js","id":669,"timestamp":260548873538,"duration":106958,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ModalUnstyled/ModalManager.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":675,"name":"read-resource","id":676,"timestamp":260548873669,"duration":106864,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":493,"name":"build-module-js","id":675,"timestamp":260548873647,"duration":107085,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuItemUnstyled/MenuItemUnstyled.types.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":679,"name":"read-resource","id":680,"timestamp":260548873736,"duration":107018,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":493,"name":"build-module-js","id":679,"timestamp":260548873716,"duration":108156,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuItemUnstyled/useMenuItem.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":677,"name":"read-resource","id":678,"timestamp":260548873702,"duration":108199,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":493,"name":"build-module-js","id":677,"timestamp":260548873682,"duration":108533,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuItemUnstyled/menuItemUnstyledClasses.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":667,"name":"read-resource","id":668,"timestamp":260548873524,"duration":108715,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":495,"name":"build-module-js","id":667,"timestamp":260548873502,"duration":112374,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ModalUnstyled/ModalUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":683,"name":"read-resource","id":684,"timestamp":260548873807,"duration":112567,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":499,"name":"build-module-js","id":683,"timestamp":260548873786,"duration":113466,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/Portal/Portal.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":689,"name":"read-resource","id":690,"timestamp":260548873910,"duration":113368,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":501,"name":"build-module-js","id":689,"timestamp":260548873889,"duration":114125,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/NoSsr/NoSsr.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":691,"name":"read-resource","id":692,"timestamp":260548873947,"duration":114160,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":505,"name":"build-module-js","id":691,"timestamp":260548873923,"duration":115968,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionUnstyled/OptionUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":693,"name":"read-resource","id":694,"timestamp":260548873981,"duration":115940,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":505,"name":"build-module-js","id":693,"timestamp":260548873960,"duration":116115,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionUnstyled/OptionUnstyled.types.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":685,"name":"read-resource","id":686,"timestamp":260548873840,"duration":116251,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":497,"name":"build-module-js","id":685,"timestamp":260548873820,"duration":120118,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MultiSelectUnstyled/MultiSelectUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":687,"name":"read-resource","id":688,"timestamp":260548873875,"duration":120093,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":497,"name":"build-module-js","id":687,"timestamp":260548873853,"duration":120272,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MultiSelectUnstyled/MultiSelectUnstyled.types.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":701,"name":"read-resource","id":702,"timestamp":260548874122,"duration":120053,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":503,"name":"build-module-js","id":701,"timestamp":260548874097,"duration":120369,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionGroupUnstyled/optionGroupUnstyledClasses.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":681,"name":"read-resource","id":682,"timestamp":260548873773,"duration":120712,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":493,"name":"build-module-js","id":681,"timestamp":260548873748,"duration":120861,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/MenuItemUnstyled/useMenuItem.types.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":703,"name":"read-resource","id":704,"timestamp":260548874156,"duration":120469,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":509,"name":"build-module-js","id":703,"timestamp":260548874134,"duration":126002,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SliderUnstyled/SliderUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":695,"name":"read-resource","id":696,"timestamp":260548874017,"duration":126152,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":505,"name":"build-module-js","id":695,"timestamp":260548873994,"duration":126506,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionUnstyled/optionUnstyledClasses.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":705,"name":"read-resource","id":706,"timestamp":260548874189,"duration":126331,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":509,"name":"build-module-js","id":705,"timestamp":260548874168,"duration":127129,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SliderUnstyled/SliderValueLabelUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":709,"name":"read-resource","id":710,"timestamp":260548874255,"duration":127071,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":509,"name":"build-module-js","id":709,"timestamp":260548874234,"duration":132935,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SliderUnstyled/useSlider.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":707,"name":"read-resource","id":708,"timestamp":260548874222,"duration":132993,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":509,"name":"build-module-js","id":707,"timestamp":260548874201,"duration":133533,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SliderUnstyled/sliderUnstyledClasses.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":697,"name":"read-resource","id":698,"timestamp":260548874050,"duration":133724,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":503,"name":"build-module-js","id":697,"timestamp":260548874029,"duration":145328,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionGroupUnstyled/OptionGroupUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":699,"name":"read-resource","id":700,"timestamp":260548874084,"duration":145325,"tags":{},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":503,"name":"build-module-js","id":699,"timestamp":260548874063,"duration":149273,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/OptionGroupUnstyled/OptionGroupUnstyled.types.js"},"startTime":1654958260536}] [{"traceId":"1fd5d66c8e0c95f0","parentId":713,"name":"read-resource","id":714,"timestamp":260548874327,"duration":149309,"tags":{},"startTime":1654958260537},{"traceId":"1fd5d66c8e0c95f0","parentId":511,"name":"build-module-js","id":713,"timestamp":260548874302,"duration":149572,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SwitchUnstyled/SwitchUnstyled.types.js"},"startTime":1654958260537},{"traceId":"1fd5d66c8e0c95f0","parentId":715,"name":"read-resource","id":716,"timestamp":260548874360,"duration":154753,"tags":{},"startTime":1654958260537},{"traceId":"1fd5d66c8e0c95f0","parentId":511,"name":"build-module-js","id":715,"timestamp":260548874340,"duration":156794,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SwitchUnstyled/useSwitch.js"},"startTime":1654958260537},{"traceId":"1fd5d66c8e0c95f0","parentId":711,"name":"read-resource","id":712,"timestamp":260548874289,"duration":157005,"tags":{},"startTime":1654958260537},{"traceId":"1fd5d66c8e0c95f0","parentId":511,"name":"build-module-js","id":711,"timestamp":260548874268,"duration":160198,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SwitchUnstyled/SwitchUnstyled.js"},"startTime":1654958260536},{"traceId":"1fd5d66c8e0c95f0","parentId":717,"name":"read-resource","id":718,"timestamp":260548882168,"duration":176565,"tags":{},"startTime":1654958260544},{"traceId":"1fd5d66c8e0c95f0","parentId":511,"name":"build-module-js","id":717,"timestamp":260548882114,"duration":176866,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SwitchUnstyled/useSwitch.types.js"},"startTime":1654958260544},{"traceId":"1fd5d66c8e0c95f0","parentId":719,"name":"read-resource","id":720,"timestamp":260548882231,"duration":176772,"tags":{},"startTime":1654958260544},{"traceId":"1fd5d66c8e0c95f0","parentId":511,"name":"build-module-js","id":719,"timestamp":260548882199,"duration":177235,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SwitchUnstyled/switchUnstyledClasses.js"},"startTime":1654958260544},{"traceId":"1fd5d66c8e0c95f0","parentId":723,"name":"read-resource","id":724,"timestamp":260548882317,"duration":177137,"tags":{},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":515,"name":"build-module-js","id":723,"timestamp":260548882288,"duration":177951,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabPanelUnstyled/TabPanelUnstyled.js"},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":725,"name":"read-resource","id":726,"timestamp":260548882356,"duration":177906,"tags":{},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":515,"name":"build-module-js","id":725,"timestamp":260548882331,"duration":178188,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabPanelUnstyled/tabPanelUnstyledClasses.js"},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":727,"name":"read-resource","id":728,"timestamp":260548882391,"duration":178146,"tags":{},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":515,"name":"build-module-js","id":727,"timestamp":260548882369,"duration":178804,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabPanelUnstyled/useTabPanel.js"},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":721,"name":"read-resource","id":722,"timestamp":260548882274,"duration":179137,"tags":{},"startTime":1654958260544},{"traceId":"1fd5d66c8e0c95f0","parentId":513,"name":"build-module-js","id":721,"timestamp":260548882249,"duration":183200,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/PopperUnstyled/PopperUnstyled.js"},"startTime":1654958260544},{"traceId":"1fd5d66c8e0c95f0","parentId":729,"name":"read-resource","id":730,"timestamp":260548882430,"duration":183052,"tags":{},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":519,"name":"build-module-js","id":729,"timestamp":260548882404,"duration":183866,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsListUnstyled/TabsListUnstyled.js"},"startTime":1654958260545},{"traceId":"1fd5d66c8e0c95f0","parentId":733,"name":"read-resource","id":734,"timestamp":260549116375,"duration":15068,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":517,"name":"build-module-js","id":733,"timestamp":260549116341,"duration":16672,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabUnstyled/TabUnstyled.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":735,"name":"read-resource","id":736,"timestamp":260549116415,"duration":16639,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":517,"name":"build-module-js","id":735,"timestamp":260549116391,"duration":17009,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabUnstyled/tabUnstyledClasses.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":737,"name":"read-resource","id":738,"timestamp":260549116451,"duration":16975,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":519,"name":"build-module-js","id":737,"timestamp":260549116429,"duration":18448,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsListUnstyled/useTabsList.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":739,"name":"read-resource","id":740,"timestamp":260549116485,"duration":18426,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":517,"name":"build-module-js","id":739,"timestamp":260549116464,"duration":18613,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabUnstyled/TabUnstyled.types.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":741,"name":"read-resource","id":742,"timestamp":260549116519,"duration":18577,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":517,"name":"build-module-js","id":741,"timestamp":260549116498,"duration":19417,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabUnstyled/useTab.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":745,"name":"read-resource","id":746,"timestamp":260549116588,"duration":19375,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":517,"name":"build-module-js","id":745,"timestamp":260549116567,"duration":19557,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabUnstyled/useTab.types.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":743,"name":"read-resource","id":744,"timestamp":260549116555,"duration":19586,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":507,"name":"build-module-js","id":743,"timestamp":260549116531,"duration":22664,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/SelectUnstyled.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":749,"name":"read-resource","id":750,"timestamp":260549116690,"duration":22657,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":507,"name":"build-module-js","id":749,"timestamp":260549116650,"duration":23038,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/selectUnstyledClasses.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":731,"name":"read-resource","id":732,"timestamp":260549116297,"duration":23415,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":519,"name":"build-module-js","id":731,"timestamp":260549116242,"duration":23720,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsListUnstyled/tabsListUnstyledClasses.js"},"startTime":1654958260778},{"traceId":"1fd5d66c8e0c95f0","parentId":755,"name":"read-resource","id":756,"timestamp":260549116803,"duration":23177,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":507,"name":"build-module-js","id":755,"timestamp":260549116781,"duration":23395,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/useSelect.types.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":747,"name":"read-resource","id":748,"timestamp":260549116622,"duration":23571,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":507,"name":"build-module-js","id":747,"timestamp":260549116601,"duration":23781,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/SelectUnstyledContext.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":751,"name":"read-resource","id":752,"timestamp":260549116727,"duration":23672,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":507,"name":"build-module-js","id":751,"timestamp":260549116702,"duration":23815,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/SelectUnstyled.types.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":753,"name":"read-resource","id":754,"timestamp":260549116768,"duration":23765,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":507,"name":"build-module-js","id":753,"timestamp":260549116746,"duration":26960,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/useSelect.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":757,"name":"read-resource","id":758,"timestamp":260549116873,"duration":26866,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":521,"name":"build-module-js","id":757,"timestamp":260549116833,"duration":31388,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TrapFocus/TrapFocus.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":761,"name":"read-resource","id":762,"timestamp":260549116941,"duration":31313,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":527,"name":"build-module-js","id":761,"timestamp":260549116917,"duration":31954,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsUnstyled/TabsContext.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":763,"name":"read-resource","id":764,"timestamp":260549116975,"duration":31919,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":527,"name":"build-module-js","id":763,"timestamp":260549116954,"duration":32202,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsUnstyled/tabsUnstyledClasses.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":759,"name":"read-resource","id":760,"timestamp":260549116904,"duration":32270,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":527,"name":"build-module-js","id":759,"timestamp":260549116884,"duration":33072,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsUnstyled/TabsUnstyled.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":767,"name":"read-resource","id":768,"timestamp":260549117075,"duration":32901,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":527,"name":"build-module-js","id":767,"timestamp":260549117055,"duration":33334,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsUnstyled/useTabs.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":769,"name":"read-resource","id":770,"timestamp":260549117113,"duration":33296,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":529,"name":"build-module-js","id":769,"timestamp":260549117089,"duration":36733,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TextareaAutosize/TextareaAutosize.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":771,"name":"read-resource","id":772,"timestamp":260549117153,"duration":36724,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":771,"timestamp":260549117130,"duration":36967,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/createTheme/index.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":765,"name":"read-resource","id":766,"timestamp":260549117043,"duration":37079,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":527,"name":"build-module-js","id":765,"timestamp":260549116988,"duration":37309,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/TabsUnstyled/TabsUnstyled.types.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":773,"name":"read-resource","id":774,"timestamp":260549117221,"duration":37093,"tags":{},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":773,"timestamp":260549117165,"duration":37326,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/Container/index.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":779,"name":"read-resource","id":780,"timestamp":260549117412,"duration":37096,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":779,"timestamp":260549117386,"duration":37288,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/styleFunctionSx/index.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":781,"name":"read-resource","id":782,"timestamp":260549117446,"duration":37246,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":781,"timestamp":260549117425,"duration":37536,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/sx/index.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":783,"name":"read-resource","id":784,"timestamp":260549117478,"duration":37502,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":783,"timestamp":260549117458,"duration":37667,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/Box/index.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":785,"name":"read-resource","id":786,"timestamp":260549117510,"duration":37673,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":785,"timestamp":260549117490,"duration":37906,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/useThemeProps/index.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":775,"name":"read-resource","id":776,"timestamp":260549117321,"duration":38098,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":531,"name":"build-module-js","id":775,"timestamp":260549117232,"duration":39579,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js"},"startTime":1654958260779},{"traceId":"1fd5d66c8e0c95f0","parentId":777,"name":"read-resource","id":778,"timestamp":260549117374,"duration":39468,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":777,"timestamp":260549117335,"duration":40101,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/styled-engine/index.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":789,"name":"read-resource","id":790,"timestamp":260549117576,"duration":52643,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":565,"name":"build-module-js","id":789,"timestamp":260549117554,"duration":53104,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/responsivePropType.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":787,"name":"read-resource","id":788,"timestamp":260549117542,"duration":53159,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":463,"name":"build-module-js","id":787,"timestamp":260549117522,"duration":53330,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/ThemeProvider/index.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":791,"name":"read-resource","id":792,"timestamp":260549117613,"duration":53255,"tags":{},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":567,"name":"build-module-js","id":791,"timestamp":260549117588,"duration":53512,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/merge.js"},"startTime":1654958260780},{"traceId":"1fd5d66c8e0c95f0","parentId":793,"name":"read-resource","id":794,"timestamp":260549126471,"duration":54456,"tags":{},"startTime":1654958260789},{"traceId":"1fd5d66c8e0c95f0","parentId":607,"name":"build-module-js","id":793,"timestamp":260549126417,"duration":55523,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/ListboxUnstyled/useControllableReducer.js"},"startTime":1654958260789},{"traceId":"1fd5d66c8e0c95f0","parentId":797,"name":"read-resource","id":798,"timestamp":260549126586,"duration":55393,"tags":{},"startTime":1654958260789},{"traceId":"1fd5d66c8e0c95f0","parentId":595,"name":"build-module-js","id":797,"timestamp":260549126557,"duration":55897,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/propsToClassKey.js"},"startTime":1654958260789},{"traceId":"1fd5d66c8e0c95f0","parentId":795,"name":"read-resource","id":796,"timestamp":260549126539,"duration":55936,"tags":{},"startTime":1654958260789},{"traceId":"1fd5d66c8e0c95f0","parentId":585,"name":"build-module-js","id":795,"timestamp":260549126504,"duration":56190,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/memoize.js"},"startTime":1654958260789},{"traceId":"1fd5d66c8e0c95f0","parentId":801,"name":"read-resource","id":802,"timestamp":260549128719,"duration":55119,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":643,"name":"build-module-js","id":801,"timestamp":260549128691,"duration":56509,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/cssVars/cssVarsParser.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":799,"name":"read-resource","id":800,"timestamp":260549128671,"duration":56562,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":657,"name":"build-module-js","id":799,"timestamp":260549128620,"duration":56868,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/utils/resolveComponentProps.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":805,"name":"read-resource","id":806,"timestamp":260549128789,"duration":56720,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":643,"name":"build-module-js","id":805,"timestamp":260549128766,"duration":59647,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/cssVars/useCurrentColorScheme.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":803,"name":"read-resource","id":804,"timestamp":260549128755,"duration":59696,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":643,"name":"build-module-js","id":803,"timestamp":260549128731,"duration":60157,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/cssVars/getInitColorSchemeScript.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":807,"name":"read-resource","id":808,"timestamp":260549128954,"duration":59959,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":807,"timestamp":260549128923,"duration":60184,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/grey.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":809,"name":"read-resource","id":810,"timestamp":260549128991,"duration":60135,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":809,"timestamp":260549128967,"duration":60328,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/purple.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":811,"name":"read-resource","id":812,"timestamp":260549129027,"duration":60286,"tags":{},"startTime":1654958260791}] [{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":811,"timestamp":260549129001,"duration":60670,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/common.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":813,"name":"read-resource","id":814,"timestamp":260549129059,"duration":60747,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":813,"timestamp":260549129038,"duration":60954,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/red.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":815,"name":"read-resource","id":816,"timestamp":260549129090,"duration":60918,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":815,"timestamp":260549129069,"duration":61107,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/orange.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":817,"name":"read-resource","id":818,"timestamp":260549129119,"duration":61074,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":817,"timestamp":260549129099,"duration":61255,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/blue.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":821,"name":"read-resource","id":822,"timestamp":260549129182,"duration":61188,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":821,"timestamp":260549129158,"duration":61379,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/lightBlue.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":823,"name":"read-resource","id":824,"timestamp":260549129212,"duration":61341,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":685,"name":"build-module-js","id":823,"timestamp":260549129192,"duration":62470,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/base/SelectUnstyled/utils.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":819,"name":"read-resource","id":820,"timestamp":260549129149,"duration":62545,"tags":{},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":537,"name":"build-module-js","id":819,"timestamp":260549129128,"duration":62790,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/material/colors/green.js"},"startTime":1654958260791},{"traceId":"1fd5d66c8e0c95f0","parentId":829,"name":"read-resource","id":830,"timestamp":260549195297,"duration":1842,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":773,"name":"build-module-js","id":829,"timestamp":260549195272,"duration":2310,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/Container/containerClasses.js"},"startTime":1654958260857},{"traceId":"1fd5d66c8e0c95f0","parentId":831,"name":"read-resource","id":832,"timestamp":260549195335,"duration":2270,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":773,"name":"build-module-js","id":831,"timestamp":260549195312,"duration":2688,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/Container/Container.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":827,"name":"read-resource","id":828,"timestamp":260549195251,"duration":2764,"tags":{},"startTime":1654958260857},{"traceId":"1fd5d66c8e0c95f0","parentId":771,"name":"build-module-js","id":827,"timestamp":260549195221,"duration":3402,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/createTheme/createTheme.js"},"startTime":1654958260857},{"traceId":"1fd5d66c8e0c95f0","parentId":825,"name":"read-resource","id":826,"timestamp":260549195196,"duration":3444,"tags":{},"startTime":1654958260857},{"traceId":"1fd5d66c8e0c95f0","parentId":601,"name":"build-module-js","id":825,"timestamp":260549195135,"duration":3696,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/private-theming/index.js"},"startTime":1654958260857},{"traceId":"1fd5d66c8e0c95f0","parentId":837,"name":"read-resource","id":838,"timestamp":260549195450,"duration":3397,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":781,"name":"build-module-js","id":837,"timestamp":260549195428,"duration":3721,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/sx/sx.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":833,"name":"read-resource","id":834,"timestamp":260549195375,"duration":3808,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":779,"name":"build-module-js","id":833,"timestamp":260549195348,"duration":5095,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":835,"name":"read-resource","id":836,"timestamp":260549195413,"duration":5049,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":779,"name":"build-module-js","id":835,"timestamp":260549195390,"duration":5533,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":841,"name":"read-resource","id":842,"timestamp":260549195525,"duration":9137,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":785,"name":"build-module-js","id":841,"timestamp":260549195498,"duration":9572,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":839,"name":"read-resource","id":840,"timestamp":260549195485,"duration":9635,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":783,"name":"build-module-js","id":839,"timestamp":260549195463,"duration":10053,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/Box/Box.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":845,"name":"read-resource","id":846,"timestamp":260549195841,"duration":13154,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":787,"name":"build-module-js","id":845,"timestamp":260549195791,"duration":13968,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":843,"name":"read-resource","id":844,"timestamp":260549195565,"duration":14430,"tags":{},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":785,"name":"build-module-js","id":843,"timestamp":260549195543,"duration":14777,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js"},"startTime":1654958260858},{"traceId":"1fd5d66c8e0c95f0","parentId":851,"name":"read-resource","id":852,"timestamp":260549216448,"duration":635,"tags":{},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":777,"name":"build-module-js","id":851,"timestamp":260549216419,"duration":923,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/styled-engine/GlobalStyles/index.js"},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":849,"name":"read-resource","id":850,"timestamp":260549216399,"duration":1177,"tags":{},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":777,"name":"build-module-js","id":849,"timestamp":260549216353,"duration":1410,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/styled-engine/StyledEngineProvider/index.js"},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":847,"name":"read-resource","id":848,"timestamp":260549216039,"duration":1955,"tags":{},"startTime":1654958260878},{"traceId":"1fd5d66c8e0c95f0","parentId":721,"name":"build-module-js","id":847,"timestamp":260549215986,"duration":2265,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/index.js"},"startTime":1654958260878},{"traceId":"1fd5d66c8e0c95f0","parentId":853,"name":"read-resource","id":854,"timestamp":260549216984,"duration":3503,"tags":{},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":777,"name":"build-module-js","id":853,"timestamp":260549216944,"duration":4021,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js"},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":855,"name":"read-resource","id":856,"timestamp":260549217034,"duration":3960,"tags":{},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":777,"name":"build-module-js","id":855,"timestamp":260549217002,"duration":6504,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/react/dist/emotion-react.browser.esm.js"},"startTime":1654958260879},{"traceId":"1fd5d66c8e0c95f0","parentId":857,"name":"read-resource","id":858,"timestamp":260549226655,"duration":4176,"tags":{},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":847,"name":"build-module-js","id":857,"timestamp":260549226592,"duration":4963,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/enums.js"},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":863,"name":"read-resource","id":864,"timestamp":260549226797,"duration":4791,"tags":{},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":847,"name":"build-module-js","id":863,"timestamp":260549226775,"duration":5148,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/popper-lite.js"},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"read-resource","id":860,"timestamp":260549226715,"duration":5266,"tags":{},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":847,"name":"build-module-js","id":859,"timestamp":260549226684,"duration":7103,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/createPopper.js"},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":861,"name":"read-resource","id":862,"timestamp":260549226760,"duration":7058,"tags":{},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":847,"name":"build-module-js","id":861,"timestamp":260549226731,"duration":7505,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/popper.js"},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":865,"name":"read-resource","id":866,"timestamp":260549226835,"duration":7424,"tags":{},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":851,"name":"build-module-js","id":865,"timestamp":260549226812,"duration":7929,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/styled-engine/GlobalStyles/GlobalStyles.js"},"startTime":1654958260889},{"traceId":"1fd5d66c8e0c95f0","parentId":869,"name":"read-resource","id":870,"timestamp":260549227997,"duration":11683,"tags":{},"startTime":1654958260890},{"traceId":"1fd5d66c8e0c95f0","parentId":849,"name":"build-module-js","id":869,"timestamp":260549227970,"duration":12242,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js"},"startTime":1654958260890},{"traceId":"1fd5d66c8e0c95f0","parentId":867,"name":"read-resource","id":868,"timestamp":260549227953,"duration":12286,"tags":{},"startTime":1654958260890},{"traceId":"1fd5d66c8e0c95f0","parentId":825,"name":"build-module-js","id":867,"timestamp":260549227901,"duration":12505,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/private-theming/ThemeProvider/index.js"},"startTime":1654958260890},{"traceId":"1fd5d66c8e0c95f0","parentId":871,"name":"read-resource","id":872,"timestamp":260549228032,"duration":12389,"tags":{},"startTime":1654958260890},{"traceId":"1fd5d66c8e0c95f0","parentId":825,"name":"build-module-js","id":871,"timestamp":260549228009,"duration":12544,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/private-theming/useTheme/index.js"},"startTime":1654958260890},{"traceId":"1fd5d66c8e0c95f0","parentId":873,"name":"read-resource","id":874,"timestamp":260549230102,"duration":10784,"tags":{},"startTime":1654958260892},{"traceId":"1fd5d66c8e0c95f0","parentId":847,"name":"build-module-js","id":873,"timestamp":260549230043,"duration":11109,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/index.js"},"startTime":1654958260892},{"traceId":"1fd5d66c8e0c95f0","parentId":875,"name":"read-resource","id":876,"timestamp":260549230158,"duration":11012,"tags":{},"startTime":1654958260892},{"traceId":"1fd5d66c8e0c95f0","parentId":855,"name":"build-module-js","id":875,"timestamp":260549230127,"duration":14358,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/react/dist/emotion-element-cbed451f.browser.esm.js"},"startTime":1654958260892},{"traceId":"1fd5d66c8e0c95f0","parentId":877,"name":"read-resource","id":878,"timestamp":260549251653,"duration":6318,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":863,"name":"build-module-js","id":877,"timestamp":260549251584,"duration":6936,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/eventListeners.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":879,"name":"read-resource","id":880,"timestamp":260549251716,"duration":7136,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":863,"name":"build-module-js","id":879,"timestamp":260549251682,"duration":7449,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":885,"name":"read-resource","id":886,"timestamp":260549251830,"duration":7320,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":861,"name":"build-module-js","id":885,"timestamp":260549251806,"duration":7918,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/offset.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":881,"name":"read-resource","id":882,"timestamp":260549251756,"duration":7987,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":863,"name":"build-module-js","id":881,"timestamp":260549251731,"duration":9269,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/computeStyles.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":883,"name":"read-resource","id":884,"timestamp":260549251793,"duration":9229,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":863,"name":"build-module-js","id":883,"timestamp":260549251769,"duration":9812,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/applyStyles.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":887,"name":"read-resource","id":888,"timestamp":260549251869,"duration":9732,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":861,"name":"build-module-js","id":887,"timestamp":260549251844,"duration":11038,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/flip.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":891,"name":"read-resource","id":892,"timestamp":260549251941,"duration":10966,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":861,"name":"build-module-js","id":891,"timestamp":260549251919,"duration":11888,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/arrow.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":889,"name":"read-resource","id":890,"timestamp":260549251906,"duration":12108,"tags":{},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":861,"name":"build-module-js","id":889,"timestamp":260549251884,"duration":14094,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js"},"startTime":1654958260914},{"traceId":"1fd5d66c8e0c95f0","parentId":893,"name":"read-resource","id":894,"timestamp":260549253541,"duration":15762,"tags":{},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":861,"name":"build-module-js","id":893,"timestamp":260549253502,"duration":16382,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/modifiers/hide.js"},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":895,"name":"read-resource","id":896,"timestamp":260549254127,"duration":16444,"tags":{},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":853,"name":"build-module-js","id":895,"timestamp":260549254087,"duration":18022,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":901,"name":"read-resource","id":902,"timestamp":260549254239,"duration":17892,"tags":{},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":901,"timestamp":260549254216,"duration":18206,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js"},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":897,"name":"read-resource","id":898,"timestamp":260549254168,"duration":18279,"tags":{},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":897,"timestamp":260549254141,"duration":18811,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js"},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":899,"name":"read-resource","id":900,"timestamp":260549254206,"duration":18764,"tags":{},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":899,"timestamp":260549254181,"duration":19169,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js"},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":903,"name":"read-resource","id":904,"timestamp":260549254278,"duration":19094,"tags":{},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":903,"timestamp":260549254249,"duration":19977,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js"},"startTime":1654958260916},{"traceId":"1fd5d66c8e0c95f0","parentId":905,"name":"read-resource","id":906,"timestamp":260549254311,"duration":19952,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":905,"timestamp":260549254288,"duration":20261,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":911,"name":"read-resource","id":912,"timestamp":260549254407,"duration":20164,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":911,"timestamp":260549254383,"duration":20440,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/debounce.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":913,"name":"read-resource","id":914,"timestamp":260549254445,"duration":20396,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":913,"timestamp":260549254423,"duration":21662,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/validateModifiers.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":907,"name":"read-resource","id":908,"timestamp":260549254342,"duration":21774,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":907,"timestamp":260549254320,"duration":23399,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js"},"startTime":1654958260917}] [{"traceId":"1fd5d66c8e0c95f0","parentId":915,"name":"read-resource","id":916,"timestamp":260549254474,"duration":23580,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":915,"timestamp":260549254454,"duration":23907,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/uniqueBy.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":919,"name":"read-resource","id":920,"timestamp":260549254535,"duration":23848,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":919,"timestamp":260549254512,"duration":24140,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/mergeByName.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":909,"name":"read-resource","id":910,"timestamp":260549254372,"duration":24298,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":909,"timestamp":260549254352,"duration":24719,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/orderModifiers.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":917,"name":"read-resource","id":918,"timestamp":260549254503,"duration":24586,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":917,"timestamp":260549254483,"duration":24800,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/getBasePlacement.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":921,"name":"read-resource","id":922,"timestamp":260549254567,"duration":24734,"tags":{},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":859,"name":"build-module-js","id":921,"timestamp":260549254544,"duration":25437,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/detectOverflow.js"},"startTime":1654958260917},{"traceId":"1fd5d66c8e0c95f0","parentId":923,"name":"read-resource","id":924,"timestamp":260549256295,"duration":29037,"tags":{},"startTime":1654958260919},{"traceId":"1fd5d66c8e0c95f0","parentId":855,"name":"build-module-js","id":923,"timestamp":260549256251,"duration":29407,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js"},"startTime":1654958260918},{"traceId":"1fd5d66c8e0c95f0","parentId":925,"name":"read-resource","id":926,"timestamp":260549258676,"duration":27639,"tags":{},"startTime":1654958260921},{"traceId":"1fd5d66c8e0c95f0","parentId":867,"name":"build-module-js","id":925,"timestamp":260549258629,"duration":28523,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/private-theming/ThemeProvider/ThemeProvider.js"},"startTime":1654958260921},{"traceId":"1fd5d66c8e0c95f0","parentId":927,"name":"read-resource","id":928,"timestamp":260549267128,"duration":26845,"tags":{},"startTime":1654958260929},{"traceId":"1fd5d66c8e0c95f0","parentId":871,"name":"build-module-js","id":927,"timestamp":260549267070,"duration":27592,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/private-theming/useTheme/useTheme.js"},"startTime":1654958260929},{"traceId":"1fd5d66c8e0c95f0","parentId":929,"name":"read-resource","id":930,"timestamp":260549267187,"duration":27514,"tags":{},"startTime":1654958260929},{"traceId":"1fd5d66c8e0c95f0","parentId":867,"name":"build-module-js","id":929,"timestamp":260549267155,"duration":27897,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/private-theming/ThemeProvider/nested.js"},"startTime":1654958260929},{"traceId":"1fd5d66c8e0c95f0","parentId":935,"name":"read-resource","id":936,"timestamp":260549290340,"duration":14737,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":881,"name":"build-module-js","id":935,"timestamp":260549290314,"duration":15237,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":939,"name":"read-resource","id":940,"timestamp":260549290477,"duration":15109,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":881,"name":"build-module-js","id":939,"timestamp":260549290420,"duration":15467,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/math.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":937,"name":"read-resource","id":938,"timestamp":260549290378,"duration":15535,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":881,"name":"build-module-js","id":937,"timestamp":260549290354,"duration":15803,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/getVariation.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":933,"name":"read-resource","id":934,"timestamp":260549290298,"duration":15882,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":879,"name":"build-module-js","id":933,"timestamp":260549290237,"duration":16630,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/computeOffsets.js"},"startTime":1654958260952},{"traceId":"1fd5d66c8e0c95f0","parentId":941,"name":"read-resource","id":942,"timestamp":260549290547,"duration":16346,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":883,"name":"build-module-js","id":941,"timestamp":260549290490,"duration":16648,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":947,"name":"read-resource","id":948,"timestamp":260549290837,"duration":16327,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":887,"name":"build-module-js","id":947,"timestamp":260549290782,"duration":16732,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":945,"name":"read-resource","id":946,"timestamp":260549290749,"duration":16791,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":887,"name":"build-module-js","id":945,"timestamp":260549290694,"duration":17593,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":949,"name":"read-resource","id":950,"timestamp":260549290922,"duration":17390,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":891,"name":"build-module-js","id":949,"timestamp":260549290870,"duration":17828,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/contains.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":943,"name":"read-resource","id":944,"timestamp":260549290651,"duration":18068,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":887,"name":"build-module-js","id":943,"timestamp":260549290592,"duration":19175,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":931,"name":"read-resource","id":932,"timestamp":260549290179,"duration":19611,"tags":{},"startTime":1654958260952},{"traceId":"1fd5d66c8e0c95f0","parentId":877,"name":"build-module-js","id":931,"timestamp":260549290063,"duration":19980,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getWindow.js"},"startTime":1654958260952},{"traceId":"1fd5d66c8e0c95f0","parentId":953,"name":"read-resource","id":954,"timestamp":260549291119,"duration":18947,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":891,"name":"build-module-js","id":953,"timestamp":260549291059,"duration":19318,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/within.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":955,"name":"read-resource","id":956,"timestamp":260549291209,"duration":19188,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":891,"name":"build-module-js","id":955,"timestamp":260549291155,"duration":19468,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":951,"name":"read-resource","id":952,"timestamp":260549291015,"duration":19629,"tags":{},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":891,"name":"build-module-js","id":951,"timestamp":260549290958,"duration":19891,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":957,"name":"read-resource","id":958,"timestamp":260549291292,"duration":19577,"tags":{},"startTime":1654958260954},{"traceId":"1fd5d66c8e0c95f0","parentId":891,"name":"build-module-js","id":957,"timestamp":260549291241,"duration":19837,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/expandToHashMap.js"},"startTime":1654958260953},{"traceId":"1fd5d66c8e0c95f0","parentId":959,"name":"read-resource","id":960,"timestamp":260549291383,"duration":19714,"tags":{},"startTime":1654958260954},{"traceId":"1fd5d66c8e0c95f0","parentId":889,"name":"build-module-js","id":959,"timestamp":260549291330,"duration":19950,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/getAltAxis.js"},"startTime":1654958260954},{"traceId":"1fd5d66c8e0c95f0","parentId":961,"name":"read-resource","id":962,"timestamp":260549291485,"duration":19813,"tags":{},"startTime":1654958260954},{"traceId":"1fd5d66c8e0c95f0","parentId":889,"name":"build-module-js","id":961,"timestamp":260549291427,"duration":20049,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js"},"startTime":1654958260954},{"traceId":"1fd5d66c8e0c95f0","parentId":969,"name":"read-resource","id":970,"timestamp":260549303757,"duration":11017,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":853,"name":"build-module-js","id":969,"timestamp":260549303713,"duration":14985,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/serialize/dist/emotion-serialize.browser.esm.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":971,"name":"read-resource","id":972,"timestamp":260549303811,"duration":14937,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":855,"name":"build-module-js","id":971,"timestamp":260549303777,"duration":18427,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":965,"name":"read-resource","id":966,"timestamp":260549303632,"duration":18601,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":855,"name":"build-module-js","id":965,"timestamp":260549303590,"duration":19881,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":975,"name":"read-resource","id":976,"timestamp":260549303919,"duration":19582,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":901,"name":"build-module-js","id":975,"timestamp":260549303884,"duration":20059,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":963,"name":"read-resource","id":964,"timestamp":260549303557,"duration":20410,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":853,"name":"build-module-js","id":963,"timestamp":260549303484,"duration":29159,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.browser.esm.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":977,"name":"read-resource","id":978,"timestamp":260549303973,"duration":28708,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":897,"name":"build-module-js","id":977,"timestamp":260549303938,"duration":29117,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":973,"name":"read-resource","id":974,"timestamp":260549303864,"duration":29216,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":855,"name":"build-module-js","id":973,"timestamp":260549303830,"duration":29510,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/weak-memoize/dist/weak-memoize.browser.esm.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":967,"name":"read-resource","id":968,"timestamp":260549303690,"duration":29672,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":853,"name":"build-module-js","id":967,"timestamp":260549303655,"duration":31508,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":985,"name":"read-resource","id":986,"timestamp":260549304178,"duration":31019,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":899,"name":"build-module-js","id":985,"timestamp":260549304147,"duration":31365,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":981,"name":"read-resource","id":982,"timestamp":260549304078,"duration":31461,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":897,"name":"build-module-js","id":981,"timestamp":260549304040,"duration":33139,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":979,"name":"read-resource","id":980,"timestamp":260549304022,"duration":33191,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":897,"name":"build-module-js","id":979,"timestamp":260549303990,"duration":33564,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":989,"name":"read-resource","id":990,"timestamp":260549304277,"duration":33300,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":913,"name":"build-module-js","id":989,"timestamp":260549304242,"duration":33646,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/format.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":991,"name":"read-resource","id":992,"timestamp":260549304330,"duration":33576,"tags":{},"startTime":1654958260967},{"traceId":"1fd5d66c8e0c95f0","parentId":921,"name":"build-module-js","id":991,"timestamp":260549304294,"duration":34398,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js"},"startTime":1654958260967},{"traceId":"1fd5d66c8e0c95f0","parentId":987,"name":"read-resource","id":988,"timestamp":260549304225,"duration":34499,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":903,"name":"build-module-js","id":987,"timestamp":260549304195,"duration":34790,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":983,"name":"read-resource","id":984,"timestamp":260549304129,"duration":34876,"tags":{},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":899,"name":"build-module-js","id":983,"timestamp":260549304097,"duration":35206,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js"},"startTime":1654958260966},{"traceId":"1fd5d66c8e0c95f0","parentId":993,"name":"read-resource","id":994,"timestamp":260549304382,"duration":34942,"tags":{},"startTime":1654958260967},{"traceId":"1fd5d66c8e0c95f0","parentId":921,"name":"build-module-js","id":993,"timestamp":260549304351,"duration":35172,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/utils/rectToClientRect.js"},"startTime":1654958260967},{"traceId":"1fd5d66c8e0c95f0","parentId":995,"name":"read-resource","id":996,"timestamp":260549314734,"duration":31239,"tags":{},"startTime":1654958260977},{"traceId":"1fd5d66c8e0c95f0","parentId":925,"name":"build-module-js","id":995,"timestamp":260549314673,"duration":31701,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@mui/private-theming/useTheme/ThemeContext.js"},"startTime":1654958260977},{"traceId":"1fd5d66c8e0c95f0","parentId":997,"name":"read-resource","id":998,"timestamp":260549345751,"duration":2351,"tags":{},"startTime":1654958261008},{"traceId":"1fd5d66c8e0c95f0","parentId":977,"name":"build-module-js","id":997,"timestamp":260549345678,"duration":2851,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js"},"startTime":1654958261008},{"traceId":"1fd5d66c8e0c95f0","parentId":1001,"name":"read-resource","id":1002,"timestamp":260549345883,"duration":2671,"tags":{},"startTime":1654958261008},{"traceId":"1fd5d66c8e0c95f0","parentId":991,"name":"build-module-js","id":1001,"timestamp":260549345839,"duration":3061,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js"},"startTime":1654958261008},{"traceId":"1fd5d66c8e0c95f0","parentId":999,"name":"read-resource","id":1000,"timestamp":260549345823,"duration":3751,"tags":{},"startTime":1654958261008},{"traceId":"1fd5d66c8e0c95f0","parentId":977,"name":"build-module-js","id":999,"timestamp":260549345775,"duration":4000,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js"},"startTime":1654958261008},{"traceId":"1fd5d66c8e0c95f0","parentId":1003,"name":"read-resource","id":1004,"timestamp":260549346997,"duration":2969,"tags":{},"startTime":1654958261009},{"traceId":"1fd5d66c8e0c95f0","parentId":991,"name":"build-module-js","id":1003,"timestamp":260549346943,"duration":3439,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js"},"startTime":1654958261009},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"read-resource","id":1006,"timestamp":260549355994,"duration":929,"tags":{},"startTime":1654958261018},{"traceId":"1fd5d66c8e0c95f0","parentId":971,"name":"build-module-js","id":1005,"timestamp":260549355941,"duration":1284,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/index.js"},"startTime":1654958261018},{"traceId":"1fd5d66c8e0c95f0","parentId":1007,"name":"read-resource","id":1008,"timestamp":260549356605,"duration":1334,"tags":{},"startTime":1654958261019},{"traceId":"1fd5d66c8e0c95f0","parentId":971,"name":"build-module-js","id":1007,"timestamp":260549356566,"duration":1656,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/memoize/dist/emotion-memoize.browser.esm.js"},"startTime":1654958261019},{"traceId":"1fd5d66c8e0c95f0","parentId":1009,"name":"read-resource","id":1010,"timestamp":260549356741,"duration":1503,"tags":{},"startTime":1654958261019},{"traceId":"1fd5d66c8e0c95f0","parentId":969,"name":"build-module-js","id":1009,"timestamp":260549356708,"duration":2196,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/hash/dist/hash.browser.esm.js"},"startTime":1654958261019},{"traceId":"1fd5d66c8e0c95f0","parentId":1011,"name":"read-resource","id":1012,"timestamp":260549356786,"duration":2360,"tags":{},"startTime":1654958261019},{"traceId":"1fd5d66c8e0c95f0","parentId":969,"name":"build-module-js","id":1011,"timestamp":260549356758,"duration":2633,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/unitless/dist/unitless.browser.esm.js"},"startTime":1654958261019},{"traceId":"1fd5d66c8e0c95f0","parentId":1013,"name":"read-resource","id":1014,"timestamp":260549356837,"duration":2576,"tags":{},"startTime":1654958261019}] [{"traceId":"1fd5d66c8e0c95f0","parentId":971,"name":"build-module-js","id":1013,"timestamp":260549356806,"duration":3987,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/@emotion/sheet/dist/emotion-sheet.browser.esm.js"},"startTime":1654958261019},{"traceId":"1fd5d66c8e0c95f0","parentId":1015,"name":"read-resource","id":1016,"timestamp":260549361807,"duration":858,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":965,"name":"build-module-js","id":1015,"timestamp":260549361759,"duration":1182,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/hoist-non-react-statics/node_modules/react-is/index.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1017,"name":"read-resource","id":1018,"timestamp":260549361860,"duration":1272,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"build-module-js","id":1017,"timestamp":260549361831,"duration":1729,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/src/Enum.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1019,"name":"read-resource","id":1020,"timestamp":260549361905,"duration":1675,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"build-module-js","id":1019,"timestamp":260549361877,"duration":2313,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/src/Utility.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1025,"name":"read-resource","id":1026,"timestamp":260549362019,"duration":2188,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"build-module-js","id":1025,"timestamp":260549361997,"duration":4401,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/src/Tokenizer.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1021,"name":"read-resource","id":1022,"timestamp":260549361942,"duration":4475,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"build-module-js","id":1021,"timestamp":260549361919,"duration":7815,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/src/Parser.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1029,"name":"read-resource","id":1030,"timestamp":260549362089,"duration":8617,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"build-module-js","id":1029,"timestamp":260549362066,"duration":9792,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/src/Middleware.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1027,"name":"read-resource","id":1028,"timestamp":260549362055,"duration":9837,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"build-module-js","id":1027,"timestamp":260549362032,"duration":10276,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/src/Serializer.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1023,"name":"read-resource","id":1024,"timestamp":260549361983,"duration":10342,"tags":{},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1005,"name":"build-module-js","id":1023,"timestamp":260549361955,"duration":11485,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/stylis/src/Prefixer.js"},"startTime":1654958261024},{"traceId":"1fd5d66c8e0c95f0","parentId":1031,"name":"read-resource","id":1032,"timestamp":260549376221,"duration":635,"tags":{},"startTime":1654958261038},{"traceId":"1fd5d66c8e0c95f0","parentId":1015,"name":"build-module-js","id":1031,"timestamp":260549376158,"duration":2501,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js"},"startTime":1654958261038},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"add-entry","id":14,"timestamp":260544434528,"duration":4944227,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1654958256097},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"make","id":10,"timestamp":260544432620,"duration":4946523,"tags":{},"startTime":1654958256095},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"webpack-compilation-chunk-graph","id":1034,"timestamp":260549395812,"duration":15365,"tags":{},"startTime":1654958261058},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"webpack-compilation-optimize-modules","id":1036,"timestamp":260549411307,"duration":31,"tags":{},"startTime":1654958261074},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"webpack-compilation-optimize-chunks","id":1037,"timestamp":260549411414,"duration":553,"tags":{},"startTime":1654958261074},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"webpack-compilation-optimize-tree","id":1038,"timestamp":260549412047,"duration":138,"tags":{},"startTime":1654958261074},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"webpack-compilation-optimize","id":1035,"timestamp":260549411247,"duration":1287,"tags":{},"startTime":1654958261073},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"webpack-compilation-hash","id":1039,"timestamp":260549532285,"duration":42109,"tags":{},"startTime":1654958261195},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"NextJsBuildManifest-generateClientManifest","id":1041,"timestamp":260549824837,"duration":1098,"tags":{},"startTime":1654958261487},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"NextJsBuildManifest-createassets","id":1040,"timestamp":260549823954,"duration":2001,"tags":{},"startTime":1654958261486},{"traceId":"1fd5d66c8e0c95f0","parentId":9,"name":"webpack-compilation-seal","id":1033,"timestamp":260549392555,"duration":435513,"tags":{},"startTime":1654958261055},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"webpack-compilation","id":9,"timestamp":260544418310,"duration":5410135,"tags":{"name":"client"},"startTime":1654958256080},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"emit","id":1042,"timestamp":260549829042,"duration":121696,"tags":{},"startTime":1654958261491},{"traceId":"1fd5d66c8e0c95f0","parentId":1055,"name":"next-swc-transform","id":1056,"timestamp":260580150841,"duration":1926,"tags":{},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1050,"name":"next-swc-loader","id":1055,"timestamp":260580150818,"duration":1972,"tags":{},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"build-module-tsx","id":1050,"timestamp":260580150521,"duration":6716,"tags":{"name":"/Users/joulev/dev/www/ezkomment/pages/_document.tsx"},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1053,"name":"next-swc-transform","id":1054,"timestamp":260580150815,"duration":6559,"tags":{},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1049,"name":"next-swc-loader","id":1053,"timestamp":260580150784,"duration":6597,"tags":{},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"build-module-tsx","id":1049,"timestamp":260580150448,"duration":8286,"tags":{"name":"/Users/joulev/dev/www/ezkomment/pages/_error.tsx"},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1051,"name":"next-swc-transform","id":1052,"timestamp":260580150777,"duration":10594,"tags":{},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"next-swc-loader","id":1051,"timestamp":260580150577,"duration":10802,"tags":{},"startTime":1654958291813},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"build-module-tsx","id":1048,"timestamp":260580149361,"duration":16679,"tags":{"name":"/Users/joulev/dev/www/ezkomment/pages/_app.tsx"},"startTime":1654958291812},{"traceId":"1fd5d66c8e0c95f0","parentId":1050,"name":"build-module-react/jsx-dev-runtime","id":1057,"timestamp":260580168380,"duration":226,"tags":{"name":"react/jsx-dev-runtime"},"startTime":1654958291831},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-@mdx-js/react","id":1060,"timestamp":260580212315,"duration":47,"tags":{"name":"@mdx-js/react"},"startTime":1654958291875},{"traceId":"1fd5d66c8e0c95f0","parentId":1058,"name":"read-resource","id":1059,"timestamp":260580209031,"duration":4399,"tags":{},"startTime":1654958291872},{"traceId":"1fd5d66c8e0c95f0","parentId":1050,"name":"build-module-js","id":1058,"timestamp":260580208287,"duration":5639,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/document.js"},"startTime":1654958291871},{"traceId":"1fd5d66c8e0c95f0","parentId":1062,"name":"next-swc-transform","id":1063,"timestamp":260580222017,"duration":3546,"tags":{},"startTime":1654958291885},{"traceId":"1fd5d66c8e0c95f0","parentId":1061,"name":"next-swc-loader","id":1062,"timestamp":260580221970,"duration":3601,"tags":{},"startTime":1654958291885},{"traceId":"1fd5d66c8e0c95f0","parentId":1049,"name":"build-module-tsx","id":1061,"timestamp":260580221877,"duration":8023,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/layouts/errors.tsx"},"startTime":1654958291884},{"traceId":"1fd5d66c8e0c95f0","parentId":1077,"name":"next-swc-transform","id":1078,"timestamp":260580224646,"duration":6828,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1069,"name":"next-swc-loader","id":1077,"timestamp":260580224628,"duration":6856,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-ts","id":1069,"timestamp":260580224407,"duration":7529,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/context/breakpoint.ts"},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1075,"name":"next-swc-transform","id":1076,"timestamp":260580224626,"duration":7353,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1068,"name":"next-swc-loader","id":1075,"timestamp":260580224609,"duration":7374,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-tsx","id":1068,"timestamp":260580224272,"duration":9019,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/postHeading.tsx"},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1073,"name":"next-swc-transform","id":1074,"timestamp":260580224606,"duration":9177,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1067,"name":"next-swc-loader","id":1073,"timestamp":260580224583,"duration":9207,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-tsx","id":1067,"timestamp":260580224195,"duration":12538,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/anchor.tsx"},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1079,"name":"next-swc-transform","id":1080,"timestamp":260580224667,"duration":12113,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1070,"name":"next-swc-loader","id":1079,"timestamp":260580224648,"duration":12136,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-ts","id":1070,"timestamp":260580224467,"duration":12819,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/context/mode.ts"},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1088,"name":"next-swc-transform","id":1089,"timestamp":260580230696,"duration":7443,"tags":{},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1083,"name":"next-swc-loader","id":1088,"timestamp":260580230679,"duration":7468,"tags":{},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-ts","id":1083,"timestamp":260580230434,"duration":9648,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/hooks/theme.ts"},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1084,"name":"next-swc-transform","id":1085,"timestamp":260580230651,"duration":9532,"tags":{},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1081,"name":"next-swc-loader","id":1084,"timestamp":260580230610,"duration":9579,"tags":{},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-ts","id":1081,"timestamp":260580230282,"duration":11146,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/hooks/breakpoint.ts"},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1086,"name":"next-swc-transform","id":1087,"timestamp":260580230677,"duration":10956,"tags":{},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1082,"name":"next-swc-loader","id":1086,"timestamp":260580230656,"duration":10982,"tags":{},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-ts","id":1082,"timestamp":260580230381,"duration":12312,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/hooks/nprogress.ts"},"startTime":1654958291893},{"traceId":"1fd5d66c8e0c95f0","parentId":1071,"name":"next-swc-transform","id":1072,"timestamp":260580224578,"duration":18619,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"next-swc-loader","id":1071,"timestamp":260580224522,"duration":18683,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1058,"name":"build-module-js","id":1064,"timestamp":260580223181,"duration":46669,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/pages/_document.js"},"startTime":1654958291886},{"traceId":"1fd5d66c8e0c95f0","parentId":1061,"name":"build-module-react","id":1090,"timestamp":260580272820,"duration":35,"tags":{"name":"react"},"startTime":1654958291935},{"traceId":"1fd5d66c8e0c95f0","parentId":1065,"name":"read-resource","id":1066,"timestamp":260580224161,"duration":50139,"tags":{},"startTime":1654958291887},{"traceId":"1fd5d66c8e0c95f0","parentId":1048,"name":"build-module-css","id":1065,"timestamp":260580223295,"duration":51290,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/styles/globals.css"},"startTime":1654958291886},{"traceId":"1fd5d66c8e0c95f0","parentId":1061,"name":"build-module-next/head","id":1091,"timestamp":260580292645,"duration":35,"tags":{"name":"next/head"},"startTime":1654958291955},{"traceId":"1fd5d66c8e0c95f0","parentId":1082,"name":"build-module-next/router","id":1092,"timestamp":260580292705,"duration":16,"tags":{"name":"next/router"},"startTime":1654958291955},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-/server/get-page-files","id":1093,"timestamp":260580292732,"duration":13,"tags":{"name":"../server/get-page-files"},"startTime":1654958291955},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-/server/utils","id":1094,"timestamp":260580292753,"duration":12,"tags":{"name":"../server/utils"},"startTime":1654958291955},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-/server/htmlescape","id":1095,"timestamp":260580292774,"duration":14,"tags":{"name":"../server/htmlescape"},"startTime":1654958291955},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-/shared/lib/constants","id":1103,"timestamp":260580296680,"duration":39,"tags":{"name":"../shared/lib/constants"},"startTime":1654958291959},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-/shared/lib/html-context","id":1104,"timestamp":260580296744,"duration":19,"tags":{"name":"../shared/lib/html-context"},"startTime":1654958291959},{"traceId":"1fd5d66c8e0c95f0","parentId":1101,"name":"next-swc-transform","id":1102,"timestamp":260580293054,"duration":6084,"tags":{},"startTime":1654958291956},{"traceId":"1fd5d66c8e0c95f0","parentId":1096,"name":"next-swc-loader","id":1101,"timestamp":260580293013,"duration":6135,"tags":{},"startTime":1654958291956},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-js","id":1096,"timestamp":260580292799,"duration":17869,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/script.js"},"startTime":1654958291955},{"traceId":"1fd5d66c8e0c95f0","parentId":1097,"name":"read-resource","id":1098,"timestamp":260580292934,"duration":19487,"tags":{},"startTime":1654958291956},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-js","id":1097,"timestamp":260580292895,"duration":21315,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/lib/is-error.js"},"startTime":1654958291955},{"traceId":"1fd5d66c8e0c95f0","parentId":1099,"name":"read-resource","id":1100,"timestamp":260580292987,"duration":21262,"tags":{},"startTime":1654958291956},{"traceId":"1fd5d66c8e0c95f0","parentId":1064,"name":"build-module-js","id":1099,"timestamp":260580292958,"duration":22941,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/lib/pretty-bytes.js"},"startTime":1654958291956},{"traceId":"1fd5d66c8e0c95f0","parentId":1096,"name":"build-module-/shared/lib/head-manager-context","id":1111,"timestamp":260580321212,"duration":30,"tags":{"name":"../shared/lib/head-manager-context"},"startTime":1654958291984},{"traceId":"1fd5d66c8e0c95f0","parentId":1105,"name":"read-resource","id":1106,"timestamp":260580316433,"duration":5264,"tags":{},"startTime":1654958291979},{"traceId":"1fd5d66c8e0c95f0","parentId":1061,"name":"build-module-js","id":1105,"timestamp":260580316373,"duration":5590,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/image.js"},"startTime":1654958291979},{"traceId":"1fd5d66c8e0c95f0","parentId":1082,"name":"build-module-nprogress","id":1116,"timestamp":260580322405,"duration":32,"tags":{"name":"nprogress"},"startTime":1654958291985},{"traceId":"1fd5d66c8e0c95f0","parentId":1067,"name":"build-module-clsx","id":1117,"timestamp":260580322456,"duration":19,"tags":{"name":"clsx"},"startTime":1654958291985},{"traceId":"1fd5d66c8e0c95f0","parentId":1097,"name":"build-module-/shared/lib/is-plain-object","id":1118,"timestamp":260580322485,"duration":15,"tags":{"name":"../shared/lib/is-plain-object"},"startTime":1654958291985},{"traceId":"1fd5d66c8e0c95f0","parentId":1068,"name":"build-module-@mui/icons-material/TagOutlined","id":1119,"timestamp":260580322510,"duration":12,"tags":{"name":"@mui/icons-material/TagOutlined"},"startTime":1654958291985},{"traceId":"1fd5d66c8e0c95f0","parentId":1114,"name":"next-swc-transform","id":1115,"timestamp":260580321335,"duration":1714,"tags":{},"startTime":1654958291984},{"traceId":"1fd5d66c8e0c95f0","parentId":1110,"name":"next-swc-loader","id":1114,"timestamp":260580321314,"duration":1742,"tags":{},"startTime":1654958291984},{"traceId":"1fd5d66c8e0c95f0","parentId":1096,"name":"build-module-js","id":1110,"timestamp":260580321155,"duration":4117,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/request-idle-callback.js"},"startTime":1654958291984},{"traceId":"1fd5d66c8e0c95f0","parentId":1107,"name":"read-resource","id":1108,"timestamp":260580317303,"duration":8094,"tags":{},"startTime":1654958291980},{"traceId":"1fd5d66c8e0c95f0","parentId":1067,"name":"build-module-js","id":1107,"timestamp":260580317260,"duration":8363,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/link.js"},"startTime":1654958291980}] [{"traceId":"1fd5d66c8e0c95f0","parentId":1112,"name":"next-swc-transform","id":1113,"timestamp":260580321309,"duration":6015,"tags":{},"startTime":1654958291984},{"traceId":"1fd5d66c8e0c95f0","parentId":1109,"name":"next-swc-loader","id":1112,"timestamp":260580321269,"duration":6063,"tags":{},"startTime":1654958291984},{"traceId":"1fd5d66c8e0c95f0","parentId":1096,"name":"build-module-js","id":1109,"timestamp":260580321059,"duration":11064,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/head-manager.js"},"startTime":1654958291984},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"add-entry","id":1047,"timestamp":260549989135,"duration":30344834,"tags":{"request":"private-next-pages/_document"},"startTime":1654958261651},{"traceId":"1fd5d66c8e0c95f0","parentId":1121,"name":"next-swc-transform","id":1122,"timestamp":260580334046,"duration":1908,"tags":{},"startTime":1654958291997},{"traceId":"1fd5d66c8e0c95f0","parentId":1120,"name":"next-swc-loader","id":1121,"timestamp":260580334002,"duration":1961,"tags":{},"startTime":1654958291997},{"traceId":"1fd5d66c8e0c95f0","parentId":1061,"name":"build-module-tsx","id":1120,"timestamp":260580333707,"duration":3823,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/buttons.tsx"},"startTime":1654958291996},{"traceId":"1fd5d66c8e0c95f0","parentId":1127,"name":"next-swc-transform","id":1128,"timestamp":260580338662,"duration":6527,"tags":{},"startTime":1654958292001},{"traceId":"1fd5d66c8e0c95f0","parentId":1124,"name":"next-swc-loader","id":1127,"timestamp":260580338642,"duration":6556,"tags":{},"startTime":1654958292001},{"traceId":"1fd5d66c8e0c95f0","parentId":1081,"name":"build-module-js","id":1124,"timestamp":260580338447,"duration":7265,"tags":{"name":"/Users/joulev/dev/www/ezkomment/config/tailwindTheme.js"},"startTime":1654958292001},{"traceId":"1fd5d66c8e0c95f0","parentId":1132,"name":"read-resource","id":1133,"timestamp":260580343938,"duration":3429,"tags":{},"startTime":1654958292007},{"traceId":"1fd5d66c8e0c95f0","parentId":1134,"name":"image-size-calculation","id":1135,"timestamp":260580348692,"duration":803,"tags":{},"startTime":1654958292011},{"traceId":"1fd5d66c8e0c95f0","parentId":1134,"name":"image-data-stringify","id":1136,"timestamp":260580349510,"duration":65,"tags":{},"startTime":1654958292012},{"traceId":"1fd5d66c8e0c95f0","parentId":1132,"name":"next-image-loader","id":1134,"timestamp":260580347572,"duration":2009,"tags":{},"startTime":1654958292010},{"traceId":"1fd5d66c8e0c95f0","parentId":1061,"name":"build-module-svg","id":1132,"timestamp":260580343867,"duration":6077,"tags":{"name":"/Users/joulev/dev/www/ezkomment/public/images/logo.svg"},"startTime":1654958292006},{"traceId":"1fd5d66c8e0c95f0","parentId":1130,"name":"next-swc-transform","id":1131,"timestamp":260580343370,"duration":9388,"tags":{},"startTime":1654958292006},{"traceId":"1fd5d66c8e0c95f0","parentId":1129,"name":"next-swc-loader","id":1130,"timestamp":260580343327,"duration":9441,"tags":{},"startTime":1654958292006},{"traceId":"1fd5d66c8e0c95f0","parentId":1107,"name":"build-module-js","id":1129,"timestamp":260580343194,"duration":22190,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/link.js"},"startTime":1654958292006},{"traceId":"1fd5d66c8e0c95f0","parentId":1125,"name":"next-swc-transform","id":1126,"timestamp":260580338638,"duration":26991,"tags":{},"startTime":1654958292001},{"traceId":"1fd5d66c8e0c95f0","parentId":1123,"name":"next-swc-loader","id":1125,"timestamp":260580338596,"duration":27039,"tags":{},"startTime":1654958292001},{"traceId":"1fd5d66c8e0c95f0","parentId":1105,"name":"build-module-js","id":1123,"timestamp":260580338346,"duration":49585,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/image.js"},"startTime":1654958292001},{"traceId":"1fd5d66c8e0c95f0","parentId":1138,"name":"next-swc-transform","id":1139,"timestamp":260580390332,"duration":2986,"tags":{},"startTime":1654958292053},{"traceId":"1fd5d66c8e0c95f0","parentId":1137,"name":"next-swc-loader","id":1138,"timestamp":260580390290,"duration":3039,"tags":{},"startTime":1654958292053},{"traceId":"1fd5d66c8e0c95f0","parentId":1120,"name":"build-module-tsx","id":1137,"timestamp":260580390175,"duration":4027,"tags":{"name":"/Users/joulev/dev/www/ezkomment/client/components/utils/iconAndLabel.tsx"},"startTime":1654958292053},{"traceId":"1fd5d66c8e0c95f0","parentId":1123,"name":"build-module-/shared/lib/head","id":1143,"timestamp":260580395135,"duration":33,"tags":{"name":"../shared/lib/head"},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1123,"name":"build-module-/shared/lib/image-config","id":1144,"timestamp":260580395194,"duration":15,"tags":{"name":"../shared/lib/image-config"},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1123,"name":"build-module-/shared/lib/image-config-context","id":1145,"timestamp":260580395220,"duration":12,"tags":{"name":"../shared/lib/image-config-context"},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1123,"name":"build-module-/shared/lib/utils","id":1146,"timestamp":260580395240,"duration":10,"tags":{"name":"../shared/lib/utils"},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1147,"name":"next-swc-transform","id":1148,"timestamp":260580395351,"duration":3108,"tags":{},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1140,"name":"next-swc-loader","id":1147,"timestamp":260580395309,"duration":3162,"tags":{},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1129,"name":"build-module-js","id":1140,"timestamp":260580394922,"duration":6410,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/router.js"},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1151,"name":"next-swc-transform","id":1152,"timestamp":260580395398,"duration":6437,"tags":{},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1142,"name":"next-swc-loader","id":1151,"timestamp":260580395381,"duration":6462,"tags":{},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1123,"name":"build-module-js","id":1142,"timestamp":260580395087,"duration":7928,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/normalize-trailing-slash.js"},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1149,"name":"next-swc-transform","id":1150,"timestamp":260580395378,"duration":8751,"tags":{},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1141,"name":"next-swc-loader","id":1149,"timestamp":260580395356,"duration":8782,"tags":{},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1129,"name":"build-module-js","id":1141,"timestamp":260580395024,"duration":12566,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/use-intersection.js"},"startTime":1654958292058},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"add-entry","id":1046,"timestamp":260549989100,"duration":30419221,"tags":{"request":"private-next-pages/_error"},"startTime":1654958261651},{"traceId":"1fd5d66c8e0c95f0","parentId":1154,"name":"next-swc-transform","id":1155,"timestamp":260580396735,"duration":14166,"tags":{},"startTime":1654958292059},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"next-swc-loader","id":1154,"timestamp":260580396695,"duration":14214,"tags":{},"startTime":1654958292059},{"traceId":"1fd5d66c8e0c95f0","parentId":1129,"name":"build-module-js","id":1153,"timestamp":260580396598,"duration":47026,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/shared/lib/router/router.js"},"startTime":1654958292059},{"traceId":"1fd5d66c8e0c95f0","parentId":1140,"name":"build-module-/shared/lib/router-context","id":1157,"timestamp":260580450566,"duration":42,"tags":{"name":"../shared/lib/router-context"},"startTime":1654958292113},{"traceId":"1fd5d66c8e0c95f0","parentId":1158,"name":"next-swc-transform","id":1159,"timestamp":260580450681,"duration":2615,"tags":{},"startTime":1654958292113},{"traceId":"1fd5d66c8e0c95f0","parentId":1156,"name":"next-swc-loader","id":1158,"timestamp":260580450638,"duration":2667,"tags":{},"startTime":1654958292113},{"traceId":"1fd5d66c8e0c95f0","parentId":1140,"name":"build-module-js","id":1156,"timestamp":260580450437,"duration":3810,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/with-router.js"},"startTime":1654958292113},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/mitt","id":1161,"timestamp":260580455138,"duration":31,"tags":{"name":"../mitt"},"startTime":1654958292118},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/page-path/denormalize-page-path","id":1164,"timestamp":260580458027,"duration":27,"tags":{"name":"../page-path/denormalize-page-path"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/i18n/normalize-locale-path","id":1165,"timestamp":260580458080,"duration":9,"tags":{"name":"../i18n/normalize-locale-path"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/is-dynamic","id":1166,"timestamp":260580458099,"duration":7,"tags":{"name":"./utils/is-dynamic"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/parse-relative-url","id":1167,"timestamp":260580458114,"duration":6,"tags":{"name":"./utils/parse-relative-url"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/querystring","id":1168,"timestamp":260580458128,"duration":6,"tags":{"name":"./utils/querystring"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/resolve-rewrites","id":1169,"timestamp":260580458140,"duration":6,"tags":{"name":"./utils/resolve-rewrites"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/route-matcher","id":1170,"timestamp":260580458152,"duration":5,"tags":{"name":"./utils/route-matcher"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/route-regex","id":1171,"timestamp":260580458164,"duration":5,"tags":{"name":"./utils/route-regex"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/get-middleware-regex","id":1172,"timestamp":260580458177,"duration":5,"tags":{"name":"./utils/get-middleware-regex"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-/utils/format-url","id":1173,"timestamp":260580458189,"duration":5,"tags":{"name":"./utils/format-url"},"startTime":1654958292121},{"traceId":"1fd5d66c8e0c95f0","parentId":1162,"name":"next-swc-transform","id":1163,"timestamp":260580455321,"duration":5399,"tags":{},"startTime":1654958292118},{"traceId":"1fd5d66c8e0c95f0","parentId":1160,"name":"next-swc-loader","id":1162,"timestamp":260580455274,"duration":5455,"tags":{},"startTime":1654958292118},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-js","id":1160,"timestamp":260580454942,"duration":13359,"tags":{"name":"/Users/joulev/dev/www/ezkomment/node_modules/next/dist/client/route-loader.js"},"startTime":1654958292118},{"traceId":"1fd5d66c8e0c95f0","parentId":1153,"name":"build-module-next/dist/compiled/react-is","id":1174,"timestamp":260580472179,"duration":26,"tags":{"name":"next/dist/compiled/react-is"},"startTime":1654958292135},{"traceId":"1fd5d66c8e0c95f0","parentId":1160,"name":"build-module-/shared/lib/router/utils/get-asset-path-from-route","id":1175,"timestamp":260580473206,"duration":24,"tags":{"name":"../shared/lib/router/utils/get-asset-path-from-route"},"startTime":1654958292136},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"add-entry","id":1045,"timestamp":260549988954,"duration":30484588,"tags":{"request":"private-next-pages/_app"},"startTime":1654958261651},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"make","id":1044,"timestamp":260549960771,"duration":30513098,"tags":{},"startTime":1654958261623},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"webpack-compilation-chunk-graph","id":1177,"timestamp":260580476233,"duration":2615,"tags":{},"startTime":1654958292139},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"webpack-compilation-optimize-modules","id":1179,"timestamp":260580478997,"duration":36,"tags":{},"startTime":1654958292142},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"webpack-compilation-optimize-chunks","id":1180,"timestamp":260580479147,"duration":309,"tags":{},"startTime":1654958292142},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"webpack-compilation-optimize-tree","id":1181,"timestamp":260580479550,"duration":155,"tags":{},"startTime":1654958292142},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"webpack-compilation-optimize","id":1178,"timestamp":260580478934,"duration":1152,"tags":{},"startTime":1654958292142},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"webpack-compilation-hash","id":1182,"timestamp":260580494627,"duration":4599,"tags":{},"startTime":1654958292157},{"traceId":"1fd5d66c8e0c95f0","parentId":1043,"name":"webpack-compilation-seal","id":1176,"timestamp":260580475784,"duration":60169,"tags":{},"startTime":1654958292138},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"webpack-compilation","id":1043,"timestamp":260549959932,"duration":30576391,"tags":{"name":"server"},"startTime":1654958261622},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"emit","id":1183,"timestamp":260580536818,"duration":14933,"tags":{},"startTime":1654958292199},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"make","id":1185,"timestamp":260580569590,"duration":2726,"tags":{},"startTime":1654958292232},{"traceId":"1fd5d66c8e0c95f0","parentId":1184,"name":"webpack-compilation-chunk-graph","id":1187,"timestamp":260580572647,"duration":39,"tags":{},"startTime":1654958292235},{"traceId":"1fd5d66c8e0c95f0","parentId":1184,"name":"webpack-compilation-optimize-modules","id":1189,"timestamp":260580572716,"duration":204,"tags":{},"startTime":1654958292235},{"traceId":"1fd5d66c8e0c95f0","parentId":1184,"name":"webpack-compilation-optimize-chunks","id":1190,"timestamp":260580572952,"duration":21,"tags":{},"startTime":1654958292236},{"traceId":"1fd5d66c8e0c95f0","parentId":1184,"name":"webpack-compilation-optimize-tree","id":1191,"timestamp":260580572999,"duration":10,"tags":{},"startTime":1654958292236},{"traceId":"1fd5d66c8e0c95f0","parentId":1184,"name":"webpack-compilation-optimize","id":1188,"timestamp":260580572704,"duration":350,"tags":{},"startTime":1654958292235},{"traceId":"1fd5d66c8e0c95f0","parentId":1184,"name":"webpack-compilation-hash","id":1192,"timestamp":260580573266,"duration":101,"tags":{},"startTime":1654958292236},{"traceId":"1fd5d66c8e0c95f0","parentId":1184,"name":"webpack-compilation-seal","id":1186,"timestamp":260580572471,"duration":2037,"tags":{},"startTime":1654958292235},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"webpack-compilation","id":1184,"timestamp":260580563546,"duration":11034,"tags":{"name":"edge-server"},"startTime":1654958292226},{"traceId":"1fd5d66c8e0c95f0","parentId":1,"name":"emit","id":1193,"timestamp":260580574635,"duration":23506,"tags":{},"startTime":1654958292237}] ```

I also ran trace-to-tree.mjs (and from that I identified one issue which led to a 20 seconds improvement in next dev). The server compilation time is reported to be 31 seconds (out of total 36.2s), but everything inside that looks alright to me, and I can't see how the numbers add up to 31s:

trace-to-tree.mjs output ``` hot reloader โ”œโ”€ start 413 ms (self 2 ยตs) โ”‚ โ”œโ”€ clean 3.6 ms โ”‚ โ””โ”€ get-webpack-config 408 ms โ”‚ โ”œโ”€ get-page-paths 865 ยตs โ”‚ โ”œโ”€ create-pages-mapping 461 ยตs โ”‚ โ”œโ”€ create-entrypoints 2.2 ms โ”‚ โ””โ”€ generate-webpack-config 404 ms โ”œโ”€ client compilation 5.4s โ”‚ โ”œโ”€ entry next/dist/compiled/@next/react-refresh-utils/runtime.js โ”‚ โ”œโ”€ entry next/dist/client/dev/amp-dev โ”‚ โ”œโ”€ entry next/dist/client/next-dev.js โ”‚ โ”œโ”€ entry next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app! โ”‚ โ”œโ”€ entry next/dist/client/router.js โ”‚ โ”œโ”€ entry next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error! โ”‚ โ”œโ”€ module next (next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=private-next-pages%2F_app&page=%2F_app!) 4.6s (total 12s, self 24 ms) [next-client-pages-loader 596 ยตs] โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/pages/_app.tsx 4.2s (total 12s, self 13 ms) [next-swc-loader 5 ms] โ”‚ โ”‚ โ”œโ”€ module react (react/jsx-dev-runtime.js + 1) 22 ms (self 42 ms) [read-resource 33 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/components/anchor.tsx 3s (total 2.8s, self 35 ms) [next-swc-loader 34 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module next (next/link.js + 2) 2.6s (self 2.6s) [read-resource 2.6s, next-swc-loader 9.9 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module clsx (clsx/dist/clsx.m.js) 151 ms [read-resource 150 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/components/postHeading.tsx 4s (total 375 ms, self 34 ms) [next-swc-loader 33 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module @mui/icons-material (@mui/icons-material/TagOutlined.js + 1) 1.2s (total 341 ms, self 62 ms) [read-resource 61 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module react (react/jsx-runtime.js + 1) 3.5 ms (self 17 ms) [read-resource 8.5 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module @babel/runtime (@babel/runtime/helpers/interopRequireDefault.js) 3.2 ms [read-resource 2.9 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module @mui/material (@mui/material/utils/index.js + 38) 769 ms (total 280 ms, self 1.1s) [read-resource 1s] โ”‚ โ”‚ โ”‚ โ”œโ”€ module @babel/runtime (@babel/runtime/helpers/esm/extends.js) 4.5 ms [read-resource 2.1 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module @mui/base (@mui/base/className/index.js) 4.6 ms [read-resource 4.1 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module @mui/utils (@mui/utils/esm/index.js + 40) 167 ms (total 38 ms, self 587 ms) [read-resource 557 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module prop-types (prop-types/index.js + 4) 106 ms (total 33 ms, self 88 ms) [read-resource 75 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module react-is (react-is/index.js + 1) 15 ms (self 55 ms) [read-resource 53 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module next (next/dist/build/polyfills/object-assign.js) 15 ms [read-resource 14 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module react-is (react-is/index.js + 1) 1.8 ms (self 9.2 ms) [read-resource 4.9 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module @babel/runtime (@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js) 3.8 ms [read-resource 3.1 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module @mui/base (@mui/base/index.js + 118) 487 ms (total 7.2 ms, self 8.2s) [read-resource 8.1s] โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module @popperjs/core (@popperjs/core/lib/index.js + 57) 2.3 ms (self 1s) [read-resource 1s] โ”‚ โ”‚ โ”‚ โ””โ”€ module @mui/system (@mui/system/esm/index.js + 50) 589 ms (total 219 ms, self 2.5s) [read-resource 2.4s] โ”‚ โ”‚ โ”‚ โ”œโ”€ module @mui/styled-engine (@mui/styled-engine/index.js + 4) 246 ms (total 207 ms, self 63 ms) [read-resource 60 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module @emotion/styled (@emotion/styled/dist/emotion-styled.browser.esm.js + 1) 142 ms (total 85 ms, self 22 ms) [read-resource 20 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module @emotion/is-prop-valid (@emotion/is-prop-valid/dist/emotion-is-prop-valid.browser.esm.js) 29 ms [read-resource 20 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module @emotion/utils (@emotion/utils/dist/emotion-utils.browser.esm.js) 32 ms [read-resource 30 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module @emotion/serialize (@emotion/serialize/dist/emotion-serialize.browser.esm.js) 56 ms (total 20 ms, self 15 ms) [read-resource 11 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module @emotion/hash (@emotion/hash/dist/hash.browser.esm.js) 2.2 ms [read-resource 1.5 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module @emotion/unitless (@emotion/unitless/dist/unitless.browser.esm.js) 2.6 ms [read-resource 2.4 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module @emotion/react (@emotion/react/dist/emotion-react.browser.esm.js + 2) 146 ms (total 82 ms, self 50 ms) [read-resource 44 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module hoist-non-react-statics (hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js) 59 ms (total 21 ms, self 20 ms) [read-resource 19 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module react-is (react-is/index.js + 1) 1.2 ms (self 3.7 ms) [read-resource 1.5 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module @emotion/cache (@emotion/cache/dist/emotion-cache.browser.esm.js) 57 ms (total 25 ms, self 18 ms) [read-resource 15 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module stylis (stylis/index.js + 7) 1.3 ms (self 49 ms) [read-resource 39 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module @emotion/memoize (@emotion/memoize/dist/emotion-memoize.browser.esm.js) 1.7 ms [read-resource 1.3 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module @emotion/sheet (@emotion/sheet/dist/emotion-sheet.browser.esm.js) 4 ms [read-resource 2.6 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module @emotion/weak-memoize (@emotion/weak-memoize/dist/weak-memoize.browser.esm.js) 30 ms [read-resource 29 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module @mui/private-theming (@mui/private-theming/index.js + 6) 3.7 ms (self 144 ms) [read-resource 141 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/layouts/errors.tsx 3s (total 434 ms, self 160 ms) [next-swc-loader 156 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module next (next/head.js) 49 ms [read-resource 48 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module next (next/image.js + 1) 49 ms (self 157 ms) [read-resource 48 ms, next-swc-loader 84 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/components/buttons.tsx 246 ms (total 44 ms, self 40 ms) [next-swc-loader 37 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/client/components/utils/iconAndLabel.tsx 4.5 ms [next-swc-loader 3.2 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/public/images/logo.svg 133 ms [read-resource 129 ms, next-image-loader 3 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/context/breakpoint.ts 156 ms [next-swc-loader 154 ms] โ”‚ โ”‚ โ”œโ”€ module @mdx-js/react (@mdx-js/react/index.js + 1) 173 ms (self 217 ms) [read-resource 213 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/context/mode.ts 156 ms [next-swc-loader 155 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/hooks/nprogress.ts 2.7s (total 64 ms, self 7.4 ms) [next-swc-loader 6.3 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module nprogress (nprogress/nprogress.js) 57 ms [read-resource 51 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/hooks/theme.ts 9.1 ms [next-swc-loader 7.2 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/hooks/breakpoint.ts 2.7s (total 23 ms, self 13 ms) [next-swc-loader 12 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/config/tailwindTheme.js 9.7 ms [next-swc-loader 8.6 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/styles/globals.css 3.1s (total 5.7s, self 3.5 ms) [next-style-loader 366 ยตs] โ”‚ โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/styles/globals.css 3.1s (total 3.1s, self 3.1s) [read-resource 3.1 ms, postcss-loader 2.5s, css-loader 89 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/styles/prism-theme.css 23 ms [read-resource 5.4 ms, postcss-loader 14 ms, css-loader 2.3 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module next (next/dist/build/webpack/loaders/css-loader/src/runtime/api.js) 25 ms [read-resource 22 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module next (next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoStyleTag.js) 2.6s [read-resource 2.6s] โ”‚ โ”‚ โ””โ”€ module next (next/dist/build/polyfills/process.js + 1) 2.6s (self 2.6s) [read-resource 2.6s] โ”‚ โ”œโ”€ module next (next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=private-next-pages%2F_error&page=%2F_error!) 375 ms (total 24 ms, self 1.9 ms) [next-client-pages-loader 122 ยตs] โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/pages/_error.tsx 22 ms [next-swc-loader 20 ms] โ”‚ โ”œโ”€ module next (next/dist/compiled/@next/react-refresh-utils/runtime.js + 3) 17 ms (self 179 ms) [read-resource 163 ms] โ”‚ โ”œโ”€ module next (next/dist/client/next-dev.js + 34) 3.8s (total 126 ms, self 1.1s) [next-swc-loader 597 ms, read-resource 308 ms] โ”‚ โ”‚ โ”œโ”€ module react-dom (react-dom/client.js) 20 ms [read-resource 20 ms] โ”‚ โ”‚ โ””โ”€ module react-dom (react-dom/index.js + 1) 3.4s (total 30 ms, self 217 ms) [read-resource 70 ms] โ”‚ โ”‚ โ””โ”€ module scheduler (scheduler/index.js + 1) 6.9 ms (self 46 ms) [read-resource 33 ms] โ”‚ โ”œโ”€ module next (next/dist/client/dev/amp-dev.js + 5) 41 ms (self 218 ms) [next-swc-loader 63 ms, read-resource 105 ms] โ”‚ โ”œโ”€ module next (next/dist/client/router.js + 18) 410 ms (total 78 ms, self 597 ms) [next-swc-loader 452 ms, read-resource 55 ms, build-module 777 ยตs] โ”‚ โ”‚ โ””โ”€ module react (react/index.js + 1) 21 ms (self 63 ms) [read-resource 41 ms] โ”‚ โ”œโ”€ webpack-compilation-seal 436 ms โ”‚ โ”œโ”€ webpack-compilation-chunk-graph 15 ms โ”‚ โ”œโ”€ webpack-compilation-optimize 1.3 ms โ”‚ โ”œโ”€ webpack-compilation-optimize-modules 31 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize-chunks 553 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize-tree 138 ยตs โ”‚ โ”œโ”€ webpack-compilation-hash 42 ms โ”‚ โ”œโ”€ NextJsBuildManifest-createassets 2 ms โ”‚ โ””โ”€ NextJsBuildManifest-generateClientManifest 1.1 ms โ”œโ”€ make 4.9s โ”œโ”€ emit 122 ms โ”œโ”€ server compilation 31s โ”‚ โ”œโ”€ entry private-next-pages/_app โ”‚ โ”œโ”€ entry private-next-pages/_error โ”‚ โ”œโ”€ entry private-next-pages/_document โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/pages/_app.tsx 324 ms (total 159 ms, self 17 ms) [next-swc-loader 11 ms] โ”‚ โ”‚ โ”œโ”€ module @mdx-js/react 47 ยตs โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/styles/globals.css 51 ms [read-resource 50 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/components/anchor.tsx 249 ms (total 21 ms, self 13 ms) [next-swc-loader 9.2 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module next (next/link.js + 6) 156 ms (total 8.6 ms, self 114 ms) [read-resource 8.1 ms, next-swc-loader 44 ms] โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ../shared/lib/router-context 42 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ../mitt 31 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ../page-path/denormalize-page-path 27 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ../i18n/normalize-locale-path 9 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/is-dynamic 7 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/parse-relative-url 6 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/querystring 6 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/resolve-rewrites 6 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/route-matcher 5 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/route-regex 5 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/get-middleware-regex 5 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module ./utils/format-url 5 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€ module next/dist/compiled/react-is 26 ยตs โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€ module ../shared/lib/router/utils/get-asset-path-from-route 24 ยตs โ”‚ โ”‚ โ”‚ โ””โ”€ module clsx 19 ยตs โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/components/postHeading.tsx 98 ms (total 9 ms, self 9 ms) [next-swc-loader 7.4 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module @mui/icons-material/TagOutlined 12 ยตs โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/context/breakpoint.ts 7.5 ms [next-swc-loader 6.9 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/context/mode.ts 13 ms [next-swc-loader 12 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/hooks/breakpoint.ts 115 ms (total 18 ms, self 11 ms) [next-swc-loader 9.6 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/config/tailwindTheme.js 7.3 ms [next-swc-loader 6.6 ms] โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/hooks/nprogress.ts 92 ms (total 12 ms, self 12 ms) [next-swc-loader 11 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module next/router 16 ยตs โ”‚ โ”‚ โ”‚ โ””โ”€ module nprogress 32 ยตs โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/client/hooks/theme.ts 9.6 ms [next-swc-loader 7.5 ms] โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/pages/_error.tsx 245 ms (total 36 ms, self 8.3 ms) [next-swc-loader 6.6 ms] โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/client/layouts/errors.tsx 173 ms (total 28 ms, self 8 ms) [next-swc-loader 3.6 ms] โ”‚ โ”‚ โ”œโ”€ module react 35 ยตs โ”‚ โ”‚ โ”œโ”€ module next/head 35 ยตs โ”‚ โ”‚ โ”œโ”€ module next (next/image.js + 2) 79 ms (total 5.7 ms, self 63 ms) [read-resource 5.3 ms, next-swc-loader 34 ms] โ”‚ โ”‚ โ”‚ โ”œโ”€ module ../shared/lib/head 33 ยตs โ”‚ โ”‚ โ”‚ โ”œโ”€ module ../shared/lib/image-config 15 ยตs โ”‚ โ”‚ โ”‚ โ”œโ”€ module ../shared/lib/image-config-context 12 ยตs โ”‚ โ”‚ โ”‚ โ””โ”€ module ../shared/lib/utils 10 ยตs โ”‚ โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/client/components/buttons.tsx 60 ms (total 7.9 ms, self 3.8 ms) [next-swc-loader 2 ms] โ”‚ โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/client/components/utils/iconAndLabel.tsx 4 ms [next-swc-loader 3 ms] โ”‚ โ”‚ โ””โ”€ module /Users/joulev/dev/www/ezkomment/public/images/logo.svg 6.1 ms [read-resource 3.4 ms, next-image-loader 2 ms] โ”‚ โ”œโ”€ module /Users/joulev/dev/www/ezkomment/pages/_document.tsx 172 ms (total 13 ms, self 6.7 ms) [next-swc-loader 2 ms] โ”‚ โ”‚ โ”œโ”€ module react/jsx-dev-runtime 226 ยตs โ”‚ โ”‚ โ””โ”€ module next (next/document.js + 6) 114 ms (total 5.8 ms, self 130 ms) [read-resource 45 ms, next-swc-loader 33 ms] โ”‚ โ”‚ โ”œโ”€ module ../server/get-page-files 13 ยตs โ”‚ โ”‚ โ”œโ”€ module ../server/utils 12 ยตs โ”‚ โ”‚ โ”œโ”€ module ../server/htmlescape 14 ยตs โ”‚ โ”‚ โ”œโ”€ module ../shared/lib/constants 39 ยตs โ”‚ โ”‚ โ”œโ”€ module ../shared/lib/html-context 19 ยตs โ”‚ โ”‚ โ”œโ”€ module ../shared/lib/head-manager-context 30 ยตs โ”‚ โ”‚ โ””โ”€ module ../shared/lib/is-plain-object 15 ยตs โ”‚ โ”œโ”€ webpack-compilation-seal 60 ms โ”‚ โ”œโ”€ webpack-compilation-chunk-graph 2.6 ms โ”‚ โ”œโ”€ webpack-compilation-optimize 1.2 ms โ”‚ โ”œโ”€ webpack-compilation-optimize-modules 36 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize-chunks 309 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize-tree 155 ยตs โ”‚ โ””โ”€ webpack-compilation-hash 4.6 ms โ”œโ”€ make 31s โ”œโ”€ emit 15 ms โ”œโ”€ edge-server compilation 11 ms โ”‚ โ”œโ”€ webpack-compilation-seal 2 ms โ”‚ โ”œโ”€ webpack-compilation-chunk-graph 39 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize 350 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize-modules 204 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize-chunks 21 ยตs โ”‚ โ”œโ”€ webpack-compilation-optimize-tree 10 ยตs โ”‚ โ””โ”€ webpack-compilation-hash 101 ยตs โ”œโ”€ make 2.7 ms โ””โ”€ emit 24 ms โœจ Done in 0.60s. ```

Could you please see what is wrong here? Thanks.

oalexdoda commented 2 years ago

I've experienced the issue with @mui/material and my own npm package @gorazdo/tomui The problem comes from a lot of modules to process (11k) like in this article Unfortunately, this solution doesn't work. The problem is the regex (which is a completely mysterious thing for a non-rust developer. I've even tried Rust Regex online tool ), with no luck.

My Solution (3-5 times faster)

decreased 3-5 times dev build/rebuild/fast-refresh time decreased amount of modules by 10 times from 11k to 1k modules.

I've managed it using the following config:

    modularizeImports: {
      '@gorazdo/tomui': {
        transform: '@gorazdo/tomui/{{member}}',
      },
      '@mui/material': {
        transform: '@mui/material/{{member}}',
      },
      '@mui/icons-material/?(((\\w*)?/?)*)': {
        transform: '@mui/icons-material/{{ matches.[1] }}/{{member}}',
      },
    },

But I had to update imports manually for useTheme, ThemeProvider, styled, lighten and darken in my case

from:

import { Box, lighten, Typography, styled } from '@mui/material'
// for lighten and styled the regex didn't work neither the simple {{member}} way. so it is manually changed

to

import { Typography, Box } from '@mui/material'
import { styled, lighten } from '@mui/material/styles' 

To fix my library I had to use default export for each file which is going to be modularized.

Questions

  1. How to deal with this regex to make it work with @mui/material ?
  2. How to deal with modularization of files that have only named exports?
  3. Can we automate modularization somehow?

Hey @Carduelis , managed to find a regex that works with hooks and stuff? Thanks!

zigang93 commented 2 years ago

I've experienced the issue with @mui/material and my own npm package @gorazdo/tomui The problem comes from a lot of modules to process (11k) like in this article Unfortunately, this solution doesn't work. The problem is the regex (which is a completely mysterious thing for a non-rust developer. I've even tried Rust Regex online tool ), with no luck.

My Solution (3-5 times faster)

decreased 3-5 times dev build/rebuild/fast-refresh time decreased amount of modules by 10 times from 11k to 1k modules.

I've managed it using the following config:

    modularizeImports: {
      '@gorazdo/tomui': {
        transform: '@gorazdo/tomui/{{member}}',
      },
      '@mui/material': {
        transform: '@mui/material/{{member}}',
      },
      '@mui/icons-material/?(((\\w*)?/?)*)': {
        transform: '@mui/icons-material/{{ matches.[1] }}/{{member}}',
      },
    },

But I had to update imports manually for useTheme, ThemeProvider, styled, lighten and darken in my case

from:

import { Box, lighten, Typography, styled } from '@mui/material'
// for lighten and styled the regex didn't work neither the simple {{member}} way. so it is manually changed

to

import { Typography, Box } from '@mui/material'
import { styled, lighten } from '@mui/material/styles' 

To fix my library I had to use default export for each file which is going to be modularized.

Questions

  1. How to deal with this regex to make it work with @mui/material ?
  2. How to deal with modularization of files that have only named exports?
  3. Can we automate modularization somehow?

this work really well.. I finally able to remove that .babelrc file

ctotheameron commented 2 years ago

๐Ÿ‘‹ @timneutkens - a bit late to the party here and not sure if you're still reviewing these, but I'm seeing some extreme startup times on next dev

event - compiled client and server successfully in 609.1s (1709 modules)

Strangely, next build is relatively quick in comparison.

See attached: https://gist.github.com/ctotheameron/4737a779386aac592d3f7fde13016d83

Edit: I should note that this just started happening to me when I upgraded to a newer version of node (16.14.0). When I rollback to 14.19.0 it's taking ~ 1660 ms. However, other engineers on my team are seeing the multi-minute startup times on any version of node ๐Ÿคท .

timneutkens commented 2 years ago

Hey @ctotheameron, I had a look at the trace file and it seems that the slowdown is coming from vanilla-extract. If you have a look at the output of our trace file interpreter: https://gist.github.com/timneutkens/52f5cf1d1991b2789fbaa81885638c00 (you can run it yourself, it's this script: https://github.com/vercel/next.js/blob/canary/scripts/trace-to-tree.mjs)

It seems the large majority of the time spent is caused by the plugin added: https://gist.github.com/ctotheameron/4737a779386aac592d3f7fde13016d83#file-next-config-js-L2-L3

gehaktmolen commented 2 years ago

@Carduelis which next version are you using? I can't use modularizeImports with version 12.2.0; " You have defined experimental feature (modularizeImports) in next.config.js that does not exist in this version of Next.js. Please remove it from your configuration."

I am experiencing the same problem as you though, when including material ui version 5.

Anyway. I started a new next project for giggles. Noticed the following already; Adding Sentry.io increases initial compile time from about 200ms to 10 seconds, and loading a clean index page increases compile time from 1 second to 15 seconds, with almost the same amount of modules (in my case 333).

Also making sure that you import your mui components as import Card from '@mui/material/Card, instead of import { Card } from '@mui/material'; will help out significantly.

pcmaffey commented 2 years ago

Is there a way to lazily compile linked pages in the background once the current page is done?

apostolos107 commented 2 years ago

Hello, @timneutkens. We have a similar slowdown problem. Here is our trace Could you have a look?

shunsusa commented 1 year ago

Enabling swcMinify might speed things up.

// next.config.js
    swcMinify: true,
bayucandra commented 1 year ago

trace-result.txt

Hi, attached is my trace result. Besides I have a common problem which is about material-ui, seems I have a problem with my redux import. Is that correct?

I am using Next v10.2.3. Node v16.

I am pretty confused about how to analyze that because it is in my project directory, not inside node_modules directory. Please let me know your advice guys. Thanks in advance.

apostolos107 commented 1 year ago

we can't use swcMinify: true because we use babel in order to use antd components. Is any way to speed up our build or import antd components with swc compiler? As I posted above this our trace, babel config and next config

lveillard commented 1 year ago

In case it helps somebody, in our case the line causing the extremely slow compilation was this one:

//tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
  // eslint-disable-next-line global-require, import/no-extraneous-dependencies
  presets: [require('tailwind-preset')],
  content: [
    './src/app/**/*.{js,ts,jsx,tsx}',
    './src/pages/**/*.{js,ts,jsx,tsx}',
    './src/components/**/*.{js,ts,jsx,tsx}',
    './src/layout/**/*.{js,ts,jsx,tsx}',
    '../../packages/ui/**/*.{js,ts,jsx,tsx}', // THIS ONE!
  ],
};

In our case we are using turborepo and when adding the package/ui the compilation time goes from 2-5 seconds to >500 seconds

agyarmati commented 1 year ago

For reference, in our case the slow dev experience was caused by the app getting compiled twice, which is a known issue in 12.2.5: https://github.com/vercel/next.js/discussions/39901 Updating to 12.3.1 fixed the issue completely.

anthonyalayo commented 1 year ago

To add to what @ValentinH said and @Carduelis said, the issue is not with Next.js, it is with @mui and webpack. I ended up filing an RFC on @mui here which covers a lot of the details.

While the link above has details explaining the issue, I can reiterate here. Webpack must traverse all imports when running in either dev or prod, as it does not know how to / can't optimize at the code level. It is only when terser (a webpack default plugin) minifies bundles that you end up with the "tree shaken" version.

With any barrel file, your development server will have all modules (and their imports... and their imports...) loaded into memory while it's running. This also happens when building, but it is more hidden since you aren't running an HMR server at the same time.

The best solution, which I also recommended @mui to do internally, is to configure either a babel or swc plugin to transform your imports. @mui ironically has docs on that here. This will allow you to keep the DX you want while significantly speeding up your webpack builds.

I think we should consider this issue closed.

Vallo commented 1 year ago

Is there a way to modularizeImports or somehow optimise the bundling when an external package is importing @mui/icons-material incorrectly?

Currently I am using @solana/wallet-adapter-material-ui which uses @mui/icons-material like this:

import { FileCopy as CopyIcon, LinkOff as DisconnectIcon, SwapHoriz as SwitchIcon } from '@mui/icons-material';

When compiling with this library, it results in 14162 modules. If I remove it, I get just 3332 modules.

Is there a way to optimise it? Thanks

anthonyalayo commented 1 year ago

@Vallo not without changing it, I also had to do the same for a library I was using.

rtroncoso commented 1 year ago

In case it helps somebody, in our case the line causing the extremely slow compilation was this one:

//tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
  // eslint-disable-next-line global-require, import/no-extraneous-dependencies
  presets: [require('tailwind-preset')],
  content: [
    './src/app/**/*.{js,ts,jsx,tsx}',
    './src/pages/**/*.{js,ts,jsx,tsx}',
    './src/components/**/*.{js,ts,jsx,tsx}',
    './src/layout/**/*.{js,ts,jsx,tsx}',
    '../../packages/ui/**/*.{js,ts,jsx,tsx}', // THIS ONE!
  ],
};

In our case we are using turborepo and when adding the package/ui the compilation time goes from 2-5 seconds to >500 seconds

fixed it for me, thanks!

sneko commented 1 year ago

@anthonyalayo to be honest I tried what you pointed https://mui.com/material-ui/guides/minimizing-bundle-size/#option-two-use-a-babel-plugin and it did not do much about speed :(

It's a total disaster ^^... 30 seconds to launch my next dev, and for each page is about 10s, welcome to 2023 :D

If you have other tips I take ๐Ÿ‘

pimmee commented 1 year ago

I think we should consider this issue closed. @anthonyalayo

I've added the modularizeImports MUI transforms and tried 10 other things mentioned in other places, but still the DX with NextJS is very bad for many people due to extremely slow page loads. The DX in other tools in the ecosystem (e.g. vite, even create-react-app) don't suffer from this, so I don't think this issue should be closed.

The development experience with NextJS is advertised greatly by Vercel, so it is frustrating when it does not live up to its promises.

This is how the compiling look like during a page navigation in my fairly large project:

image

Here's some screenshots when I tried adding dependencies one by one in a new project with next 13.1.6: image

After adding date-fns: image

After adding modularizeImport on date-fns: image

So the modularizeImports definitely works, but only a small number of libraries organizes their imports in a way that is compatible.

After adding @mui/x-data-grid (@mui/material, @mui/icons-material, date-fns, @mui/x-data-grid in total) image

With ~1400 modules compiled and taking 1.7 seconds for page load in an empty project just by adding a few dependencies, it's easy to see how it gets out of hand in a large project.

I wonder if a lot of the slow page loading is due to prefetching of pages? In the following screenshot I hovered my mouse over a few links in my sidebar before navigating which seems to create a waterfall effect and cause delay.

image

If NextJS cannot improve the page load performance due to Webpack, I still think it can help with tooling to improve the DX. For example:

Happy to share private repo with NextJS developers if it helps solving this issue.

timneutkens commented 1 year ago

You can visualize the trace yourself using canary/scripts/trace-to-tree.mjs if you're curious.

node scripts/trace-to-tree.mjs /path/to/trace

Option to disable prefetching globally in development

Prefetching is disabled in development for pages. For app it's enabled but only on hover. If you want to completely disable prefetching you can pass prefetch={false}.

Debug option to log which modules was compiled

See above.

Automatically detect libraries compatible with modularizeImport and do it automatically

This is potentially breaking which is why we don't have a default config.


Overall the issues with large amounts of modules was one the reasons we started building Turbopack: https://turbo.build/pack. Which is currently in alpha. It's a completely new architecture to allow processing many more modules quickly, including for next build.