Sam Perrow
Forum Replies Created
-
Kevin,
Thanks for contacting me about this. I have something you’re going to like. I have been working on a totally re-vamped version of this plugin for some time, and one of the features is adding hints on a per-page basis.
This version is in beta testing mode right now, would you be willing to test it out?Forum: Plugins
In reply to: [Pre* Party Resource Hints] Pre-Party and amp pagesGreat suggestion. I’d love to see the exact code you used for this, and if you want you can create a PR on the github repo.
I am working on a complete overhaul of the plugin to add lots of great new functionality, and that’s definitely something that should be considered.
Forum: Reviews
In reply to: [Pre* Party Resource Hints] Brilliant@p4fbradjohnson I’d love to have your help testing it out. The hardest part about WP plugin dev is working with so many different environment variables- different WP, PHP, mysql, browsers, etc versions can be so different and it’s hard to predict where bugs can arise.
I’ll definitely take a look and try to make it work with PHP 5.2. Is that what you’re using? The last time I checked it could support as low as 5.3.
The new version supports auto-preconnect settings for each page, and lets you set unique hints per page, and many other improvements.
Forum: Reviews
In reply to: [Pre* Party Resource Hints] BrilliantIt’s hard to say, possibly within 2-3 weeks. It’s hard to find the time to work on it, with a FT job, social life, etc. I have the core functionality completed, but I need to test for rare bugs, security, and work on the UI.
Forum: Reviews
In reply to: [Pre* Party Resource Hints] Brilliant@p4fbradjohnson thank you for your kind words! If you think it’s great now, just wait til you see what it’s like when you see the redesign I’ve been working on ??
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Wild Card ResourcesSam, that’s a good idea, I haven’t thought of that before. I do not believe it is possible to implement them in the manner you describe, but have you tried inserting the URL without including the version number? for example, have you tried using
/script.js
instead of/script.js?ver=1.3.3
?Forum: Plugins
In reply to: [Pre* Party Resource Hints] i cant deactivate the pluginEdwin, sorry for the delay- I do not see that preload resource hint anywhere on your site. Do you have it set in my plugin? If so, the most likely reason it is not being displayed is due to your cache settings. After creating a hint, you need to refresh your cache so the new hint will appear. Hope that helps.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Adding preconnect if Youtube video is presentwill do my friend- you can anticipate seeing something in about a week ??
Forum: Plugins
In reply to: [Pre* Party Resource Hints] i cant deactivate the pluginEdwin, can you give me the URL of the CSS file you are trying to preload?
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Adding preconnect if Youtube video is presentGreetings and thank you for the kind words!
I am in the process of developing an update that allows hints to be set on a per-page basis. The automatic preconnect links will be set, and possibly a few others. There will also be a meta box on each page’s media editor that displays the resource hints used on that particular page.
Once I am finished with this update, would you mind testing out the beta version?
Forum: Plugins
In reply to: [Pre* Party Resource Hints] i cant deactivate the pluginGreetings, thanks for letting me know about this issue. I have not heard of it before. From your website I can see that you are using WP 5.0.3, and PHP 7.0.28.
Can you tell me which other plugins you’re using on your site? And what type of error message do you receive when you try to uninstall?
Forum: Reviews
In reply to: [Pre* Party Resource Hints] a must for speed freaksThank you for the kinds words my friend!
Forum: Reviews
In reply to: [Fast Video and Image Display] Does the job but add AMPThank you for the kind words. I will look into having images/videos displayed on AMP pages, but I am very busy at the moment so I can’t offer a timeline.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Version 1.5.3Thanks for catching those things. I just released version 1.5.3.1 which fixes all those issues.
For #3, I have used
as
andtype
with single quotes when the links are used in the head, and without quotes when in the header with no problem, just as the other attributes are set. So for the time being I plan to keep it the same until I hear double quotes must be used.Forum: Plugins
In reply to: [Pre* Party Resource Hints] PHP errorGood suggestion. I will try to include that in the next update.