Sam Perrow
Forum Replies Created
-
Forum: Plugins
In reply to: [Pre* Party Resource Hints] New Plugin Update@kushkushum It is basically done. I have spent so much time on it that I will have to charge a small fee for that project to economically justify the time I’ve spent on it. So I am wrapping up some things related to licensing, then it will be done.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Bulk disable/enable action error@jbaltero Thanks. I have tried and could not replicate this error, or the other one you mentioned, quite yet. Have you tried deactivating, and reactivating the plugin?
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Bulk disable/enable action error@jbaltero Thanks for letting me know about this. Can you give me the following information to better figure out how to fix this?
1) Version of PHP you have
2) Version of the plugin you are using
3) Your website’s URLThanks.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] automatic?Hi @adzkii, the plugin has a feature which will automatically gather the appropriate resource hints used on your site. All you need to do is have the plugin installed, and a script will run which gathers the URL’s of resources which are loaded from external domains, and creates preconnect resource hints from those. Just open up any page on your site, and those hints will be created (unless they have already been set. In that case you can reset that setting in the “Settings” tab.)
In addition to those automatically created preconnect hints, you may add whichever hints you like.
Please let me know if you need further assistance, I’d be glad to help.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Is with plugin after update@radevwp Fixed the issue with version 1.7.1.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Is with plugin after update@radevwp Thanks for pointing that out, I will look into this immediately.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Extension has been disabled due to an error@zepolo Happy to help. Please don’t hesitate to reach out to me in the future for any issues you notice.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Extension has been disabled due to an error@zepolo have you tried deactivating, and then reactivating the plugin? Sorry about that- I needed to rename that file so the plugin could follow a more standardized organizational structure.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] 404 error for disable prefetch hintclosing due to no reply.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] 404 error for disable prefetch hint@soylaostia Sorry for the delay in responding- Can you provide me the exact URL of the script you’re trying to load? Frequently if users enter append a version number to a resource (ex- “&ver=5.2.4”), and the version later changes, there can be a 404 from that resource. If that were the case, I recommend removing the version details from the URL.
Please let me know if this helps.Forum: Reviews
In reply to: [Pre* Party Resource Hints] Super@marcodelmart thank you for the kind words!
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Youtube Links@pothound I am hard at working making a new version of the plugin, which has an inline table editing feature, as well as several other improvements.
Correct, try to match the MIME type of the resource you’re loading with its corresponding type attribute.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Youtube Links@pothound Thank you. Do you have youtube videos on many pages on your site? If so I would put preconnect links for the several URL’s which youtube videos load from. Test your site on webpagetest.org to get a good look at which external domains are used. Does that make sense?
Forum: Reviews
In reply to: [Pre* Party Resource Hints] usefull@zepolo Thank you for the kind words. One of the tough parts about plugin development on WP with figuring out how to be compatible with many different types of plugins (among other things). If you have a plugin cache active, any time you change the hint settings you need to clear the cache out to make sure the new hints will populate. I suppose I could make that a bit clearer to eliminate confusion with future releases.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] HTTP Header removed@shirtguy72 If you add the hints in the HTTP header, the easiest way to detect them is with your browser developer tools. While your site is open and loaded, right click the screen (or click F12) and hit “Inspect Element”. Find the “Network” tab, reload the page, and click the resource at the very top, which should be of the “document” type. Once clicked, you should see a panel open, and click the “Headers” tab. Scroll down through that list, and you should see the hints appear to the right of the word “Link:”. Some browsers’ dev tools may work a bit differently than the way I described, but that should work for just about all of them.
I took a peek at your site and noticed they are not enabled in the HTTP header. If you have that option set, please clear out any plugin caches, or other caching you have and they should appear.