cyberpirate92 / studentAssess

PHP web application for creating MCQ/programming tests
0 stars 0 forks source link

Unneccesary use of jquery #9

Open cyberpirate92 opened 8 years ago

cyberpirate92 commented 8 years ago

jquery is loaded for every page and the only use of jquery (as of now) is to hide/show divs in the faculty/student portal pages. The size of jquery is ~500kb, so for every request, ~500kb bandwidth is getting wasted and given the volume of requests we expect, this is enormous.

We should look for an alternative to this approach as it is clearly inefficient.

cyberpirate92 commented 8 years ago

@rajeevdesai @akshaychidura @bhargav333 take a note of this issue.