Skip to content

Third party resources not lazily embedded #912

Description

@Algon-33

Some of our pages have third-party resources e.g. videos.. They’re loaded as soon as the page loads, and can slow things down. We can resolve this by loading a static element which looks similar to the actual embedded third-party instead of embedding it into our HTML. And then lazily loading the resource. The interaction pattern should look like:

  1. On load: Add a facade to the page
  2. On mouseover: The facade reconnects to third-party resources
  3. On click: The facade replaces itself with the third party product.

The page which raised this issue to awareness was https://aisafety.info/questions/5611/Why-can%E2%80%99t-we-just-turn-the-AI-off-if-it-starts-to-misbehave

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions