JosephSilber / page-cache

Caches responses as static files on disk for lightning fast page loads.
MIT License
1.21k stars 118 forks source link

Caching Livewire pages #102

Open binaryfire opened 2 years ago

binaryfire commented 2 years ago

Hi all

I'm trying to get this working with a Livewire page. There's only one small Livewire component on the page- the rest is static.

I figured that as long as my /livewire/message/* path wasn't being cached it should work, but I'm running into issues.

Has anyone been able to successfully cache Livewire pages with this package?

Thanks!

williamengbjerg commented 1 year ago

Same here. Had to remove the package for livewire projects.