Hi,
I have installed litemage 2 on our magento 2.
Under system -> Cache Management -> LiteMage Cached Objects
The number is always 0. This means litemage is not caching anything.
On your page, you mentioned that running the command below at /app and /vendor.
grep -r cacheable * | grep xml | grep false
I have changed all xml files with cacheable="false" to cacheable="true" in the app folder subdirectories.
However, if you run the above command in /vendor folder, there is a long list including those magento default modules with cacheable="false" and tons of javascript.
Please see below.
How is it possible to change these to cacheable="true"?
Is there something that I have done incorrectly that makes litemage cacheable objects always zero?
Please help.
Thank you.
Ian
I have installed litemage 2 on our magento 2.
Under system -> Cache Management -> LiteMage Cached Objects
The number is always 0. This means litemage is not caching anything.
On your page, you mentioned that running the command below at /app and /vendor.
grep -r cacheable * | grep xml | grep false
I have changed all xml files with cacheable="false" to cacheable="true" in the app folder subdirectories.
However, if you run the above command in /vendor folder, there is a long list including those magento default modules with cacheable="false" and tons of javascript.
Please see below.
How is it possible to change these to cacheable="true"?
Is there something that I have done incorrectly that makes litemage cacheable objects always zero?
Please help.
Thank you.
Ian