Images not being cached locally (using Universal Image Loader) - slow image load times

后端 未结 4 637
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 12:26

Description of the problem: I\'m creating a scrollable list of articles with thumbnails that\'s populated by my SQLite database. In general, it\'s \"workin

4条回答
  •  旧时难觅i
    2020-12-14 13:01

    I suspect the resize.php is slow, especially if it has to resize large pages, and several requests are received. And somehow caching in imageLoader is not done.

    First I would do the rest after the image loading: subtitle, description and all. Because if the image loading takes too long, there is a more instantaneous effect, if description and all the rest appear together. Ordinarily your order of statements is fine.

    The answer of @CameronLowellPallmer takes care of switched images and caching.

提交回复
热议问题