Social Posts causes my browser to crash

I’m not a developer, but, I wanted to post here to let developers know of an issue I’ve encountered with my app I created with Caffeine.

It’s just a bookmark app, but, then I included adding social posts, all X. I asked it to also add LinkedIn posts although I never added any. Because now, when I browse my app, it crashes when I browse social posts.

Basically the app has 3 tabs, one for viewing website links, one for social post links, and one for social profile links. I can view the other two fine, but, when I click on Social Posts, loading is slow. As I browse my 2 pages of social posts where there are 12 posts per page, then my cursor starts slowing down. I can usually click back to my website links or profiles and then go back to social posts, but, then it slows down so much that my cursor stops and I can’t do anything.

I’ve tested it by just browsing the links and profiles, and the app works fine. It’s only after I browse the social posts (which loads the X posts), that it causes my browser to freeze.

I’d like to add that I’ve tested this on Brave and Chrome. Those two are the worst. It happens the fastest. On Firefox, it happens, but, it definitely takes longer before the browser freezes. The freezing happens on Brave and Chrome within a minute. Firefox might be double the time.

Link your app if you want ppl to help u

but without knowing what is wrong i can tell you.

Open your app

Open developer tools F12

Open network tab.

Refresh the page (that is causing problems)

Theres probably a long list of (unnecessary) requests you are looking at in the console. Copy paste all that junk in caffeine and explain the problem.

Let it cook. :cook: Tell me how it goes

If you get everything working, consider paying it forward and share how to implement a socials feed at vibrew.app

Thanks. I was actually going to post the link, but, I found out that LinkedIn does not allow embedding of posts. So, that’s probably what is causing the issue.

I have another issue though because Caffeine can’t seem to start with my live version. It keeps starting me off with a version that is incorrect. So, I can’t even ask it to remove the LinkedIn compatibility I asked it to include. And on top of that, I can’t scroll back in my chat to find the version that worked because most of my chat history is gone for some reason. It’s very bizarre. I’m thinking I’ll just start with a new app.

I’ve found that it’s best to design an app with everything you can think of in the first shot. Once you start modifying, I’ve feel the app becomes more unstable.

So, I’m probably just going to just start the app again.

Yah i think the recent update made previous rollbacks impossible due to motoko upgrade. I noticed that too.

Hmmm. That’s interesting. I’ve had better luck with starting from something very simple, and iterating slowly.

I think what is important to think about from the start, is the overall architecture. You should let caffeine know from the start all of the things you eventually want to implement, so that it builds the underlying data architecture correctly. But trying to make it implement a lot of feature in one go I find to not work out, atleast for me.

Good luck with you project, remember to share it when you get it to a solid spot!