Site is fast on localhost but slow on server [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 months ago.
Improve this question
I'm using XAMPP on Windows 10 to serve a website, and the website is very fast on localhost, but very slow on my public domain address. Why is that? My internet speed should be fine.

try to load all CSS files in starting and put all js files at the end and remove unwanted comments or files. this might help to improve the speed of your site. and also the resolution or maybe size of images which you use in your site it will make much faster your website.

Related

The intellij idea takes up a lot of Ram [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
Improve this question
The intellij idea takes up a lot of RAM, is there a way we can reduce the program size?
go to
C:\Users{yourName}\AppData\Roaming\JetBrains\IntelliJIdea2022.1 (your version)
edit idea64.exe.vmoptions
-Xmx2015m -> -Xmx1024m (maximum memory)
You can change the heap of memory the compiler in the "Build, Execution, Deployment" tab in the preferences.
Preferences > Build, Execution, Deployment > Compiler | User local process heap size (...)
But you can search in preferences for "Mbyte" and see whatelse you can configure.

Is there any way to speed up removing /moving the node modules? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I'm having quite a struggle with moving and deleting the node modules folder or should I say the whole project itself and it took pretty much around half an hour just for 2 projects or so.
Not really sure if it's OS specific or processor specific but I'm on core i5 with 2gb RAM.
I was doing the usual Windows Cut-Copy-Delete and it is fine with large single files such as Zip files and such. Seems related to the number of files since node modules have lots in it.
So I'd like to know if there are other ways to speed it up (like a command line or so? Would they speed up) or is it unavoidable?

Adblock issue - chrome don't load external links like CSS, JS and images [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
When open this website: http://codeera.net/adlink/
in any browser except Google chrome
work without issues,
But when open this website in Google chrome I get a HTML page
without CSS, JS and images (all of external links)
it is because AdBlock, if you disable it everything will be ok.
and just try to rename your title as "Ad" will activate AdBlock, I guess.
AdBlock looks for elements or attributes with 'ad' keyword to block them.

Chrome 36.0.1985.143 ignore imported webfont after document is ready [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Every since chrome latest update (36.0.1985.143) on Mac,
a few seconds after the document is ready - Chrome selectively "ignores" the custom imported webfont on my website (Memofish.com) and restores is to default.
Needless to say, I did not make any changes on my website and this issue began after restarting my Mac, while Chrome updated to version 36.0.1985.143.
How can I report this issue?
Anyone else experienced this problem and know any workaround?
Thanks.
You can report the issue using this instructions:
https://support.google.com/chrome/answer/95315?hl=en
or here:
https://code.google.com/p/chromium/issues/list

Brunch - How to avoid caching [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm using Nginx on my server and Brunch to build a Backbone/Chaplin app. Brunch builds all js to app.js and all css to app.css. The problem is cashing. Common solution to avoid caching - adding versions to filenames. But I've found no way yet to handle it. Any suggestions?

Categories