Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have created my website from html template via visual code studio. Now website speed is very low, because there are so much unused css and js remaining from template. How can I clean these? What is the easiest and most practical method?
You should minify your css and js files.
you have to compress all your images which are very high in size.
After doing these things your site speed will get improved.
there are so many online tools which easily minify your css, js files.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am wondering which chart library this website uses: https://digitalik.net/btc/
Is it a specific JS library, or just some HTML 5 stuff? Also, I'd be interested to learn how you found it out?
Judging from the source code, the charts seem to be in some div containers, but I didn't fully understand the source code.
Thanks in advance!
You want to look at the HTML source code. There might be a link to a .js library. In your case there is, namely, <script src="https://cdn.plot.ly/plotly-latest.min.js"></script>. Plotly?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm building a website that has a similar format with all of the pages is there a way to have a template so you don't have to retype the same code over and over again so that if I want to redesign the website I only have to redesign the main template instead of every page
Creating multiple HTML pages with the same layout is exactly the reason why frameworks such vuejs and react are so popular. if you are new in web dev I can recommend you vuejs. It's very easy to learn.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I want to build an animation like the one in slack-demo page. Basically I am trying to demonstrate a feature of my Application with animation. I can do so using Vanilla JS and CSS. But it will be a lot of code and difficult to maintain.
What library/Framework can I use to build animation like slack-demo?
Just looking at the code, it seems to have been made with https://greensock.com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
To build a website I got a predesigned template from WrapBootstrap. After I added it to my project, I deleted some HTML unused parts. For visual effect (e.g. fade effect and others) the template uses a lot of Javascript files as dependencies. I'm sure some of them are actually unused.
There's a automated way to check if I'm still using some of them? I will keep them and remove the unused.
This for performance purposes.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
We have a web application which is written in jsp, struts, with lots of css, javascript, jquery. Its a very old application so there are lots of js and css which is written. Since its a very old application there are lots of code written. Now we are in the process of cleaning up the application. Is there is any tool to identify unused js or css?
Thanks
Use this below site to detect the unused css
http://unused-css.com/
Firefox addon- its shows inside a firebug
https://addons.mozilla.org/en-US/firefox/addon/10704/
maybe the flows are usefull。
firefox https://addons.mozilla.org/en-US/firefox/addon/dust-me-selectors/
chrome https://developers.google.com/chrome-developer-tools/