-
**Request @marcocastignoli**
```
Hello vuestorefront team!
I’m the founder of the open-source and non-profit Nile project, we are very interested to collaborate with this cool project! Nile aims…
-
**Description**
I setup fresh magento 2.4.3 locally. And I tried to run [vue storefront](https://github.com/vuestorefront/vue-storefront) project using local magento api, https://magento.test , but I…
-
## Current behavior
https://raw.githubusercontent.com/DivanteLtd/vue-storefront/develop/docs/guide/installation/prod.vuestorefront.io
Contains the line: add_header X-Robots-Tag none;
This is the…
-
## What is the motivation for adding / enhancing this feature?
By each product or category page request we're currently executing at least few requests for Elastic data:
* get product,
* get relat…
pkarw updated
3 years ago
-
## What is the motivation for adding / enhancing this feature?
Currently, per each catalog request, we're executing at least 2 Elastic queries:
* getting the products,
* getting the tax rates to …
pkarw updated
3 years ago
-
### Describe the Bug
We used redis cache driver, and caching is working very well.
When I call the invalidation URL I get error (default invalidation handler):
```
[dev:theme] ERROR [VSF][e…
-
## What is the motivation for adding / enhancing this feature?
Currently, we're outputting all the styles (extracted from Vue components) in the HTML - which
causes pretty huge HTML bundle (but als…
pkarw updated
3 years ago
-
### Expected Behavior
Pagination should be driven by Magento's configuration: Magento Admin Panel -> Store Config -> Catalog -> Catalog -> Storefront -> Products per Page on Grid Default Value. Alter…
-
## What is the motivation for adding / enhancing this feature?
WebP Image formats are supported by multiple browsers now, supporting it should be good for improved performance.
Switching to [lazysize…
-
## Current behavior
PM2 requires ts-node instead of running purely on the built code from `dist`
## Expected behavior
I can build the project with dev dependencies, install prod dependencies only, mo…