Skip to content
  1. Jul 01, 2018
  2. Jun 30, 2018
  3. Jun 28, 2018
  4. Jun 23, 2018
  5. Jun 22, 2018
  6. Jun 18, 2018
  7. Jun 17, 2018
  8. Jun 16, 2018
  9. Jun 12, 2018
  10. Jun 11, 2018
  11. Jun 10, 2018
  12. Jun 09, 2018
  13. Jun 08, 2018
  14. Jun 07, 2018
  15. Jun 05, 2018
  16. Jun 04, 2018
  17. Jun 03, 2018
  18. Jun 02, 2018
    • Ansuel Smith's avatar
      luci-app-ddns: improve performance · 299121fc
      Ansuel Smith authored
      
      
      Every request directed to the ddns app call ddns tools module.
      Ddns tools module have lots of global variable that call slow os.execute function. This adds 10 second to every ddns request even if the function that is requested doesn't need that global variable. This commit introduce env_info function that execute os.execute command by executing what is actually requested and not process all the variables. Also remove 2 unecessary module that are not used. More researh find that major slowdown was caused by the calling of ddns script for the version check. Now we check if opkg is present and use it to check ddns-scripts version.
      
      Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
      299121fc
  19. Jun 01, 2018
  20. May 31, 2018
  21. May 29, 2018