Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

プレビュー画像の読み込み速度を改善する #56

@RiniaOkyama

Description

@RiniaOkyama

概要

image

ここの読み込み速度がゲロ遅い。

改善方法

まず画像を何故か同期的にfetchしているのを非同期にする

let data = try Data(contentsOf: url)

非同期になることでここの処理も早くなるはず。

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions