Skip to content
  1. Jun 16, 2018
  2. Jun 12, 2018
  3. Jun 11, 2018
  4. Jun 10, 2018
  5. Jun 09, 2018
  6. Jun 08, 2018
  7. Jun 07, 2018
  8. Jun 05, 2018
  9. Jun 04, 2018
  10. Jun 03, 2018
  11. 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
  12. Jun 01, 2018
  13. May 31, 2018
  14. May 29, 2018
  15. May 28, 2018
  16. May 27, 2018
  17. May 26, 2018
  18. May 24, 2018
  19. May 23, 2018
  20. May 21, 2018
  21. May 20, 2018
  22. May 18, 2018
  23. May 16, 2018
  24. May 15, 2018