\n\nI updated to Nuxt UI 3 and deployed it on June 30, and from the next day onwards, my rankings have plummeted.\n\n\u003Cimg width=\"1340\" height=\"395\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4f1af322-2237-4f74-853a-6c7fa6b7fd9e\" />\n\n\u003Cimg width=\"458\" height=\"385\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/273c66c7-333f-413f-9deb-435d2c293efa\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3052,3053,3054],{"name":3035,"color":3036},{"name":3038,"color":3039},{"name":3041,"color":3042},4507,"Significant SEO and LCP Performance Drop After Updating to Nuxt UI 3","2025-07-11T18:09:12Z","https://github.com/nuxt/ui/issues/4507",0.6832687,{"description":3061,"labels":3062,"number":3067,"owner":3025,"repository":3025,"state":3026,"title":3068,"updated_at":3069,"url":3070,"score":3071},"### Environment\n\nNuxt project info: 12:44:36\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.10.3\r\n- CLI Version: 3.10.1\r\n- Nitro Version: 2.8.1\r\n- Package Manager: pnpm@8.11.0\r\n- Builder: -\r\n- User Config: modules, vue, experimental, pinia, piniaPersistedstate, css, colorMode, nitro, app, devtools\r\n- Runtime Modules: @vueuse/nuxt@10.9.0, @pinia/nuxt@0.5.1, @nuxtjs/color-mode@3.3.2, @unocss/nuxt@0.58.5, @nuxtjs/device@3.1.1, @formkit/auto-animate/nuxt@0.8.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @element-plus/nuxt@1.0.7, @nuxt/ui@2.14.2\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://github.com/besscroft/kamera\n\n### Describe the bug\n\npnpm run dev\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3063,3064],{"name":3019,"color":3020},{"name":3065,"color":3066},"windows","C681FD",26211,"Slow dev startup on Windows","2025-03-24T22:33:54Z","https://github.com/nuxt/nuxt/issues/26211",0.68731713,{"description":3073,"labels":3074,"number":3079,"owner":3025,"repository":3025,"state":3080,"title":3081,"updated_at":3082,"url":3083,"score":3084},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: 2.14.6\r\n- node: 12.16.1\r\n\r\n\r\n### What is actually happening?\r\nI just don't have a link to some demo code snippet.\r\nWhile I have started moving our project from `laravel blade` to `nuxtjs`. `npm run dev` compilation speed was nice in the start but\r\nafter the pages, has increased, now it's taking more then ~20 sec each time even if I made a change of just a blank space.\r\n\u003Cbr>\r\nHere is the `nuxt.config.js` file:\r\n\r\n```\r\nimport colors from 'vuetify/es5/util/colors'\r\n\r\nexport default {\r\n // Target (https://go.nuxtjs.dev/config-target)\r\n target: 'static',\r\n\r\n // Global page headers (https://go.nuxtjs.dev/config-head)\r\n head: {\r\n titleTemplate: '%s - app',\r\n title: 'app',\r\n meta: [\r\n { charset: 'utf-8' },\r\n { name: 'viewport', content: 'width=device-width, initial-scale=1' },\r\n { hid: 'description', name: 'description', content: '' }\r\n ],\r\n link: [\r\n { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }\r\n ]\r\n },\r\n\r\n // Global CSS (https://go.nuxtjs.dev/config-css)\r\n css: [\r\n '@mdi/font/css/materialdesignicons.css',\r\n\r\n '@/assets/css/bootstrap-utilities.min.css',\r\n\r\n '@/assets/scss/style.scss',\r\n\r\n '@/assets/vendor/icomoon/style.css',\r\n '@/assets/vendor/icomoon-2/style.css',\r\n\r\n ],\r\n\r\n // Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)\r\n plugins: [\r\n { src: '~/plugins/persistedState.client.js' }\r\n ],\r\n\r\n // Auto import components (https://go.nuxtjs.dev/config-components)\r\n components: true,\r\n\r\n // Modules for dev and build (recommended) (https://go.nuxtjs.dev/config-modules)\r\n buildModules: [\r\n // https://go.nuxtjs.dev/vuetify\r\n '@nuxtjs/vuetify',\r\n\r\n '@nuxtjs/google-fonts',\r\n ],\r\n\r\n // Modules (https://go.nuxtjs.dev/config-modules)\r\n modules: [\r\n // https://go.nuxtjs.dev/axios\r\n '@nuxtjs/axios',\r\n // https://go.nuxtjs.dev/pwa\r\n '@nuxtjs/pwa',\r\n ],\r\n\r\n // Axios module configuration (https://go.nuxtjs.dev/config-axios)\r\n axios: {},\r\n\r\n // Vuetify module configuration (https://go.nuxtjs.dev/config-vuetify)\r\n vuetify: {\r\n treeShake: true,\r\n customVariables: ['~/assets/variables.scss'],\r\n theme: {\r\n dark: false,\r\n themes: {\r\n dark: {\r\n primary: colors.blue.darken2,\r\n accent: colors.grey.darken3,\r\n secondary: colors.amber.darken3,\r\n info: colors.teal.lighten1,\r\n warning: colors.amber.base,\r\n error: colors.deepOrange.accent4,\r\n success: colors.green.accent3\r\n },\r\n light: {\r\n primary: '#00b4d8',\r\n secondary: '#06d6a0'\r\n },\r\n }\r\n },\r\n icons: {\r\n iconfont: 'mdi'\r\n }\r\n },\r\n\r\n // Build Configuration (https://go.nuxtjs.dev/config-build)\r\n build: {\r\n loaders: {\r\n vue: {\r\n prettify: false\r\n }\r\n },\r\n parallel: true,\r\n cache: true,\r\n hardSource: true,\r\n },\r\n\r\n googleFonts: {\r\n families: {\r\n 'Open+Sans': {\r\n wght: [300, 400, 600, 700, 800],\r\n ital: [400]\r\n },\r\n Montserrat: {\r\n wght: [200, 300, 500, 600, 700, 800],\r\n },\r\n },\r\n\r\n display: 'swap',\r\n\r\n preload: true,\r\n },\r\n\r\n\r\n env: {\r\n ENVIRONMENT: 'development',\r\n CURRENCY_SYMBOL: '£',\r\n LOCAL_API_URL: 'http://localhost/api/v2/c/',\r\n }\r\n}\r\n\r\n``` \r\n\r\n\r\n### What is Expected?\r\n\r\nThe build speed should be normal like up to ~4-5 sec maximum, the speed which is now will take me to build my new app in months which I planned to build in weeks using nuxtjs.\r\n",[3075,3076],{"name":3019,"color":3020},{"name":3077,"color":3078},"2.x","d4c5f9",8551,"closed","NuxtJS `npm run dev` is too slow, taking more than ~20 sec to compile for hot reloading","2023-01-22T15:38:24Z","https://github.com/nuxt/nuxt/issues/8551",0.6671913,{"description":3086,"labels":3087,"number":3096,"owner":3025,"repository":3025,"state":3080,"title":3097,"updated_at":3098,"url":3099,"score":3100},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v16.19.1\r\n- Nuxt Version: 3.4.3\r\n- Nitro Version: 2.3.3\r\n- Package Manager: npm@8.19.3\r\n- Builder: vite\r\n- User Config: css, modules, postcss, rootDir, runtimeConfig, vuefire\r\n- Runtime Modules: nuxt-vitest@0.6.10, nuxt-vuefire@0.1.6, @pinia/nuxt@0.4.9\r\n- Build Modules: -\n\n### Reproduction\n\nStart a nuxt project, run npm run dev and then open the site in the browser, now go make a coffee.\n\n### Describe the bug\n\nAfter running: npm run dev, and opening the site in the browser, that initial request takes 2-3 minutes. After that, refreshes are instant.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3088,3091,3092,3093],{"name":3089,"color":3090},"3.x","29bc7f",{"name":3035,"color":3036},{"name":3065,"color":3066},{"name":3094,"color":3095},"❗ p4-important","D93F0B",20596,"Nuxt extremely slow on initial request","2025-03-17T20:53:51Z","https://github.com/nuxt/nuxt/issues/20596",0.66893923,{"description":3102,"labels":3103,"number":3108,"owner":3025,"repository":3025,"state":3080,"title":3109,"updated_at":3110,"url":3111,"score":3112},"### Environment\n\nNuxt project info: 6:37:53 PM\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.15.1\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@2.19.2, nuxt-monaco-editor@1.3.1, @element-plus/nuxt@1.1.0\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nThis is my `nuxt.config.js`:\n\n```js\nexport default defineNuxtConfig({\n\tdevtools: { enabled: true },\n\tssr:true,\n\tdevServer:{\n\t\thost:\"0.0.0.0\",\n\t\tport:8001,\n\t},\n\tmodules: [\"@nuxt/ui\", \"nuxt-monaco-editor\", '@element-plus/nuxt'],\n\tplugins:[{\n\t\tsrc:\"~/plugins/router.js\",\n\t\tssr:false,\n\t}],\n\talias: {\n\t\t'css':\"/assets/css\",\n\t\t'font':\"/assets/font\",\n\t\t\"comps\":\"/components\",\n\t\t\"pages\":\"/pages\"\n\t},\n\tcss:[\"css/index.css\"],\n\tcompatibilityDate: \"2024-08-05\",\n})\n```\n\nVery simple, but I found that in the DEV mode, devServer will load the modules' file (in the node_modules) for many times repeatly!\n\nThese 3 modules generated about 2k js files needing to load, which spend about 2minutes to load a page, but when I just modify a little bit part of my code(or just wait for some time without doing anything), the version of the js files changed, so I need to load them again!\n\n\n\nOnly the js files for the 3 modules would be loaded for many times, others wouldn't.\n\n\n### Describe the bug\n\nLike the above, in the loading time, I could do nothing but waiting.There is no response after clicking the link, button or other item.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3104,3105],{"name":3019,"color":3020},{"name":3106,"color":3107},"needs reproduction","FBCA04",29945,"Extremely slow due to the Nuxt Modules!!! I even can not bear that!","2024-11-16T20:32:02Z","https://github.com/nuxt/nuxt/issues/29945",0.6694275,{"labels":3114,"number":3117,"owner":3025,"repository":3025,"state":3080,"title":3118,"updated_at":3119,"url":3120,"score":3121},[3115,3116],{"name":3019,"color":3020},{"name":3077,"color":3078},6279,"nuxt.js vuex performance compared to vue.js + vuex","2023-01-22T15:34:44Z","https://github.com/nuxt/nuxt/issues/6279",0.6697116,{"description":3123,"labels":3124,"number":3127,"owner":3025,"repository":3025,"state":3080,"title":3128,"updated_at":3129,"url":3130,"score":3131},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: 2.15.8\r\n- node: v16.14.2\r\n\r\nI've been developing it for over 7 months, I'd like to know if it's normal for other people. because I feel it is very slow before being able to refresh each time Especially when developing with TailwindCSS it is slower than waiting for it to respond.\r\n\r\nI use SSR and WSL2 and i think it is not from WSL2 and Docker because its api is very fast.\r\n\r\n```\r\npage response time: 3-6s sometimes 7-10s\r\ndev build client: 8-30s\r\ndev build server: 9-35s\r\n```\r\n\r\nMy files\r\n```\r\nIn folder pages: 40+\r\nIn folder components: 60+\r\nIn forder plugins: 19\r\n```\r\n\r\n```\r\n\"dependencies\": {\r\n \"@kangc/v-md-editor\": \"^1.7.8\",\r\n \"@nuxt/babel-preset-app\": \"^2.15.8\",\r\n \"@nuxtjs/auth-next\": \"5.0.0-1642502410.8e1c713\",\r\n \"@nuxtjs/axios\": \"^5.13.6\",\r\n \"@nuxtjs/composition-api\": \"^0.31.0\",\r\n \"@nuxtjs/feed\": \"^2.0.0\",\r\n \"@nuxtjs/proxy\": \"^2.1.0\",\r\n \"@nuxtjs/robots\": \"^2.5.0\",\r\n \"@nuxtjs/sitemap\": \"^2.4.0\",\r\n \"@tailwindcss/forms\": \"^0.5.2\",\r\n \"@tailwindcss/line-clamp\": \"^0.3.1\",\r\n \"@vueform/multiselect\": \"^2.3.1\",\r\n \"@vueuse/core\": \"^7.5.4\",\r\n \"core-js\": \"3\",\r\n \"date-fns\": \"^2.28.0\",\r\n \"filepond\": \"^4.30.3\",\r\n \"filepond-plugin-file-validate-type\": \"^1.2.6\",\r\n \"filepond-plugin-image-preview\": \"^4.6.10\",\r\n \"highlight.js\": \"^11.4.0\",\r\n \"localforage\": \"^1.10.0\",\r\n \"lodash\": \"^4.17.21\",\r\n \"markdown-it-video\": \"^0.6.3\",\r\n \"maska\": \"^1.5.0\",\r\n \"numeral\": \">=2\",\r\n \"nuxt\": \"^2.15.8\",\r\n \"nuxt-clipboard\": \"^0.0.7\",\r\n \"nuxt-jsonld\": \"v1\",\r\n \"nuxt-route-meta\": \"^2.3.4\",\r\n \"pusher-js\": \"^7.1.0-beta\",\r\n \"tailwind-gradient-mask-image\": \"^1.0.0\",\r\n \"tailwind-merge\": \"^1.2.1\",\r\n \"tinyduration\": \"^3.2.2\",\r\n \"vee-validate\": \"^3.4.14\",\r\n \"vue\": \"^2.6.14\",\r\n \"vue-advanced-cropper\": \"^1.10.0\",\r\n \"vue-demi\": \"^0.12.1\",\r\n \"vue-filepond\": \"^6.0.0\",\r\n \"vue-filter-number-format\": \"^3.0.1\",\r\n \"vue-gtag\": \"^1.16.1\",\r\n \"vue-if-bot\": \"^1.2.0\",\r\n \"vue-lazyload\": \"^1.3.3\",\r\n \"vue-lodash\": \"^2.1.2\",\r\n \"vue-notification\": \"!1.3.16\",\r\n \"vue-scrollto\": \"^2.20.0\",\r\n \"vue-server-renderer\": \"^2.6.14\",\r\n \"vue-template-compiler\": \"^2.6.14\",\r\n \"vue-toastification\": \"^1.7.14\",\r\n \"vue2-datepicker\": \"^3.11.0\",\r\n \"vue2-timeago\": \"^2.0.6\",\r\n \"vuex-pathify\": \"^1.5.1\",\r\n \"vuex-persist\": \"^3.1.3\",\r\n \"webpack\": \"^4.46.0\"\r\n},\r\n\"devDependencies\": {\r\n \"@babel/runtime-corejs3\": \"^7.16.8\",\r\n \"@iconify/icons-ant-design\": \"^1.1.1\",\r\n \"@iconify/icons-bi\": \"^1.1.12\",\r\n \"@iconify/icons-bx\": \"^1.2.3\",\r\n \"@iconify/icons-carbon\": \"^1.1.7\",\r\n \"@iconify/icons-cil\": \"^1.1.0\",\r\n \"@iconify/icons-eva\": \"^1.1.0\",\r\n \"@iconify/icons-fe\": \"^1.1.0\",\r\n \"@iconify/icons-flat-color-icons\": \"^1.1.0\",\r\n \"@iconify/icons-fluent\": \"^1.2.6\",\r\n \"@iconify/icons-gg\": \"^1.1.0\",\r\n \"@iconify/icons-ic\": \"^1.2.3\",\r\n \"@iconify/icons-icon-park-outline\": \"^1.2.1\",\r\n \"@iconify/icons-ion\": \"^1.1.2\",\r\n \"@iconify/icons-la\": \"^1.2.1\",\r\n \"@iconify/icons-lucide\": \"^1.2.11\",\r\n \"@iconify/icons-mdi\": \"^1.1.42\",\r\n \"@iconify/icons-mono-icons\": \"^1.1.0\",\r\n \"@iconify/vue2\": \"^1.1.2\",\r\n \"@nuxt/postcss8\": \"^1.1.3\",\r\n \"@nuxtjs/device\": \"^2.1.0\",\r\n \"@nuxtjs/dotenv\": \"^1.4.1\",\r\n \"@nuxtjs/laravel-echo\": \"v2.0.0-alpha.5\",\r\n \"@vue/test-utils\": \"^1.3.0\",\r\n \"@vueuse/nuxt\": \"^7.5.4\",\r\n \"autoprefixer\": \"^10.4.5\",\r\n \"babel-core\": \"7.0.0-bridge.0\",\r\n \"babel-jest\": \"^27.4.4\",\r\n \"jest\": \"^27.4.4\",\r\n \"mini-svg-data-uri\": \"^1.4.3\",\r\n \"nuxt-storm\": \"^1.1.2\",\r\n \"postcss\": \"^8.4.5\",\r\n \"sass\": \"^1.49.0\",\r\n \"sass-loader\": \"^10\",\r\n \"tailwind-scrollbar\": \"^1.3.1\",\r\n \"tailwindcss\": \"^3.1.8\",\r\n \"vue-jest\": \"^3.0.4\"\r\n},\r\n```\r\n\r\nI want to know if everyone is like me. Or am I doing something wrong? to make you have to wait every time you press Refresh the web page.\r\nIn production it works normally and works fast.",[3125,3126],{"name":3019,"color":3020},{"name":3077,"color":3078},10757,"Nuxt SSR dev response very slow","2023-01-22T15:48:35Z","https://github.com/nuxt/nuxt/issues/10757",0.6719324,{"description":3133,"labels":3134,"number":3138,"owner":3025,"repository":3025,"state":3080,"title":3139,"updated_at":3140,"url":3141,"score":3142},"### Environment\r\n\r\n- Operating System: Darwin\r\n- Node Version: v18.18.2\r\n- Nuxt Version: 3.8.1\r\n- CLI Version: 3.9.1\r\n- Nitro Version: 2.7.2\r\n- Package Manager: npm@9.8.1\r\n- Builder: -\r\n- User Config: ssr, srcDir, components, nitro, modules, delayHydration, i18n, bootstrapVueNext, css, vite, devtools, app, runtimeConfig\r\n- Runtime Modules: @bootstrap-vue-next/nuxt@0.14.10, nuxt-jsonld@2.0.8, @nuxtjs/i18n@8.0.0-rc.5, @nuxt/devtools@1.0.3, nuxt-delay-hydration@1.3.3\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\n\r\n\r\n\r\n### Describe the bug\r\n\r\nHello, I'm in the beginning of development of an application, I still don't have many components, despite I have a dynamic component \u003Ccomponent :is=..>, I've added configuration to auto imports and Lazy prefix of components to work, the main issue is that when doing npm run dev, the application in the browser sometimes stays blank, other times it renders but imposible to do right click to see the inspector, and even when I open the inspector using Chrome 3 dot menu, I can see different things :\r\n- Sometimes when the application is visually rendered, the Elements part of the inspector is blank (empty)\r\n- Sometimes keeps reloading infinidly without rendering nothing\r\n- When using incognito window it usually renders fast but the page is still \"frozen\", not given the possibility of right click, showing the same issue for opening dev tools (the Chrome ones, because Nuxt dev tools, I have installed, the icon shows, but nothing happens when clicking in it), also in incognito, when rendering the app, sometimes the Elements tab of the inspector shows nothing, other times shows head and body tags but empty inside, and other times shows head but body empty, other times it shows the bundle (not showing anymore), and I stay in doubt on how to inspect HTML elements, since also the Nuxt Dev Tools seems not responding\r\n- Moreover hot reloading of the application seems not be working. And when I do some change I always have to restart the server and open again in the browser.\r\n- Same when refreshing the page, it stays indefenetly reloading and shows nothing in the end.\r\n\r\nI've tried several strategies, as making the components lazy and trying delay nuxt hydration as you see in the configuration (I'll leave more detail here), but nothing seems to improve responsiveness to the click and ability to inspect.\r\n\r\nAre you aware of this issue? Could you guess what it is hapenning?\r\n\r\n(In the beginning it appeared a message of optimizing dependencies, and hence I've tried optimizeDeps, but now this message doesn't appear anymore, even if with optimizeDeps commented)\r\n\r\nThank you so much\r\n\r\nnuxt.config.ts :\r\n\r\n\r\n```\r\nexport default defineNuxtConfig({\r\n ssr: true,\r\n srcDir: 'src/',\r\n components: [\r\n {\r\n path: '~/components',\r\n pathPrefix: false,\r\n },\r\n ],\r\n nitro: {\r\n routeRules: {\r\n (...)\r\n }\r\n },\r\n modules: ['@bootstrap-vue-next/nuxt','nuxt-jsonld','@nuxtjs/i18n','@nuxt/devtools','nuxt-delay-hydration'],\r\n delayHydration: {\r\n mode: 'init',\r\n // enables nuxt-delay-hydration in dev mode for testing\r\n // NOTE: you should disable this once you've finished testing, it will break HMR\r\n debug: process.env.NODE_ENV === 'development'\r\n },\r\n i18n: {\r\n strategy: 'prefix_except_default',\r\n locales: FT_USE_ONLY_FRENCH_VERSION ? [DEFAULT_LOCALE] : LOCALES,\r\n defaultLocale: DEFAULT_LOCALE.code,\r\n detectBrowserLanguage: false, /\r\n vueI18n: './nuxt-i18n.js',\r\n },\r\n bootstrapVueNext: {\r\n composables: true,\r\n },\r\n css: ['bootstrap/dist/css/bootstrap.min.css','@/assets/scss/main.scss'],\r\n vite: {\r\n server: {\r\n watch: {\r\n usePolling: true\r\n }\r\n },\r\n css: {\r\n preprocessorOptions: {\r\n scss: { additionalData: '@import \"@/assets/scss/_all.scss\";' },\r\n },\r\n },\r\n plugins: [\r\n svgLoader(),\r\n // this plugin is necessary to allow the application to build when using await for messages in i18n configuration\r\n topLevelAwait({\r\n // The export name of top-level await promise for each chunk module\r\n promiseExportName: \"__tla\",\r\n // The function to generate import names of top-level await promise in each chunk module\r\n promiseImportName: i => `__tla_${i}`\r\n })],\r\n /* optimizeDeps: {\r\n exclude: ['@unhead/vue','@prismicio/helpers'],\r\n },*/\r\n },\r\n devtools: { enabled: false },\r\n app: {\r\n head: {\r\n titleTemplate: '(...)'\r\n },\r\n },\r\n runtimeConfig: {\r\n (...)\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_\r\n```",[3135,3136,3137],{"name":3089,"color":3090},{"name":3019,"color":3020},{"name":3106,"color":3107},24410,"Nuxt performace / Browser behavior","2024-01-03T16:22:52Z","https://github.com/nuxt/nuxt/issues/24410",0.6762998,["Reactive",3144],{},["Set"],["ShallowReactive",3147],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fVZmNpAeetbr0AGm1iKQtSBdfIw5W6hbRLuYKar5TEaA":-1},"/nuxt/ui/4154"]