To achieve speed of EOSS Framework, we need to make a $.get request contains a less number of parameters (because now it's sending all of the elements from page - not just required in concrete function). Also the response is touching all of the elements on page, not only changed elements.
To achieve speed of EOSS Framework, we need to make a $.get request contains a less number of parameters (because now it's sending all of the elements from page - not just required in concrete function). Also the response is touching all of the elements on page, not only changed elements.