{"id":18798562,"url":"https://github.com/micmro/requirejs-profiler","last_synced_at":"2025-08-23T19:45:12.853Z","repository":{"id":146090735,"uuid":"21224481","full_name":"micmro/RequireJS-Profiler","owner":"micmro","description":"RequireJS Profiler - trace dependency tree, loading patterns and module level load timing","archived":false,"fork":false,"pushed_at":"2014-07-01T19:41:01.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T18:21:12.486Z","etag":null,"topics":["javascript","profiler","requirejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micmro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-26T01:48:52.000Z","updated_at":"2015-03-22T01:15:56.000Z","dependencies_parsed_at":"2023-03-23T16:49:02.424Z","dependency_job_id":null,"html_url":"https://github.com/micmro/RequireJS-Profiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2FRequireJS-Profiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2FRequireJS-Profiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2FRequireJS-Profiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2FRequireJS-Profiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micmro","download_url":"https://codeload.github.com/micmro/RequireJS-Profiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727055,"owners_count":19687099,"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":["javascript","profiler","requirejs"],"created_at":"2024-11-07T22:12:23.110Z","updated_at":"2025-02-19T20:15:51.294Z","avatar_url":"https://github.com/micmro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"RequireJS Profiler\n=========\n\nTool to profile the loading of AMD modules loaded via [RequireJS](http://requirejs.org/).\n\n![alt text](https://raw.githubusercontent.com/micmro/RequireJS-Profiler/screenshots/readme-assets/RequireJS-printDependencyTree.png \"rjsProfiler.printDependencyTree() output example\")\n\nUsing the profiler\n===================\n\n###### Adding the profiler\n```HTML\n\u003cscript src=\"//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.11/require.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"rjsprofiler.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n\t//load first module\n\trequire([\"common\"]);\n\u003c/script\u003e\n```\ncurrently there is a dependency on jQuery, but it should be easy to replace.\n\n###### Getting results from the profiler (from the console)\n```javascript\n//show a table of the loading times of modules\nrjsProfiler.showResult()\n\n//show dependency tree with loading times and initially loaded modules in iFrame\nrjsProfiler.printDependencyTree(true)\n\n//show dependency tree just in console\nrjsProfiler.printDependencyTree()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Frequirejs-profiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicmro%2Frequirejs-profiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Frequirejs-profiler/lists"}