Krzysztof Czereczon
Krzysztof Czereczon
Maybe we should use chunks of large select (with limit) and processing it chunk by chunk with limit included? The idea is included here: https://stackoverflow.com/a/34180941
on docker also?
Without docker site is building quite fast but on docker it really painful, same with `node build.js --copy`
I think that subscribe for create event is easy to implement by your own with custom list views, but as Yuri said implementing the update listeners foreach record on list...
Hello, It might be problem with Nginx / Firewall config problem not with Wordpress by itself.
Yes it was problem with Nginx it occurred when force ssl has been enabled.
Work around I found themes is array with ["less:Espo", "less:EspoRtl", "less:EspoVertical"...] ```grunt.registerTask('custom-less', function () { commands.forEach((theme) => { cp.execSync('grunt ' + theme, {stdio: "inherit"}); }) }) ```