Title: twgerber's Replies | WordPress.org

---

# twgerber

  [  ](https://wordpress.org/support/users/twgerber/)

 *   [Profile](https://wordpress.org/support/users/twgerber/)
 *   [Topics Started](https://wordpress.org/support/users/twgerber/topics/)
 *   [Replies Created](https://wordpress.org/support/users/twgerber/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/twgerber/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/twgerber/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/twgerber/engagements/)
 *   [Favorites](https://wordpress.org/support/users/twgerber/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 490 total)

1 [2](https://wordpress.org/support/users/twgerber/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/twgerber/replies/page/3/?output_format=md)…
[31](https://wordpress.org/support/users/twgerber/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/twgerber/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/twgerber/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/twgerber/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Can’t get the font size larger when printing a receipt](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/#post-18357249)
 * A new issue has appeared. On a previous version our fields in the details would
   print one per line. Now they wrap funny.
 * New: [https://mirrorchic.com/wp-content/uploads/2025/03/MazNew.pdf](https://mirrorchic.com/wp-content/uploads/2025/03/MazNew.pdf)
 * Old: [https://mirrorchic.com/wp-content/uploads/2025/03/MazOrig.pdf](https://mirrorchic.com/wp-content/uploads/2025/03/MazOrig.pdf)
 * Any ideas why this is happening now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Can’t get the font size larger when printing a receipt](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/#post-18350957)
 * NM. My fault – copy/paste error 😉
 * It seems to be working.
 * Thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Can’t get the font size larger when printing a receipt](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/#post-18350956)
 * What is the ?> on line 2 for?
 * I am getter an unclosed } on the Function line and wondering if the ?> is the
   culprint. I am using WPCode to add this into the system.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Can’t get the font size larger when printing a receipt](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/#post-18347061)
 * So how do I get the Product section font larger? See screenshot.
 * ![](https://i0.wp.com/mirrorchic.com/wp-content/uploads/2025/03/2025-03-06_15-
   22-08.jpg?ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Can’t get the font size larger when printing a receipt](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/#post-18347037)
 * I will look into it. I need the order details font to be larger than it is.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Can’t get the font size larger when printing a receipt](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/cant-get-the-font-size-larger-when-printing-a-receipt/#post-18339908)
 * This is the FAQ.
 * I’d really just like some simple CSS to improve the font size in the Print overall.
 * An example that changes the font and makes the addresses very large. Paste the
   code in the `functions.php` file of your theme:
 *     ```wp-block-code
       function example_serif_font_and_large_address() {
           ?>
               <style> 
                   #page {
                   font-size: 1em;
                   font-family: Georgia, serif;
               }
   
               .order-addresses address {
                   font-size: 2.5em;
                   line-height: 125%;
               }
           </style>
       <?php
       }
       add_action( 'wcdn_head', 'example_serif_font_and_large_address', 20 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Revive Social – Social Media Auto Post and Scheduling Automation Plugin] Won’t share older posts](https://wordpress.org/support/topic/wont-share-older-posts/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/wont-share-older-posts/#post-17696112)
 * No error in the sharing log as the older blog posts don’t even get into the queue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Revive Social – Social Media Auto Post and Scheduling Automation Plugin] Won’t share older posts](https://wordpress.org/support/topic/wont-share-older-posts/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/wont-share-older-posts/#post-17693750)
 * Any update!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Revive Social – Social Media Auto Post and Scheduling Automation Plugin] Won’t share older posts](https://wordpress.org/support/topic/wont-share-older-posts/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/wont-share-older-posts/#post-17687857)
 * Share more than once is already checked.
 * Even when I first turn on “CLick to start sharing” any posts published in 2018
   or 2019 DO NOT appear in the queue.
 * If I do a Quick Update and change the year from 2018 to 2023 then the post will
   appear in the queue. Otherwise they do not show in the Queue AT ALL.
 * A post will NOT appear in the queue if it’s dated 2018 or 2019. Not even once.
    -  This reply was modified 2 years, 1 month ago by [twgerber](https://wordpress.org/support/users/twgerber/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] CPU issues](https://wordpress.org/support/topic/cpu-issues/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/cpu-issues/#post-17176154)
 * Yeah – I am doing that. I deactivated both and deleted them for now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] CPU issues](https://wordpress.org/support/topic/cpu-issues/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/cpu-issues/#post-17165170)
 * I also got this from the hosting company. Why is Jetpack causing so many issues?
 * After conducting our investigation, it appears that there are multiple issues
   stemming from the Jetpack and WordPress SEO plugins, which could be the root 
   cause of the problem. Additionally, we’ve observed a significant spike in website
   traffic over the past month. Notably, the most frequently accessed URL is ‘/wp-
   json/oec-products-purchase-notifier/v1/get-notifications,’ which is undoubtedly
   associated with a plugin that may be contributing to these issues.These are some
   points which you need to check this out in order to resolve your issue .
   Furthermore,
   we’ve detected some issues related to JavaScript. Please review the screenshot
   below for further information.​
 * ![](https://ci6.googleusercontent.com/proxy/2P6s7xmxDvCGwnFFKiHK_65nonZpN2UNgT21vrrh-
   E3yXNpGFqs4dBJ2r2-u3kgmX_-niVbxiuyJnILfuSobcfx2sI7sauRrOc01IaF92_SA1exJhVd2TFpYZueKJDrmmnYNKGIA_OjdOvrColvT_LGNgCcQ
   =s0-d-e1-ft#https://stablehost-15206dc6bd10.intercom-mail.com/i/o/870556350/5d9c67063d369b871bf7ae02/
   image.png)
 * ![](https://ci3.googleusercontent.com/proxy/Kk8-HophM1cN13bEvxhaKprGhKlvPTg3Gg40y-
   xMTwV9f_4_CAwPz5jYcSZb42E-qclR0yq4Dt7fd2Mm_w0QFDnGPgh9qisiz0dkCUKMJg-lDkdejs8KuBcz4fDMBPwUQSmbOozhr1hlTRx9dk9VzMXSC-
   5W=s0-d-e1-ft#https://stablehost-15206dc6bd10.intercom-mail.com/i/o/870555644/
   5d8a0cb4a57e51196da86cde/image.png)
 * ![](https://ci3.googleusercontent.com/proxy/xGHt6oBlRq1d-v_7tOVxzsiW6_dunzbr8VQDh2iWk18mQE67aCvH34khSxUHe9JeXCUcoCRVOJYvhYp0wVuDz8glQ2-
   Cgdh25I_SPvHzE70yQMwEQ0QhME6qjMaeBawAOcp0Y12xcJRwEZ_wwSM6HgLFJuA8=s0-d-e1-ft#
   https://stablehost-15206dc6bd10.intercom-mail.com/i/o/870555112/c2c327ab7ff2d0591f346008/
   image.png)
 *     ```wp-block-code
       "[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/rjdrwkck/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Analytics.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/rjdrwkck/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php:90[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Class "Yoast\WP\Lib\Dependency_Injection\Container_Registry" not found in /home/rjdrwkck/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php:42[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Interface "YoastSEO_Vendor\Symfony\Component\DependencyInjection\ResettableContainerInterface" not found in /home/rjdrwkck/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php:38[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/rjdrwkck/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/rjdrwkck/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php:90[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Class "Yoast\WP\Lib\Dependency_Injection\Container_Registry" not found in /home/rjdrwkck/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php:42[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Class "Yoast\WP\Lib\Dependency_Injection\Container_Registry" not found in /home/rjdrwkck/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php:42[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/rjdrwkck/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/rjdrwkck/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php:90[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Class "WPSEO_Register_Capabilities" not found in /home/rjdrwkck/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php:460[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/rjdrwkck/public_html/wp-content/plugins/wpforms/pro/includes/admin/class-updater.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/rjdrwkck/public_html/wp-content/plugins/wpforms/pro/wpforms-pro.php:61[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/rjdrwkck/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/rjdrwkck/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php:90[31-Oct-2023 17:23:14 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/rjdrwkck/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/rjdrwkck/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php:90[31-Oct-2023 17:23:25 UTC] Cron reschedule event error for hook: action_scheduler_run_queue, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"every_minute","args":["WP Cron"],"interval":60}[31-Oct-2023 17:23:26 UTC] Cron reschedule event error for hook: rocket_rucss_pending_jobs, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"rocket_rucss_pending_jobs","args":[],"interval":60}[31-Oct-2023 17:23:26 UTC] Cron reschedule event error for hook: rocket_rucss_on_submit_jobs, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"rocket_rucss_on_submit_jobs","args":[],"interval":60}[31-Oct-2023 17:23:26 UTC] Cron reschedule event error for hook: action_scheduler_run_queue_rucss, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"every_minute","args":["WP Cron"],"interval":60}[31-Oct-2023 17:23:26 UTC] Cron reschedule event error for hook: rocket_preload_process_pending, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"rocket_preload_process_pending","args":[],"interval":60
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] CPU issues](https://wordpress.org/support/topic/cpu-issues/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/cpu-issues/#post-17153560)
 * System Report – Fatal Errors after
 *     ```wp-block-code
       ` WordPress Environment
   
       WordPress address (URL): https://godsonlylook.com
       Site address (URL): https://godsonlylook.com
       WC Version: 8.2.1
       REST API Version: ✔ 8.2.1
       WC Blocks Version: ✔ 11.4.1
       Action Scheduler Version: ✔ 3.6.3
       Log Directory Writable: ✔
       WP Version: 6.3.2
       WP Multisite: –
       WP Memory Limit: 2 GB
       WP Debug Mode: –
       WP Cron: ✔
       Language: en_US
       External object cache: – Server Environment
   
       Server Info: LiteSpeed
       PHP Version: 8.0.30
       PHP Post Max Size: 512 MB
       PHP Time Limit: 30
       PHP Max Input Vars: 1000
       cURL Version: 7.87.0
       OpenSSL/1.1.1w
   
       SUHOSIN Installed: –
       MySQL Version: 10.3.39-MariaDB-log-cll-lve
       Max Upload Size: 512 MB
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔ Database
   
       WC Database Version: 8.2.1
       WC Database Prefix: wpog_
       Total Database Size: 10.82MB
       Database Data Size: 7.24MB
       Database Index Size: 3.58MB
       wpog_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wpog_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wpog_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_actionscheduler_actions: Data: 0.13MB + Index: 0.14MB + Engine InnoDB
       wpog_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_actionscheduler_logs: Data: 0.09MB + Index: 0.09MB + Engine InnoDB
       wpog_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
       wpog_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB
       wpog_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_jetpack_sync_queue: Data: 0.09MB + Index: 0.06MB + Engine InnoDB
       wpog_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_options: Data: 3.16MB + Index: 0.09MB + Engine InnoDB
       wpog_postmeta: Data: 1.50MB + Index: 0.66MB + Engine InnoDB
       wpog_posts: Data: 0.34MB + Index: 0.09MB + Engine InnoDB
       wpog_shortpixel_folders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_shortpixel_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_shortpixel_postmeta: Data: 0.23MB + Index: 0.27MB + Engine InnoDB
       wpog_shortpixel_queue: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
       wpog_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_usermeta: Data: 0.14MB + Index: 0.03MB + Engine InnoDB
       wpog_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wpog_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
       wpog_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
       wpog_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wpog_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wpog_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wpog_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wpog_wc_product_attributes_lookup: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
       wpog_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_wc_product_meta_lookup: Data: 0.06MB + Index: 0.09MB + Engine InnoDB
       wpog_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_woocommerce_square_customers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_wpforms_entries: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_wpforms_entry_fields: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wpog_wpforms_entry_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wpog_wpforms_payments: Data: 0.02MB + Index: 0.14MB + Engine InnoDB
       wpog_wpforms_payment_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wpog_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wpog_wpr_rocket_cache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wpog_wpr_rucss_used_css: Data: 0.02MB + Index: 0.09MB + Engine InnoDB Post Type Counts
   
       attachment: 126
       custom_css: 1
       customize_changeset: 1
       nav_menu_item: 6
       page: 11
       post: 1
       product: 16
       product_variation: 272
       revision: 10
       shop_coupon: 2
       shop_order: 4
       wp_navigation: 1
       wpcode: 4
       wpforms: 1 Security
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔ Active Plugins (15)
   
       Auto Image Attributes From Filename With Bulk Updater: by Arun Basil Lal – 4.3.1
       WPCode Lite: by WPCode – 2.1.4.1
       Jetpack: by Automattic – 12.7.1
       Ocean Extra: by OceanWP – 2.2.1
       Ocean Sticky Header: by OceanWP – 2.1.0
       ShortPixel Image Optimizer: by ShortPixel - Convert WebP/AVIF & Optimize Images – 5.4.3
       Stackable - Gutenberg Blocks (Premium): by Gambit Technologies
       Inc – 3.12.3
   
       UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
       DavidAnderson – 1.23.10
   
       WooCommerce Blocks: by Automattic – 11.4.1
       USPS Simple Shipping for Woocommerce: by dangoodman – 1.9.3
       WooCommerce Payments: by Automattic – 6.6.2
       WooCommerce Shipping & Tax: by WooCommerce – 2.3.7
       WooCommerce: by Automattic – 8.2.1
       WP Rocket: by WP Media – 3.15.2
       WPForms: by WPForms – 1.8.4 Inactive Plugins (0) Dropin Plugins (1)
   
       advanced-cache.php: advanced-cache.php Settings
   
       API Enabled: –
       Force SSL: –
       Currency: USD ($)
       Currency Position: left
       Thousand Separator: ,
       Decimal Separator: .
       Number of Decimals: 2
       Taxonomies: Product Types: external (external)
       grouped (grouped)
       simple (simple)
       variable (variable)
   
       Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
       exclude-from-search (exclude-from-search)
       featured (featured)
       outofstock (outofstock)
       rated-1 (rated-1)
       rated-2 (rated-2)
       rated-3 (rated-3)
       rated-4 (rated-4)
       rated-5 (rated-5)
   
       Connected to WooCommerce.com: –
       Enforce Approved Product Download Directories: ✔
       HPOS feature screen enabled: –
       HPOS feature enabled: –
       Order datastore: WC_Order_Data_Store_CPT
       HPOS data sync enabled: – WC Pages
   
       Shop base: #16 - /shop/
       Cart: #17 - /cart/
       Checkout: #18 - /checkout/
       My account: #19 - /my-account/
       Terms and conditions: ❌ Page not set Theme
   
       Name: OceanWP
       Version: 3.5.0
       Author URL: https://oceanwp.org/about-oceanwp/
       Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
       WooCommerce Support: ✔ Templates
   
       Overrides: oceanwp/woocommerce/cart/mini-cart.php
       oceanwp/woocommerce/content-single-product.php
       oceanwp/woocommerce/loop/loop-start.php
       oceanwp/woocommerce/single-product/product-image.php
       oceanwp/woocommerce/single-product/title.php WooPayments
   
       Version: 6.6.2
       Connected to WPCOM: Yes
       WPCOM Blog ID: 223202894
       Account ID: acct_1NnM2cC22kDPyC85
       Payment Gateway: Enabled
       Test Mode: Enabled
       UPE: Enabled (deferred_intent_upe_with_fallback)
       UPE Enabled APMs: card
       WooPay: Enabled (product,cart,checkout)
       WooPay Incompatible Extensions: No
       Apple Pay / Google Pay: Enabled (product,cart,checkout)
       Fraud Protection Level: basic
       Multi-currency: Disabled
       Public Key Encryption: Enabled
       Auth and Capture: Enabled
       Documents: Disabled
       Logging: Enabled Admin
   
       Enabled Features: activity-panels
       analytics
       product-block-editor
       coupons
       core-profiler
       customer-effort-score-tracks
       import-products-task
       experimental-fashion-sample-products
       shipping-smart-defaults
       shipping-setting-tour
       homescreen
       marketing
       mobile-app-banner
       navigation
       onboarding
       onboarding-tasks
       product-variation-management
       remote-inbox-notifications
       remote-free-extensions
       payment-gateway-suggestions
       shipping-label-banner
       subscriptions
       store-alerts
       transient-notices
       woo-mobile-welcome
       wc-pay-promotion
       wc-pay-welcome-page
   
       Disabled Features: customize-store
       minified-js
       new-product-management-experience
       settings
       async-product-editor-category-field
   
       Daily Cron: ✔ Next scheduled: 2023-10-27 12:51:49 -05:00
       Options: ✔
       Notes: 61
       Onboarding: completed Action Scheduler
   
       Canceled: 3
       Oldest: 2023-10-20 08:17:09 -0500
       Newest: 2023-10-21 08:42:58 -0500
   
       Complete: 283
       Oldest: 2023-09-26 05:19:28 -0500
       Newest: 2023-10-26 12:05:26 -0500
   
       Failed: 5
       Oldest: 2023-09-06 07:54:02 -0500
       Newest: 2023-10-20 14:58:30 -0500
   
       Pending: 5
       Oldest: 2023-10-26 20:29:19 -0500
       Newest: 2023-10-31 13:53:16 -0500 Status report information
   
       Generated at: 2023-10-26 12:06:38 -05:00
       `
       ```
   
 * Fatal Errors – these occur over and over
 * 2023-10-03T20:43:21+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted(
   tried to allocate 77824 bytes) in /home/rjdrwkck/public_html/wp-includes/functions.
   php on line 650 2023-10-03T21:56:55+00:00 CRITICAL Allowed memory size of 134217728
   bytes exhausted (tried to allocate 36864 bytes) in /home/rjdrwkck/public_html/
   wp-content/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php on line
   3665 2023-10-03T21:56:59+00:00 CRITICAL Allowed memory size of 134217728 bytes
   exhausted (tried to allocate 262144 bytes) in /home/rjdrwkck/public_html/wp-includes/
   Requests/src/Transport/Curl.php on line 481
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] CPU issues](https://wordpress.org/support/topic/cpu-issues/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/cpu-issues/#post-17141820)
 * The hosting company is saying this is an issue. I am on all the up to date plugin
   versions. It’s a very odd deal because I dont’ have the issue with other instances.
   I suspect it’s a db issue on the backend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GTM Kit - Google Tag Manager & GA4 integration] Invalid or Missing Account Id](https://wordpress.org/support/topic/invalid-or-missing-account-id-4/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/invalid-or-missing-account-id-4/#post-16944109)
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GTM Kit - Google Tag Manager & GA4 integration] Invalid or Missing Account Id](https://wordpress.org/support/topic/invalid-or-missing-account-id-4/)
 *  Thread Starter [twgerber](https://wordpress.org/support/users/twgerber/)
 * (@twgerber)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/invalid-or-missing-account-id-4/#post-16939645)
 * Chrome add-on – Tag Assistant by Google. All other tags are valid.

Viewing 15 replies - 1 through 15 (of 490 total)

1 [2](https://wordpress.org/support/users/twgerber/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/twgerber/replies/page/3/?output_format=md)…
[31](https://wordpress.org/support/users/twgerber/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/twgerber/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/twgerber/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/twgerber/replies/page/2/?output_format=md)