Brad
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Filter DocsI want a preconnect http header to be sent that tells the browser to preconnect to my image CDN so images load faster. It is part of the Link part of the http header. With cached pages if I try to use another plugin that modifies HTTP headers it doesn’t work since W3TC controls the cache pages and bypasses WordPress and the plugins. So, I was hoping there is a W3TC filter or some other way to tell W3TC to add a http link header specifying my image CDN. The link http header would look something like below:
link: <https://res.cloudinary.com>; rel=preconnect
Thank you.
- This reply was modified 5 years, 6 months ago by Brad.
Forum: Plugins
In reply to: [Yoast SEO] Author name error in article schema since Yoast 11.5https://github.com/Yoast/wordpress-seo/issues/13094
Seems like it has been around since before 11.4 relase, maybe not fully fixed even in 11.5. Do you have author archives on or off? Report it with your screenshots.
Forum: Plugins
In reply to: [Yoast SEO] Structured Data Testing Tool Error – Author NameDowngraded to 11.3 and no error so, 11.4 introduced the change that causes google structured data testing tool to throw an error.
Excellent, thank you.
Forum: Plugins
In reply to: [Cloudflare Page Cache] Edge cache: MISSStarting to think this doesn’t work right without KV workers even though the worker script that goes along with this plugin has setup section for api key and zone etc…. If you look at the code for the edge cache worker script around the cache versioning there is no alternate code for non-KV mode. Not a dev though so could be wrong. Hopefully will get access to KV mode soon so can see if that works or not.
- This reply was modified 6 years, 1 month ago by Brad.
Forum: Plugins
In reply to: [Cloudflare Page Cache] Edge cache: MISSI am seeing something similar. I only ever seem to see in both Firefox and Chrome when I inspect the headers a x-html-edge-cache-status: Miss
Should it not miss if I reload the page it should begin being a hit?
Have plugin and worker setup. Don’t have access to KV Workers so it is a standard worker with email api and zone entered.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] function ampforwp_get_data_consent(){Google says it is a valid AMP page when tested at https://search.google.com/test/amp just now. And https://cdn.ampproject.org/v0/validator.js loads for me without a 404.
Forum: Plugins
In reply to: [AMP] expects parameter 1 to be a valid callbackI figured mine out, it was from a custom function reference in the functions.php file for my theme that no longer exists but wasn’t removed. I think I only started seeing the error now from a difference in settings that was suppressing the error message previously. Hope you figure your error out.
Forum: Plugins
In reply to: [AMP] expects parameter 1 to be a valid callbackI am getting a very similar error at the top of my AMP pages. The pages seem to display fine except for the error at the same line 298 of wp-hook.php. The error is “Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘amp_add_headscripts’ not found or invalid function name in ..(edited path for privacy)../public/wp-includes/class-wp-hook.php on line 298.”
Site is otherwise working fine and amp pages display but have this error at the top so they fail validation. Anyone know how to fix this, site is running PHP 5.6