usat009
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack DNS LookupsNo, I can’t find it in the source code, but all the site speed pages report it anyway. And I’ve cleared all forms of cache possible to clear.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack DNS Lookupsso are you saying that this is loading in GTMetrix’s cache? I clear mine regularly, as I clear the DNS cache in Cloudflare and the Server cache is WPEngine any time i make a serious change to any site pages.
I’ve been deactivating all plugins from running on pages that they aren’t required for page functionality to speed up all pages that can be sped up.
I’d like to have this only run on woocommerce affiliated pages. There should be a way to achieve that with a functions.php snippet.
Yes, i suck at that. Can you write one that excludes these three post ID’s?
Post ID’s 7, 373, 539
I should be able to modify it and add more on my own from there.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack DNS LookupsEvery DNS lookup is a delay. You can find the query when using GTMetrix site analyzer as well as most other website speed analyzing tools.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack DNS LookupsEverything was connected and disconnected during a test for a different issue with my theme provider (Themeco) – the issues persist.
I’m pretty sure the “c0.wp.com” URL is the CDN so we need that one.
But the “stats.wp.com” was supposed to have gone away with the deactivation of the site stats and it didn’t.- This reply was modified 5 years, 7 months ago by usat009.
is_page doesn’t affect posts correct? and not product pages from woocommerce either right? If it’s only standard type = page, then yes, I think it would be best for me to use a script that just opts out specific pages, that could suit my purposes pretty well.
If yes on both my initial questions, how can I specific our homepage that doesn’t have a slug?
- This reply was modified 5 years, 7 months ago by usat009.
there’s no code that looks for if the CF7 shortcode exists on a page?
I don’t have a single contact page or a single contact form.
I have contact forms all over the place.
For example, I have a contact form in the sidebar of all blog posts.
and a contact form embedded as a pop-up in all product pages.I’m looking for something that says “if CF7 shortcode exists, then run script”.
- This reply was modified 5 years, 7 months ago by usat009.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack DNS LookupsForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack DNS LookupsI don’t know. It could be coming from any number of files that start with c0.wp.com.
The first script is a DNS prefetch.
<link rel=’dns-prefetch’ href=’//c0.wp.com’ />Then there are a number of these.
<link rel=’stylesheet’ id=’dashicons-css’ href=’https://c0.wp.com/c/5.5.1/wp-includes/css/dashicons.min.css’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’admin-bar-css’ href=’https://c0.wp.com/c/5.5.1/wp-includes/css/admin-bar.min.css’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wp-block-library-css’ href=’https://c0.wp.com/c/5.5.1/wp-includes/css/dist/block-library/style.min.css’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wp-block-library-theme-css’ href=’https://c0.wp.com/c/5.5.1/wp-includes/css/dist/block-library/theme.min.css’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wc-block-vendors-style-css’ href=’https://c0.wp.com/p/woocommerce/4.5.2/packages/woocommerce-blocks/build/vendors-style.css’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wc-block-style-css’ href=’https://c0.wp.com/p/woocommerce/4.5.2/packages/woocommerce-blocks/build/style.css’ type=’text/css’ media=’all’ />But if i had to guess, i’d say this one.
<link rel=’stylesheet’ id=’jetpack_css-css’ href=’https://c0.wp.com/p/jetpack/8.9.1/css/jetpack.css’ type=’text/css’ media=’all’ />Forum: Plugins
In reply to: [WooCommerce] Update 4.4.0 Causes Fatal ErrorsI use ‘X Theme Pro’ from THEMECO and I can assure you whatever is wrong with the WooCommerce update, based on current feedback, is not limited to any single theme or web builder platform. The update causes critical errors across all themes and all platforms. I can’t understand why something would be released that could crash such a large number of websites. Who is in charge of testing over there!?
Add this to your functions PHP. It’s what i use, and it’s slightly different than yours, and i have no slow downs from using it.
/**
* Increase Product Variation Quantity Thresholds
*/function ww_ajax_variation_threshold( $default, $product ) {
return 50; // increase this number if needed
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘ww_ajax_variation_threshold’, 10, 2 );- This reply was modified 5 years, 8 months ago by usat009.
Forum: Plugins
In reply to: [WooCommerce] Custom Product Excerpts for Standard WordPress Search ResultsYes I know that, but i don’t want it to be. The short descriptions I use on my products are technical bullet points which aren’t conducive to paragraph form excerpts where i can manage the length and what is displayed like I can with other post/page types. For now i was forced to completely hide the product based excerpts from showing up in search as it made search virtually unreadable. There’s no way to specify excerpt length in search results that I’ve found, nor is there a way to customize the excerpt that I’ve found, which is why I was looking for a solution like “custom product excerpts for woocommerce”.
Forum: Plugins
In reply to: [Contact Form 7] Empty Yellow Alert Field for Response in X ThemeCF7 made a change, and a number of themes are having an issue with it. So the theme companies are working to resolve it on their ends.
Forum: Plugins
In reply to: [Contact Form 7] Empty Yellow Alert Field for Response in X ThemeI have 39 different plugins… I checked to see if removing the recaptcha from the forms changes anything with the yellow bar, but it does not. I checked on my standard forms, the forms that use Material Design, and no matter the form layout this bar appears, with or without the use the recaptcha or design plugins.