{"id":35148415,"url":"https://github.com/gokulcodes/lattize","last_synced_at":"2026-04-20T16:03:36.493Z","repository":{"id":288548360,"uuid":"958959776","full_name":"gokulcodes/lattize","owner":"gokulcodes","description":"A Chrome DevTools extension that shows overall performance metrics of any website. ","archived":false,"fork":false,"pushed_at":"2025-09-11T16:43:55.000Z","size":2369,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T23:59:47.286Z","etag":null,"topics":["chrome-extension","html","metrics","performance","tree-visualization"],"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/gokulcodes.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":"2025-04-02T03:27:23.000Z","updated_at":"2025-09-11T16:43:59.000Z","dependencies_parsed_at":"2025-04-18T19:39:35.931Z","dependency_job_id":"bf73e756-6153-45a1-84dc-6ed9f635f6cf","html_url":"https://github.com/gokulcodes/lattize","commit_stats":null,"previous_names":["gokulcodes/lattize"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gokulcodes/lattize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulcodes%2Flattize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulcodes%2Flattize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulcodes%2Flattize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulcodes%2Flattize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gokulcodes","download_url":"https://codeload.github.com/gokulcodes/lattize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokulcodes%2Flattize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32054611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["chrome-extension","html","metrics","performance","tree-visualization"],"created_at":"2025-12-28T14:42:21.660Z","updated_at":"2026-04-20T16:03:36.486Z","avatar_url":"https://github.com/gokulcodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Lattize](https://github.com/gokulcodes/lattize/blob/main/public/poster.png?raw=true 'Lattize')\n\n# lattize\nA Chrome DevTools extension that shows overall performance metrics of any website. \n\n## Requirements\n- Total number of nodes rendered\n- Total memory consumed for rendering [RAM]\n- System Specs [cores, CPU, model]\n- Visualizer for DOM Tree and it’s dependent CSS and API calls attached to it.\n- Maximum depth of DOM tree\n- Total time for HTML[DOM] and CSS[CSSOM] parsing\n- Time taken to render each children in DOM Tree\n- Average FPS on Repaint [Calculate Realtime]\n- First Content Full Paint, Largest ContentFull paint, Blocking Time\n- Simultaneous Visualization for APIs - Listen to all network made by the app during rendering.\n- Detailed description of each API, time taken, is it blocking call etc?\n- Tag cached response for each request for html download, images, JSON etc\n- Total data consumed for downloading resources and also specify size for each downloads\n- Security violations\n- Accessibility recommendations\n- Show how this like is view across different apps like whatsapp, facebook, linkedIn, twitter while sharing. As these SEO tags like OG:title,OG:description, OG:image etc. are used for getting the information about the HTML page. Refer [https://ogp.me/]\n- Total call stack operations performed so far.\n- Feed all these mistakes to q/a model and show’s results. Don’t upload any sensitive information about the website\n\n## Chrome APIs\n* These are the API used to develop Lattize extension\n    - chrome.processes\n    - chrome.system\n    - chrome.webRequests\n    - chrome.dom\n    - chrome.events\n    - chrome.performance\n    - chrome.recorder\n    - chrome.power\n    - chrome.idle\n    - chrome.search\n    - chrome.storage\n    - chrome.topSites\n    - chrome.tts\n    - chrome.omnibox\n    - chrome.pageCapture\n    - chrome.tabCapture\n    - chrome.history\n    - chrome.cookies\n    - chrome.contextMenus\n    - chrome.runtime\n\n## Get Started\n- After cloning the repo, Run the following command:\n    ```\n    npm install\n    npm run build\n    ```\n\n- dist/ folder will be generated in the root path\n    * Go to chrome, enable developer mode\n    * Click on Load Unpacked\n    * Point the dist/ folder in the folder picker\n    * Lattize will be accessible from devtools\n\nPreviews:\n![Lattize](https://github.com/gokulcodes/lattize/blob/main/public/preview/dom.png?raw=true 'Lattize')\n![Lattize](https://github.com/gokulcodes/lattize/blob/main/public/preview/SEO.png?raw=true 'Lattize')\n![Lattize](https://github.com/gokulcodes/lattize/blob/main/public/preview/network.png?raw=true 'Lattize')\n![Lattize](https://github.com/gokulcodes/lattize/blob/main/public/preview/system.png?raw=true 'Lattize')","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokulcodes%2Flattize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgokulcodes%2Flattize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokulcodes%2Flattize/lists"}