Questions tagged as 'rendimiento'

2
answers

Performance in AJAX on the client side

I would like to know which of the two methods that I am going to explain next are more optimal for the Client Side to implement the pagination of search results: 1- Bring todos los elementos that throws the search in a JSON, pre...
asked by 15.12.2016 / 15:34
1
answer

Optimize load of pages MVC 5

Cordial greeting, how can it be optimized so that javascript files like jquery and other libraries common to the whole solution so that they do not recharge each time you navigate between views?. As can be seen in the image, the download time...
asked by 06.08.2018 / 16:26
1
answer

Can someone explain this performance result?

I have the following snippets in JavaScript: Script 1: multiple return function prueba(valor) { if (valor == 1) { return '1'; } else if (valor == 2) { return '2'; } else if (valor == 3) { return '3'; } return...
asked by 21.09.2017 / 12:58
1
answer

In what cases is it necessary to call Garbage Collector manually through the System.gc () method in JAVA?

I do not know if in complex programs like IDEs: IntelliJ, eclipse, netbeans among others occupy it at some point to more efficiently release system resources manually (speaking clearly of their source code of those IDEs and not at the moment of...
asked by 20.11.2018 / 15:52