{"id":17002682,"url":"https://github.com/xcash/scalebox-reprofilejs","last_synced_at":"2026-04-25T11:32:48.673Z","repository":{"id":81852146,"uuid":"212054854","full_name":"xcash/scalebox-reprofilejs","owner":"xcash","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-01T09:12:56.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T05:07:27.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/xcash.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-01T09:10:56.000Z","updated_at":"2019-10-01T09:13:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"2be177b7-ea2b-4c8f-a667-d260319f84ce","html_url":"https://github.com/xcash/scalebox-reprofilejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xcash/scalebox-reprofilejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcash%2Fscalebox-reprofilejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcash%2Fscalebox-reprofilejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcash%2Fscalebox-reprofilejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcash%2Fscalebox-reprofilejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xcash","download_url":"https://codeload.github.com/xcash/scalebox-reprofilejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcash%2Fscalebox-reprofilejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-14T04:28:43.253Z","updated_at":"2026-04-25T11:32:48.625Z","avatar_url":"https://github.com/xcash.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReProfileJS\n\nReProfileJS stands for **Re**mote **Profile** **J**ava**S**cript.\nIt's a very lightweight *framework-independent* (and *framework-enhanced*) javascript library to profile remotely and log the performance of web applications.\n\n## Features\n\n- Framework independent but framework enhanced (Mootools and JQuery supported)\n- Mobile compatible\n- Logs on console and/or remotely\n- JSON data format\n- Low priority logging (your applicatin won't be slower with active logging, so you can use it in production to gather profiling information)\n\n## Stable Release\n\n... work in progress ...\n\n## Quick Start\n\nJust download the sources in your content directory and import the file in the \u003chead\u003e of your page\n\n    \u003cscript type=\"text/javascript\" src=\"/js-files/reprofile.js\"\u003e\u003c/script\u003e\n\t\nFor better results place it on top before any other file inclusion.\n\nNow place the call to Profiling.log(obj) in every step you'd like to profile.\n\n*obj* can be a json-friendly object. It's sent with the log step information.\n\nExamples:\n\n    Profiling.log(\"app fully started\");\n\n    Profiling.log([\"loader\", \"sprite loading started\"]);\n\t...\n    Profiling.log([\"loader\", \"sprite loading complete\"]);\n\n    Profiling.log([\"spells\", { type: 'fire', action: 'rendering', animation_id: 123 }]);\n\nThe call:\n- write to console if available\n- if no console.log available opens a window.alert (useful for mobile development) **only if configured to do so**\n- if configured, sends the event asynchronously to backend server (see below)\n\n## Configuring remote event logging\n\nJust add following line before the module impoort:\n\n    \u003cscript type=\"text/javascript\"\u003eProfiling = {\"url\" : \"/logpage\"}\u003c/script\u003e\n\n## Backends\n\n... work in progress ...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcash%2Fscalebox-reprofilejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcash%2Fscalebox-reprofilejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcash%2Fscalebox-reprofilejs/lists"}