This is a great question.
Is there somewhere an example of WooCommerce store running with 3000+ sku’s + a bunch of filters?
Thread Starter
Markjj
(@markjj)
Thank you very much for very helpful reply.
What caching plugin (and method) do you use? Should I just create static pages with WP-super-cache?
Thread Starter
Markjj
(@markjj)
I tried it adding using variables, but it doesn’t seem to work.
in php:
$WPLessPlugin->addVariable(''@mixins-path", "/path/mixins.less");
in less:
@import @mixins-path;