-
Notifications
You must be signed in to change notification settings - Fork 0
Speed #1
Copy link
Copy link
Open
Labels
Description
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.
- code on https://github.com/Durisvk/EOSS/blob/master/libs/modules/ModuleGlobal.php
- request called in "public static function checkForEvents($attr,$class) {"
- response called in "public static function writeJsResponse($eoss,$fname) {"
Reactions are currently unavailable