Slowness found when base64 image select and encode from database

前端 未结 3 1700
轮回少年
轮回少年 2020-11-22 11:25

I am working in ionic framework. Currently designing a posts page with text and images. User can post there data and image and all are secure.

So, i use base 64 enco

3条回答
  •  [愿得一人]
    2020-11-22 12:24

    I would suggest you to continue with base64 string only, you can use LZ string compression technique to reduce the string size. I've been using and it's working pretty well.

    I don't know how am I near to your question, but hope this will help you out. Here is LZ compression technique : https://github.com/pieroxy/lz-string/

提交回复
热议问题