feat: add symbol deep links to all intel pages and fix symbol list/detail page performance
- Add .sym-deep-link class and /{owner}/{repo}/symbol/{address} links to 8 intel templates: intel_blast_risk, intel_blast_risk_detail, intel_stable, intel_stable_detail, intel_type, intel_api_surface, intel_clones_detail, intel_detect_refactor - Replace load_symbol_history(repo_id) in symbol_list_page with direct MusehubSymbolIntel query — eliminates full history table scan on every page load - Replace load_symbol_history(repo_id) in symbol_detail_page with targeted address query against musehub_symbol_history_entries index - Replace co-change Python loop over all symbols with SQL COUNT+GROUP BY aggregation
sha256:78a397fa2c22f3604f216907469c85a9432ac330833338902e0b577f93edabbc
sha
sha256:e7c2bd30864a00846042c8aab58399b367e8fc210b13bb76523eada396c1db32
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:78a397fa2c22f3604f216907469c85a9432ac330833338902e0b577f93edabbc --body "your comment"
No comments yet. Be the first to start the discussion.