jhuesser / bzu-jodel-clone

This webapp is a clone of the famous studend app jodel (jodel.com). This is a project for school. Alpha state, not relased yet.
GNU General Public License v3.0
5 stars 3 forks source link

Performance issues #133

Open jhuesser opened 7 years ago

jhuesser commented 7 years ago

In a lot of files there are api calls, maybe we don't need all of them. Let's clean this up

meme

jhuesser commented 7 years ago

We have quite alot of forms / links that direct on the same page with GET / POST actions. but we do not cut the execution of the rest of the file. maybe we should do that, since we redirect back anyway, so we reduce the amount of API calls.