jkirrane
Forum Replies Created
-
Forum: Plugins
In reply to: [No unsafe-inline] Provide filter for api_support_integrity()Thanks @mociofiletto ! I will put together a PR for this in the next couple of days.
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Script loading waited on JS fileForum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Script loading waited on JS fileThanks @aguidrevitch. The site is not currently experiencing any issues. The problem was limited to the time that the reddit pixel wasn’t resolving. Like you said, I’m more worried about why that apparently blocked the rest of the scripts from loading. I’d like to make sure a single tracking asset doesn’t stop the site from functioning properly.
The site is here – https://consumerrating.org/. The production site is a static site generated from a WordPress site, FYI. The reddit pixel is brought in through GTM.
- This reply was modified 6 months, 1 week ago by jkirrane.
Forum: Plugins
In reply to: [Yoast SEO] Causing huge CPU / MYSQL useI had the same exact issue and Lakjin’s fixed appears to work. The site uses WooCommerce and this function was effectively shutting down the site by locking the wp_options table every time someone attempted to place an order.
Thanks Lakjin!