T Philpotts
T Philpotts
I have the same issue with slidesToScroll, lots of empty space even though with infinite: true
Hey, I got this working on my install. There is probably a way to do this with npm install, but I was just testing it at the moment. Here goes:...
I have also had this issue. I am already preloading the fonts that we need. Disabling this feature increased LCP by 10 points. I did try to use this ```add_filter('rocket_disable_preload_fonts',...
Hey, I ran into this problem too, I've been working on a boilerplate ssr to test a few things out. Take a look: https://github.com/BoldAnchor/Vue-SSR-Boilerplate I am using: https://github.com/Akryum/vue-cli-plugin-ssr It's a...
> the template generated an error > > > ./src/entry-client.js 3:0-9 > > "export 'createApp' was not found in './main' > > ... > > ./src/entry-server.js 16:14-23 > > "export...
@roidayan and @tareq1988 just tested this code within my project and all in working, great. Thank @roidayan Definitely prefer the image field over the file, easier for my client to...