Hi,
It looks like that the number of the pages inside the /pages folder act on the response time of a given page.
The current response time is about 1500ms, it's huge. But I wasn't using the cache: enabled: true parameter inside the system.yaml before.
Since I used it, it turns from 1500ms to 250ms. Which is great.
The issue I have (in local and staging), is:
- https://www.mysite.com/en > content is in english
- https://www.mysite.com/es > content is still in english
This is one of the issue I have, but I have multiple example where the HTML is not updated depending on the URL parameters or the language variation.
Any ideas why the number of pages act on the response time of a given page?
Any ideas why I have those cache issues?
Thanks