Skip to content
  1. Sep 19, 2018
  2. Sep 02, 2018
  3. Aug 31, 2018
  4. Aug 11, 2018
  5. Aug 02, 2018
  6. Jul 30, 2018
  7. Jul 20, 2018
  8. Jun 11, 2018
  9. Jun 07, 2018
  10. Jun 05, 2018
  11. Jun 04, 2018
  12. 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
  13. May 16, 2018
  14. Apr 28, 2018
  15. Apr 05, 2018
  16. Jan 27, 2018
  17. Jan 26, 2018
  18. Jan 20, 2018
  19. Jan 16, 2018
  20. Jan 14, 2018
  21. Jan 13, 2018
  22. Jan 05, 2018
  23. Jan 03, 2018
  24. Nov 11, 2017
  25. Oct 29, 2017
  26. Oct 28, 2017
  27. Oct 17, 2017
  28. Sep 06, 2017
  29. Sep 02, 2017
  30. Jul 27, 2017
  31. Jun 14, 2017
  32. Apr 26, 2017
  33. Feb 23, 2017
  34. Dec 04, 2016
  35. Sep 30, 2016
  36. Sep 25, 2016
  37. Jul 02, 2016
  38. Jun 18, 2016