hashed-io / hashed-network-portal-ui

Vuejs Web Portal for the Hashed Network
https://hashed-portal-dev.hashed.systems
MIT License
0 stars 2 forks source link

Improve Performance to Enhance Page Load Times using compression-webpack-plugin #134

Closed jmgayosso closed 1 year ago

jmgayosso commented 1 year ago

Description

Currently, our application's page load times are longer than desired, which can result in a suboptimal user experience. To address this issue, we need to implement a performance optimization technique by utilizing the compression-webpack-plugin. This plugin will enable us to compress our assets, such as JavaScript and CSS files, during the build process, reducing their size and improving page load times.

Task

Why is this important?

Improving the performance and reducing page load times is crucial for providing a better user experience. Faster loading pages not only enhance user satisfaction but also contribute to higher engagement and conversion rates. By implementing compression-webpack-plugin, we can significantly reduce the size of our assets and improve the overall performance of our application.

Acceptance Criteria

Related Issues