Skip to content

[Performance] ProductCard renders full modal content on page load #492

Description

@nonsobethel0-dev

Description

BuyPolicyModal component tree is rendered on page load even when no modal is open, wasting initial render resources.

Current behavior

Modal content renders in DOM but is hidden via CSS.

Expected behavior

Lazy load modal content only when modal is opened.

Files

  • components/products/ProductCard.tsx
  • components/modals/BuyPolicyModal.tsx

Impact

Slower initial page load.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions