Leonardo Giacone

Results 18 comments of Leonardo Giacone

Hi @arunbasillal, thanks for such quick response. I just saw the video, all clear. Answering your questions: no browser or server cache at all and yes, I visited the old...

Right now yes, I don't have any cache level between. In case I set up some static cache rules, I won't update immediately, this will depend on the expiration rules....

It might be solved by generating a random cache key each time a plugin/theme/core has been activated or updated. This would invalidate all the previously cached files, also the still...

Hi @mydiemho, > 1) can you share your src/entrypoint.js? **/src/entrypoint.js** ``` import { myfuncChannel } from "./channels/myfunc"; export function myfunc(context, items) { return myfuncChannel(context, items); } ``` **/channels/myfunc.js** ``` export...