1.

Suggest how can we optimize our front-end page.

Answer»
  • The consumption of resources can be reduced by the pages by enhancing the server response.
  • Utilize JAVASCRIPT and EXTERNAL CSS instead of internal or in-line.
  • Utilize the framework to ensure the front-end becomes more RESPONSIVE to different devices.
  • Open-source libraries can be used to manage the browser-specific styling issue.
  • Make use of progressive LOADING like Lazy Loading to enhance the rendering of heavy elements, like videos and images.
  • Connect the style sheet in the header and script at the top of the HTML's body tag.
  • Utilize browser storage to keep user-specific private data.


Discussion

No Comment Found