friends-of-hyva / magento2-preload-images

Preload images above the fold to improve performance metrics.
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

FPC compatibility #2

Open septoctobre opened 7 months ago

septoctobre commented 7 months ago

It doesn't seem to work when FPC is enabled I think we should use a Plugin rather than an event I'll make some tests later

septoctobre commented 7 months ago

Nothing wrong with the observer used here Probably me doing something wrong with the cache

septoctobre commented 6 months ago

Still struggling with it

The observer is working fine with the fpc and I can force the preload in the response But I can't make it work using the viewmodel past the first load (per page) $resources will be empty here I tried to implement IdentityInterface just to make sure

Looks like I'm missing something Any suggestion would be appreciated