{"id":44450869,"url":"https://github.com/sters/xhprof-html","last_synced_at":"2026-02-12T16:33:21.513Z","repository":{"id":43750079,"uuid":"125969133","full_name":"sters/xhprof-html","owner":"sters","description":"xhprof (also tideways) result visualization tool from xhprof repo","archived":false,"fork":false,"pushed_at":"2022-03-14T00:18:21.000Z","size":822,"stargazers_count":32,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T21:24:47.153Z","etag":null,"topics":["php","xhprof"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/sters.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":"2018-03-20T06:09:05.000Z","updated_at":"2024-03-30T01:14:07.000Z","dependencies_parsed_at":"2022-09-01T04:41:15.723Z","dependency_job_id":null,"html_url":"https://github.com/sters/xhprof-html","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sters/xhprof-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sters%2Fxhprof-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sters%2Fxhprof-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sters%2Fxhprof-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sters%2Fxhprof-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sters","download_url":"https://codeload.github.com/sters/xhprof-html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sters%2Fxhprof-html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29372182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["php","xhprof"],"created_at":"2026-02-12T16:33:20.808Z","updated_at":"2026-02-12T16:33:21.509Z","avatar_url":"https://github.com/sters.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xhprof-html\n\nxhprof (or tideways) visualize html tool.\nThis repository some modified for especially solo usage from [xhprof repository](https://github.com/phacility/xhprof). \n\n\n## Usage\n\n1. clone repo\n2. `php -S localhost:8000`\n3. Access `http://localhost:8000/?dir={Your xhprof profiling result dir}`\n\n\n## Tideways example\n\n1. Install [tideways extension](https://github.com/tideways/php-xhprof-extension)\n2. Write code and save profiler result.\n\n```\n\u003c?php\n\ntideways_xhprof_enable();\n\nmy_application();\n\n$data = tideways_xhprof_disable();\n\n$filename = '/tmp/' . intval(microtime(true)) . mt_rand(1,10000) . '.xhprof';\nfile_put_contents($filename, serialize($data));\necho 'Profile Result: ' . $filename;\n```\n\n3. Start this web app at PHP build-in server.\n\n```\n$ php -S localhost:8000\n```\n\n4. Access `http://localhost:8000/?dir=/tmp`\n\n5. Enjoy profiling!\n\n\n## Other xhprof visualization tools\n\nYou can find other visualization tools on [GitHub Topics](https://github.com/topics/xhprof?o=desc\u0026s=stars)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsters%2Fxhprof-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsters%2Fxhprof-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsters%2Fxhprof-html/lists"}