-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimization #10
Comments
I can see that the main problem in loading is due to 2 jpeg/png images i have used in the intro and in the header section. What if i only use compressed images for this issue because using a different framework means again deconstructing the web-page and construct it again. However from the next project we can use lighter frameworks. |
Just compress the images for now and use svg for icons. |
The Lagging has considerably reduced after removal of splash from project.You can have a look at it |
So, it's taking long to load as there is no caching used from browser side for now. You can find the detailed summary of this here with methods to resolve this.
My suggestions, as your website is lagging due to static images and bootstrap loading:
Bootstrap is a large framework, and is good for big sites. If you're making a lightweight one, try using following frameworks:
The text was updated successfully, but these errors were encountered: