E-Cell-IITMandi/E-Cell_Website

Refining and removing useless scripts and data

Opened this issue · 0 comments

The HTML is currently not well ordered, and many useless scripts are found by me.

The first and the major thing is to solve this. Currently the websites animations and view is cozy and nice. Just some improvements in speed can be done.

What does the speed report says for desktops.
image

  1. Remove useless scripts.
  2. Remove useless css and render blocking css.
  3. Use all fonts from https and not use more fonts which may slow up the page.
  4. My analysis says that the images should be resized properly. (The most time takers)
  5. I am trying to find a way by which we can lazy load images, which can have a much better interface and interaction with the benefit of almost no effect on the time of site load.
  6. Remove useless libraries which are currently getting used, for a simple task like animation on scroll, they really load the vey long scripts and do accordingly, instead for small tasks, we have to find a library much better to use.
  7. If possible, we should try to be as far as possible to Jquery now, but the problem is whole site uses that currently. The web has improved with small task can be done easily using the inbuild Vanilla js and css. (Pretty much hard to achieve)

This issue has to be broken down into multiple issue