iOS | Loading messages with attachment to the view
I have very bad performance when I load messages which contain attachment to the view. Im using lazyVStack, so only messages which are in viewpoint are actually loaded.
If I dont load messages with attachments into the view performance is good inside scrollview, so definitely there is something wrong with messages which has attachment.
I suggest there is problem with only one message, because this log message appear everytime when I scroll on that message
2022-06-16 13:50:58.636383+0200 DholRainbow[83414:6726534] [unspecified] A NULL string is not a valid group container identifier.
2022-06-16 13:50:58.636458+0200 DholRainbow[83414:6726534] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client sent invalid parameters
2022-06-16 13:50:58.636517+0200 DholRainbow[83414:6726534] [Tools:427] [Tracking#AppVersion] The suiteName ((null)) and the appGroupDirectoryPath ((null)) should not be empty
2022-06-16 13:50:58.636607+0200 DholRainbow[83414:6726534] [File:127] Search for cached data for file 62aae150d1b8946d642c043d at url: file:///var/mobile/Containers/Data/Application/0747A529-1FF8-4C22-9B89-D11ABD0B83CA/Library/Caches62aae150d1b8946d642c043d.mp4
2022-06-16 13:50:58.714966+0200 DholRainbow[83414:6726534] [File:144] Found cached data for file 62aae150d1b8946d642c043d
2022-06-16 13:50:58.755200+0200 DholRainbow[83414:6726534] [unspecified] A NULL string is not a valid group container identifier.
2022-06-16 13:50:58.755271+0200 DholRainbow[83414:6726534] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client sent invalid parameters
2022-06-16 13:50:58.755330+0200 DholRainbow[83414:6726534] [Tools:427] [Tracking#AppVersion] The suiteName ((null)) and the appGroupDirectoryPath ((null)) should not be empty
2022-06-16 13:50:58.755420+0200 DholRainbow[83414:6726534] [File:127] Search for cached data for file 62aae150d1b8946d642c043d at url: file:///var/mobile/Containers/Data/Application/0747A529-1FF8-4C22-9B89-D11ABD0B83CA/Library/Caches62aae150d1b8946d642c043d.mp4
2022-06-16 13:50:58.833151+0200 DholRainbow[83414:6726534] [File:144] Found cached data for file 62aae150d1b8946d642c043d
Please sign in to leave a comment.
Comments
0 comments