whatsthatbugcom
Forum Replies Created
-
Hey, James. I wanted to open up the ticket again long enough to apologize for ghosting you when you tried to help me. I thought the problem might go away once I migrated and upgraded from WP 4.9 to 5.8, and that took longer than expected. But it’s done, and data is reporting properly. Thank you.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Create maps per post with shortcode?It would not change the number of requests – it would shift the majority of them from being dynamic to being static, which would save me a ton of money. And would allow me to continue to show maps. If buying the pro version will allow me to generate static maps for each entry, and when a user is interested enough to click on the static map they get a dynamic map, I will very gladly buy the pro version. Would it work that way?
For the whatsthatbug.com link, popmake-87210, I have:
Type Cookie Settings
Auto Open pum-87210 Delay: 3000For rcvfor.co, popmake-54, I have:
Type Cookie Settings
Auto Open add_new Delay: 5000
I disabled the popups globally on rcvfor.co, but have it live on https://rcvfor.co/pu-testPlease let me know what other info I can provide. Thank you.
Forum: Plugins
In reply to: [Social Sharing Buttons | WPSSO Add-on] Pinterest enabled, but not showing upThank you for replying. Yes, that does seem to answer the question. Now I need to get the marketing folks to use photos that are large enough to be effective!
Thanks again. We will be going Pro very shortly, with either this or Facebook NEXGEN. I just installed that to compare the 2, and they seem to have almost identical functionality for what we need. Is there a strong reason to choose one over the other if we are primarily using it for the social buttons?
Forum: Plugins
In reply to: [Add Link to Facebook] I suspect this plugin will stop working in AprilThank you for keeping the plugin up to date!
Forum: Plugins
In reply to: [Add Link to Facebook] I suspect this plugin will stop working in AprilThank you, Marcel. That makes me very happy. Do you have a donation link so those of us using your plugin can give you some encouragement to keep it working?
Forum: Plugins
In reply to: [Donations via PayPal] Is there a function name I can call to add this?Yay! Thank you so much 🙂
Forum: Plugins
In reply to: [Better WordPress Minify] Combine without minify?Awesome. That would give me a quick performance boost while I figure out the load order/minification issues.
Forum: Plugins
In reply to: [WP-FFPC] "Unable to determine path from Post Permalink"A bit more digging and I found where it is in the code:
/* if there's a post id pushed, it needs to be invalidated in all cases */ if ( !empty ( $post_id ) ) { /* need permalink functions */ if ( !function_exists('get_permalink') ) include_once ( ABSPATH . 'wp-includes/link-template.php' ); /* get permalink */ $permalink = get_permalink( $post_id ); /* no path, don't do anything */ if ( empty( $permalink ) ) { $this->log ( sprintf( __translate__( 'unable to determine path from Post Permalink, post ID: %s', $this->plugin_constant ), $post_id ), LOG_WARNING ); return false; }How could $permalink be empty? Does it look like I am on the right track?
Forum: Plugins
In reply to: [Better WordPress Minify] Combine without minify?Thanks for the reply. Is it something you are considering implementing? When I minify, bad things happen. Although I would love to get the js and css both combined and minified without breaking the site. Would you be interested in a a bit of side work? The site is http://www.whatsthatbug.com if you are curious.
Forum: Plugins
In reply to: [WP-FFPC] memcached stats – can this be improved on?That’s because the cache was barely populated. I gave it 1.5GB of RAM and here is what it looks like now:
NAME SIZE %MEM TIME CONN %HIT REQ/s GET/s SET/s DEL/s EVI/s READ/s WRITE/s 127.0.0.1:11211 1.5 Gb 87.8 3 ms 14 29.2 4.3 2.4 1.9 0.0 1.8 138.2 b 84.4 bStill not a great hit rate.
The page loads reasonably fast for what it is though. I need to find a plugin to reliably combine my js and css files, for one thing.
The site is http://www.whatsthatug.com if anyone wants to give me any feedback on how load times feel.
Forum: Plugins
In reply to: [Facebook Publish] Plugin does not authorizeI am having the same problem. Let me know if there’s any info I can give you about my setup that might help troubleshoot this.
Forum: Plugins
In reply to: [WP-FFPC] memcached stats – can this be improved on?A precache might not go so well. We have over 19,000 posts across hundreds of categories and subcategories, with a hundred or so popular tags. Now you have me thinking about how big of a memcached cache I would need to store that much.
After some figuring, I’m thinking I’d need about 4GB of ram for memcached, which I don’t currently have to spare on the server. Worth keeping in mind for the future though.
Maybe the author of this amazing cache would consider making the precache configuration more flexible? To precache pages, specific categories, etc.?
I will try increasing my expiration time. It is currently at 5 minutes. And any page/post that is edited should get invalidated anyway. I think I’ll try 48 hours and go from there.
Thanks for the suggestion.
Forum: Plugins
In reply to: [WP-FFPC] WP-FFPC stopped cachingThank you. That did stop the “clearing scheduled hook” error. However, I’m now seeing these – not quite as fast and furious, but still at a decent clip:
[13-Sep-2014 00:02:55 UTC] PHP Warning: wp-ffpc unable to determine path from Post Permalink, post ID: 2165860 in /var/www/html/wtb.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126 [13-Sep-2014 00:02:55 UTC] PHP Warning: wp-ffpc unable to determine path from Post Permalink, post ID: 2165860 in /var/www/html/wtb.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126 [13-Sep-2014 00:03:03 UTC] PHP Warning: wp-ffpc unable to determine path from Post Permalink, post ID: 2165861 in /var/www/html/wtb.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126 [13-Sep-2014 00:03:03 UTC] PHP Warning: wp-ffpc unable to determine path from Post Permalink, post ID: 2165861 in /var/www/html/wtb.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126 [13-Sep-2014 00:03:07 UTC] PHP Warning: wp-ffpc unable to determine path from Post Permalink, post ID: 2165862 in /var/www/html/wtb.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126 [13-Sep-2014 00:03:07 UTC] PHP Warning: wp-ffpc unable to determine path from Post Permalink, post ID: 2165862 in /var/www/html/wtb.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126Is this anything to be concerned about? Or should it be Notice instead of Warning?
Forum: Plugins
In reply to: [WP-FFPC] WP-FFPC stopped cachingPeter, do you have any idea why php-fpm is logging so may warnings like this?
[10-Sep-2014 15:13:20 UTC] PHP Warning: wp-ffpc clearing scheduled hook wp-ffpc-precache-task in /var/www/html/wtb.com/wp-content/plugins/wp-ffpc/wp-common/plugin_utils.php on line 126I’d really like to be able to get that to stop!