I dont know whether this question makes sense but seriously is flask faster than django. The reason why i am saying this is that i have deployed one intranet application which is built in Django for a top MNC company and second application for a trading MNC company developed in Flask
Although user's are not complaining about the performance issue of django but whenever i go for a quick check of that intranet application i feel its kinda slow and the server environment are same which is being used by Django and Flask
Funningly the Trading application which is been developed under Flask + Werkzeug + SQLAlchemy & Jinja 2 has more users than the django application. So am i missing something ??
Thank you in advance