I implemented the button image change using the Setstyle and background image puzzle. When you click on the button, the image changes. I ran into the following problem:
When replacing the background image of a div object using the Setstyle puzzle, the image is cached anew with each click. This inevitably leads to a slowdown of the program due to the accumulation of cache. I suspect that the problem is in the setstyle puzzle code, it does not just replace the path to the object, but also loads it into the cache. However, it does not take it from the cache when needed, but downloads it again anyway
Я реализовал смену изображения кнопок с помощью головоломки Setstyle и background image. При клике на кнопку, изображение меняется. Столкнулся со следующей проблемой:
При замене фонового изображения объекта div с помощью головоломки Setstyle изображение кэшируется заново при каждом клике. Это неминуемо влечет к замедлению программы из-за накопления кэша. Я подозреваю что проблема в коде головоломки setstyle, она не просто заменяет путь к объекту а ещё и загружает его в кэш. Однако не берет его с кэша когда нужно а загружает повторно все равно
Attachments:
You must be
logged in to view attached files.