Sam Perrow
Forum Replies Created
-
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Preloading featured images@joemanna Thanks for contacting me. That would require unique hints to be implemented on a per-post basis, which is a feature I am working on. I cannot tell you exactly when that would be completed however.
Forum: Reviews
In reply to: [Pre* Party Resource Hints] Go go go@papacoderrs thank you for the kind words!
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Preload on per-page basis@agreenstreet Thanks for contacting me. I’m still working hard on this updated version. Can you send me an email in the “Contact support” button in the plugin to discuss this a bit more?
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Where’s The Reset Button???@vdn-staff Fixed with the latest update.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Where’s The Reset Button???@vdn-staff Thanks for contacting me and letting me know about that! I had mistakenly removed it from the commit.
I will make an update which adds it back shortly.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Check on my settings@fabriziomazzei Well you need to figure out what is generating the inline CSS first. Is it from a plugin or theme? Then add that new element, which should be easier. There’s really not much more information I can give you- the rest is based on your specific WP site.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Check on my settings@fabriziomazzei The value you provide in the preload needs to match the value in the
hrefattribute in thelinkelement you use to include that google font. So you would create the preload element, then later in your HTML you would include thelinkelement to officially include that font.The inline CSS you have at the top of your site complicates that:
font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype'); }It’s located at the very top of your sites’ source code (right after the opening
headelement).If I were you, I would remove the inline CSS, add the preload URL I mentioned earlier, and replace the inline CSS with a
linkelement which has your google font you need.And always test out your changes responsibly before deploying.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Check on my settings@fabriziomazzei
1) Using this plugin is only meant to improve one aspect of web performance. Many things are needed to improve site speed. Using this plugin can only resolve handling resource hints- which will improve your site’s performance, but obviously there’s many other factors at play.2) Try preloading this link:
https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap, and you should remove the inline CSS right after your <head>.See this page on Google Fonts for reference:
https://fonts.google.com/specimen/Montserrat?preview.text_type=custom#standard-stylesForum: Plugins
In reply to: [Pre* Party Resource Hints] Check on my settings@fabriziomazzei Thanks for contacting me.
I took a look at your site on webpagetest.org, and after looking at the waterfall diagram (list of individual resources that are load on your site), it can become more clear.1) Add a preconnect hint for these URL’s:
https://s7.addthis.com
https://connect.facebook.net
https://z.moatads.com2) Remove the two preconnect hints you mentioned.
3) I strongly recommend reading the information about how each resource hint works on the “Information” tab- once you understand them better they will make more sense.
I hope this helps.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Preload based on desktop / mobile / tablet@wjh That’s a good point. I will see what I can do to incorporate that attribute in a version I’m releasing in the next week or two.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] woff2 not saving, defaults to woff – bug@dan14 I have not been able to reproduce this bug. I will release a new version in the next week or two which should further simplify the hint creation process.
Please let me know the answers to the questions I asked above, or if this is still a problem.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Preload on per-page basis@goseongguy I’m very close to being done with that plugin. I’ve ran into numerous unexpected issues along the way which has slowed me down, but in the end I’ve created a really incredible plugin (and improved the original plugin a great deal.)
If you would like a beta version of this plugin, please shoot me an email through the “contact support” button on the plugin, and I can guide you along from there.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Cannot create hints – “Failed to created hint”@azrael3000 I hope you were able to resolve the issue. If not, please contact me.
Otherwise, I am closing this ticket and assuming it’s been resolved.
@hosamhos60 If you would like a beta version of the plugin version I mentioned, please send me an email by the “contact support” button in the plugin.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Cannot create hints – “Failed to created hint”@azrael3000 Thanks for contacting me.
Can you deactivate and then reactivate the plugin? Please let me know if that works.