{"id":14971149,"url":"https://github.com/danielroe/nuxt-timings-module","last_synced_at":"2025-03-01T23:30:50.734Z","repository":{"id":37020843,"uuid":"345212581","full_name":"danielroe/nuxt-timings-module","owner":"danielroe","description":null,"archived":true,"fork":false,"pushed_at":"2024-10-12T22:29:23.000Z","size":3034,"stargazers_count":33,"open_issues_count":15,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-30T05:07:38.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielroe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["danielroe"]}},"created_at":"2021-03-06T22:55:21.000Z","updated_at":"2024-10-19T19:48:52.000Z","dependencies_parsed_at":"2023-12-02T00:27:43.037Z","dependency_job_id":"5a66e5ff-60e7-48b9-8998-9fe5cf052792","html_url":"https://github.com/danielroe/nuxt-timings-module","commit_stats":{"total_commits":173,"total_committers":5,"mean_commits":34.6,"dds":0.4450867052023122,"last_synced_commit":"33f496652e4ba5795e15acc22cb00eb7ada0a82a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-timings-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-timings-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-timings-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Fnuxt-timings-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielroe","download_url":"https://codeload.github.com/danielroe/nuxt-timings-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241439484,"owners_count":19963095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T13:44:46.907Z","updated_at":"2025-03-01T23:30:50.380Z","avatar_url":"https://github.com/danielroe.png","language":"TypeScript","funding_links":["https://github.com/sponsors/danielroe"],"categories":["TypeScript"],"sub_categories":[],"readme":"[![nuxt-timings](https://timings.nuxtjs.org/preview.png)](https://timings.nuxtjs.org)\n\n# nuxt-timings\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n\n\u003e Full visibility into your Nuxt render time for optimising performance\n\n## Features\n\n- Uses Nuxt `server.timings` to inject additional timings\n- Adds timings for Nuxt plugins and Vuex actions/mutations\n\n## Quick setup\n\n1. Add `nuxt-timings` dependency to your project\n\n```bash\nyarn add nuxt-timings # or npm install nuxt-timings\n```\n\n2. Add `nuxt-timings` to the `buildModules` section of `nuxt.config.js`\n\n```js\n{\n  buildModules: [\n    'nuxt-timings',\n  ],\n  timings: {\n    // default value\n    enabled: process.env.NODE_ENV === 'development'\n  }\n}\n```\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install`\n3. Start development server using `yarn dev`\n\n## License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/nuxt-timings/latest.svg\n[npm-version-href]: https://npmjs.com/package/nuxt-timings\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-timings.svg\n[npm-downloads-href]: https://npm.chart.dev/nuxt-timings\n\n[github-actions-ci-src]: https://github.com/danielroe/nuxt-timings-module/workflows/ci/badge.svg\n[github-actions-ci-href]: https://github.com/danielroe/nuxt-timings-module/actions?query=workflow%3Aci\n\n[codecov-src]: https://img.shields.io/codecov/c/github/danielroe/nuxt-timings-module.svg\n[codecov-href]: https://codecov.io/gh/danielroe/nuxt-timings-module\n\n[license-src]: https://img.shields.io/npm/l/nuxt-timings.svg\n[license-href]: https://npmjs.com/package/nuxt-timings\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Fnuxt-timings-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielroe%2Fnuxt-timings-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Fnuxt-timings-module/lists"}