Skip to content

very much slow in loading images #82

Description

@Tekrajs

While creating an article, and inserting images, the editor converts the images into base64 and we need to insert all the string into database and render it as

                  <img src="data:image/png;base64,base64string">

On doing so, It takes a lot of time to load the image. How can I make it possible to upload the image as file in some folder and just save the image url and place that url in img src ?
Thanks.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions