them-es / starter-bootstrap

Bootstrap 5 WordPress Starter Theme.
https://them.es/starter-bootstrap
GNU General Public License v2.0
147 stars 53 forks source link

Latency with Browser reload #16

Closed oueryemchi closed 2 years ago

oueryemchi commented 2 years ago

Hi guys,

I like the theme, well done!

I am running Wordpress with the them.es theme in Docker and have every working, but Browser reload takes a while before refreshing (up to 3 sec delay).

UPDATE: it is not the Browser reload, it is the compiling of the SCSS that takes long.. [21:34:04] Finished 'build_css' after 4.79 s

Anything I missed?

Thanks

them-es commented 2 years ago

Hi @oueryemchi,

thanks for your kind words. Glad the Starter theme is useful for you.

Regarding your question. Unfortunately we can't provide support for external libraries or fix issues that are Docker specific. But you could try to experiment with the dependencies in package.json - i.e. by modifying the version numbers or even replacing the SASS compiler with a different (faster?) compiler.

Good luck with debugging the issue.