Sam Perrow
Forum Replies Created
-
Forum: Plugins
In reply to: [Pre* Party Resource Hints] PHP error and output handler conflictReleased new version, this behavior should be resolved. If the hints can’t be added into the <head>, you can try adding them in the header.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Note for HTTPS sites using DNS prefetchThanks for the info!
Forum: Plugins
In reply to: [Pre* Party Resource Hints] PHP error and output handler conflictHey Grant,
I’m close to finishing up a new version of this plugin that removes the per page/post option, and adds an option to add hints in the header vs. the head. Would you be willing to test out the beta version of it? If you are, please send me an email at [email protected] so I can send you the zip file.
Thanks!Forum: Plugins
In reply to: [Pre* Party Resource Hints] PHP error and output handler conflictGrant, as a user, how much do you value the ability to add the links to each individual page? I’m thinking of removing this ability- it adds quite a bit of complexity to the plugin, and nearly all sites use common resources across all pages/posts that would need resource hints for. So I’m not sure it’s worth the trouble. What are your thoughts?
Forum: Plugins
In reply to: [Pre* Party Resource Hints] PHP error and output handler conflictGrant,
Thanks for letting me know! Working on a fix right now!Forum: Plugins
In reply to: [Pre* Party Resource Hints] Server Push preload ideaHey Grant. Sorry for the delay- yes that would be a cool idea, however I really do not have the time available to develop that capability. If you or someone you know would like it added, I’d have no problem putting it in the plugin and make the proper attributions.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] How to check this plugin work correctly?closing out question for inactivity.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Issue with database field pageOrPostIDPublished an update for this a couple weeks ago without issues.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Disable built in dns prefetchcool glad i could help ??
Forum: Plugins
In reply to: [Pre* Party Resource Hints] How to check this plugin work correctly?You can verify if the preconnect hints are embedded by viewing the source code of your site. Just open your site in a browser tab, right click and select ‘view source code’. At the top of the page you should find the preconnect hints my plugin has set.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] pre connect and fontawesomeGrant,
Nicely done with the async loading, not too many folks out there go to such extent! I would recommend simply turning off the auto preconnect option, and then enter only the 2 URL’s you want to use.
If that doesn’t do the trick let me know!
SamForum: Plugins
In reply to: [Pre* Party Resource Hints] Issue with database field pageOrPostIDHey Iofesa, sorry for the delay in answering this. Thank you for pointing those two errors out to me, I will correct those and put in an update soon.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Disable built in dns prefetchI took a look at your site and didn’t notice a DNS prefetch for s.w.org. It’s possible the DNS prefetch for your CDN could be coming directly from your CDN. Also, I would try disabling the auto-generated DNS prefetches WP has set:
remove_action( 'wp_head', 'wp_resource_hints', 2 );
If that doesn’t do the trick, I would contact your CDN to see if they have a system set up that automatically adds the DNS prefetch hint without you being aware.
Very fast site by the way, I can tell you have spent a lot of time and effort making it fast.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Disable built in dns prefetchare you talking about the DNS prefetch that WP has automatically set for s.w.org?
Forum: Reviews
In reply to: [Pre* Party Resource Hints] Reduced ssl and dns requests big timeHey Grant, glad you enjoy my plugin. Did you experiment with the preconnect option I have that automatically sets preconnect hints in place? Let me know if there’s anything I can do to make it more convienent or user-friendly.
Sam