instantpage / instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://instant.page
MIT License
6.01k stars 206 forks source link

Can you support CS-Cart #97

Closed dangtrungluong closed 2 years ago

dieulot commented 2 years ago

Your site, like apparently most sites on CS-Cart, sends a Cache-Control header with a no-store value, which negates all caches including the prefetch cache. You would need to change the Cache-Control header to remove its no-store value. Apparently this is done on CS-Cart by editing the web server’s configuration: https://www.google.com/search?q=%22cs-cart%22+%22cache-control%22

dangtrungluong commented 2 years ago

thank you,