Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter emmabrown1012

    (@emmabrown1012)

    The total autoload options is showing at 1419 KB.

    Thread Starter emmabrown1012

    (@emmabrown1012)

    The plugin I’m using is called Autoload Checker https://www.ads-software.com/plugins/autoload-checker/. It doesn’t have an option select No and turn heavy loads off, only to check the status. Do you know of a plugin that can help with this? Or another way to turn the heavy loads off?

    Forum: Fixing WordPress
    In reply to: Caching error
    Thread Starter emmabrown1012

    (@emmabrown1012)

    This is everything in the htaccess file:

    Leverage Browser Caching in WordPress via .htaccess
    
    FileETag MTime Size AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript ExpiresActive On ExpiresByType text/html "access 600 seconds" ExpiresByType application/xhtml+xml "access 600 seconds" ExpiresByType text/css "access 1 month" ExpiresByType text/javascript "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/javascript "access 1 month" ExpiresByType application/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresDefault "access 1 month"
    
    Leverage Browser Caching in WordPress via .htaccess
    
    Require all denied Order deny,allow Deny from all
    
    RewriteEngine On RewriteCond %{REQUEST_URI} ^/?wp-content/+debug.log$ RewriteRule .* - [F,L,NC]
    Require all denied
    Order deny,allow Deny from all

    BEGIN ShortPixelWebp The directives (lines) between "BEGIN ShortPixelWebp" and "END ShortPixelWebp" are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten. END ShortPixelWebp BEGIN All_404_marker_comment_image RewriteOptions inherit
    RewriteEngine on RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteRule .(gif|jpe?g|png|bmp) https://ssdsafety.co.uk/wp-content/uploads/2017/08/ssd-150x150.jpg [NC,L] END All_404_marker_comment_image BEGIN WordPress The directives (lines) between "BEGIN WordPress" and "END WordPress" are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] END WordPress BEGIN FRedirect_ErrorDocument The directives (lines) between "BEGIN FRedirect_ErrorDocument" and "END FRedirect_ErrorDocument" are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten. ErrorDocument 404 /index.php?error=404 END FRedirect_ErrorDocument
    Forum: Fixing WordPress
    In reply to: Caching error
    Thread Starter emmabrown1012

    (@emmabrown1012)

    The curl is at the latest version.

    Our hosting providers sent the following:

    ‘I expect a URL rewrite is affecting it somewhere, giving a 404 and then you also have a plugin to redirect 404’s to your homepage. I can’t spot anything immediately in the hosting environment (nginx / apache configs) so that error is likely caused by either something in htaccess or within wordpress itself.’

    I don’t know where to start looking or what I’m looking for. Can you help?

    Thank you.

    Forum: Fixing WordPress
    In reply to: Caching error
    Thread Starter emmabrown1012

    (@emmabrown1012)

    Thank you for your reply. I’ve checked the site health again and the loopback request test is passing.

    I’ve sent a message to our host to see if there is a curl update.

    Is there anything else I can try?

    Thank you.

    Thread Starter emmabrown1012

    (@emmabrown1012)

    Here are the nginx.conf rules:

    # Enable Browser Caching
    location ~* \.(txt|xml|js)$ {
    expires 1y;
    } location ~* \.(css)$ {
    expires 1y;
    } location ~*
    \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$
    {
    expires 1y;
    } location ~* \.(jpg|jpeg|png|gif|swf|webp)$ {
    expires 1y;
    } # Rewrites for Yoast SEO XML Sitemap
    rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
    rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last; # Enable Gzip compression
    gzip on; # Compression level (1-9)
    gzip_comp_level 5; # Don't compress anything under 256 bytes
    gzip_min_length 256; # Compress output of these MIME-types
    gzip_types
    application/atom+xml
    application/javascript
    application/json
    application/rss+xml
    application/vnd.ms-fontobject
    application/x-font-ttf
    application/x-font-opentype
    application/x-font-truetype
    application/x-javascript
    application/x-web-app-manifest+json
    application/xhtml+xml
    application/xml
    font/eot
    font/opentype
    font/otf
    image/svg+xml
    image/x-icon
    image/vnd.microsoft.icon
    text/css
    text/plain
    text/javascript
    text/x-component; # Disable gzip for bad browsers
    gzip_disable "MSIE [1-6]\.(?!.*SV1)"; location ~* \.(txt|xml|js)$ { expires 1y; } location ~* \.(css)$ { expires 1y; } location ~* \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|woff2|svg)$ { expires 1y; } location ~* \.(jpg|jpeg|png|gif|swf|webp)$ { expires 1y; }
    Thread Starter emmabrown1012

    (@emmabrown1012)

    Thank you, I have asked our hosting company to provide this information and will send it over as soon as they respond.

    I have reactivated W3TC and set the Pache cache, Object cache and Browser cache. No error messages so far but the page load time still seems a bit slow and the errors were happening intermittently so I’ll keep and eye on it.

    Thank you.

    Thread Starter emmabrown1012

    (@emmabrown1012)

    I’ve been experiencing the errors when both browsing on the website https://ssdsafety.co.uk and whilst working in the admin dashboard.

    The messages shown are Server Error 503 Service Temporarily Unavailable.

    I can’t think of any changes made other than the errors started occurring when I started using W3TC and seem to have stopped when disabling it.

    Thanks.

    Thread Starter emmabrown1012

    (@emmabrown1012)

    Thank you.

    Thread Starter emmabrown1012

    (@emmabrown1012)

    Thank you. The user.ini file is also showing as accessible. Is there something I can do to fix this?

    Thread Starter emmabrown1012

    (@emmabrown1012)

    Thanks for your help. Just to check my wp-config.php file has the following entry:

    define( ‘WP_DEBUG’ , false );

    define (‘WP_DEBUG_DISPLAY’ , false );

    define (‘WP_DEBUG_LOG’ , true );

    Is this correct or do I need to change all to false?

    Thanks

    Thread Starter emmabrown1012

    (@emmabrown1012)

    Hi Anton,

    Thanks for your reply. I have now reactivated the plugin and all seems to be ok now.

    Thank you ??

    Thread Starter emmabrown1012

    (@emmabrown1012)

    Hi Ross,

    Many thanks for all your suggestions. I tried them but they didn’t work.
    However I’ve now realised that it all works fine when using a laptop rather than my Samsung tablet which is what I normally use.
    Do you know if there’s anyway it will work on the tablet, or is it not possible?
    No worries if not I can use the laptop, just wondering?

    Many thanks for all you help.
    Emma

    Thread Starter emmabrown1012

    (@emmabrown1012)

    And here is the link for the screenshot:

    https://snipboard.io/rBoVu3.jpg

    Many thanks for your help.

    Thread Starter emmabrown1012

    (@emmabrown1012)

    Hi,

    Thanks for your reply. Here is the site’s system status report:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://ssdsafety.co.uk
    Site address (URL): https://ssdsafety.co.uk
    WC Version: 4.9.2
    REST API Version: ? 4.9.2
    WC Blocks Version: ? 4.0.0
    Action Scheduler Version: ? 3.1.6
    WC Admin Version: ? 1.8.3
    Log Directory Writable: ?
    WP Version: 5.7
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_GB
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.2.34
    PHP Post Max Size: 256 MB
    PHP Time Limit: 0
    PHP Max Input Vars: 1000
    cURL Version: 7.29.0
    NSS/3.53.1
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.2.37-MariaDB
    Max Upload Size: 256 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 4.3.3
    WC Database Prefix: wp_
    Total Database Size: 433.90MB
    Database Data Size: 376.40MB
    Database Index Size: 57.50MB
    wp_woocommerce_sessions: Data: 60.67MB + Index: 1.58MB + Engine MyISAM
    wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
    wp_woocommerce_order_itemmeta: Data: 0.15MB + Index: 0.12MB + Engine MyISAM
    wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_actionscheduler_actions: Data: 36.48MB + Index: 22.45MB + Engine InnoDB
    wp_actionscheduler_claims: Data: 0.06MB + Index: 0.05MB + Engine InnoDB
    wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_logs: Data: 34.53MB + Index: 12.98MB + Engine InnoDB
    wp_ac_abandoned_cart_history_lite: Data: 59.56MB + Index: 0.00MB + Engine InnoDB
    wp_ac_email_templates_lite: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ac_guest_abandoned_cart_history_lite: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ac_sent_history_lite: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_blc_filters: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_blc_instances: Data: 0.06MB + Index: 0.02MB + Engine MyISAM
    wp_blc_links: Data: 0.21MB + Index: 0.04MB + Engine MyISAM
    wp_blc_synch: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_comments: Data: 0.06MB + Index: 0.04MB + Engine MyISAM
    wp_ebay_accounts: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_auctions: Data: 0.28MB + Index: 0.01MB + Engine MyISAM
    wp_ebay_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_jobs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_messages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_orders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_payment: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_profiles: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_shipping: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_sites: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_stocks_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ebay_store_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_ebay_transactions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_failed_jobs: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
    wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_mailchimp_carts: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_nm_personalized: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_options: Data: 5.19MB + Index: 0.96MB + Engine MyISAM
    wp_postmeta: Data: 14.12MB + Index: 6.84MB + Engine MyISAM
    wp_posts: Data: 131.43MB + Index: 0.53MB + Engine MyISAM
    wp_queue: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_css: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_layer_animations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_navigations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_settings: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_sliders: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_samson_catg: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_samson_info: Data: 0.20MB + Index: 0.00MB + Engine MyISAM
    wp_samson_items_settings: Data: 0.07MB + Index: 0.01MB + Engine MyISAM
    wp_samson_old_post_camps: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_samson_plugin_settings: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_samson_url_list: Data: 0.04MB + Index: 0.01MB + Engine MyISAM
    wp_samson_visitor_ip: Data: 0.04MB + Index: 0.01MB + Engine MyISAM
    wp_shortpixel_folders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_shortpixel_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_smush_dir_images: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_termmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wp_terms: Data: 0.13MB + Index: 0.26MB + Engine MyISAM
    wp_term_relationships: Data: 0.16MB + Index: 0.30MB + Engine MyISAM
    wp_term_taxonomy: Data: 0.15MB + Index: 0.14MB + Engine MyISAM
    wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_usermeta: Data: 9.71MB + Index: 5.25MB + Engine MyISAM
    wp_users: Data: 1.02MB + Index: 1.01MB + Engine MyISAM
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.19MB + Index: 0.16MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.05MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.36MB + Index: 0.56MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfblockediplog: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
    wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfconfig: Data: 1.28MB + Index: 0.00MB + Engine InnoDB
    wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wffilemods: Data: 7.52MB + Index: 0.00MB + Engine InnoDB
    wp_wfhits: Data: 1.02MB + Index: 0.23MB + Engine InnoDB
    wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wfknownfilelist: Data: 3.52MB + Index: 0.00MB + Engine InnoDB
    wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wflogins: Data: 1.38MB + Index: 0.16MB + Engine InnoDB
    wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfstatus: Data: 0.14MB + Index: 0.11MB + Engine InnoDB
    wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woopricesim_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woopricesim_regex: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woopricesim_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woopricesim_simulations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woopricesim_simulators: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza_category_maps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza_circles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza_maps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza_polygon: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza_polylines: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpgmza_rectangles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_yoast_indexable: Data: 4.52MB + Index: 2.34MB + Engine InnoDB
    wp_yoast_indexable_hierarchy: Data: 0.05MB + Index: 0.05MB + Engine InnoDB
    wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_yoast_prominent_words: Data: 0.16MB + Index: 0.17MB + Engine InnoDB
    wp_yoast_seo_links: Data: 0.41MB + Index: 0.09MB + Engine MyISAM
    wp_yoast_seo_meta: Data: 0.17MB + Index: 0.20MB + Engine MyISAM
    
    ### Post Type Counts ###
    
    amn_mi-lite: 1
    attachment: 836
    custom_css: 1
    nav_menu_item: 106
    page: 118
    post: 34
    product: 326
    product_variation: 3209
    revision: 46
    shop_order: 141
    shop_order_refund: 12
    woocarousel: 2
    wpcf7_contact_form: 3
    wphb_minify_group: 121
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (29) ###
    
    Samson Elite: by Konrad Braun – 3.29
    All 404 Redirect  to Homepage: by Fakhri Alsadi – 1.20
    Schema - All In One Schema Rich Snippets: by Brainstorm Force – 1.6.4
    Broken Link Checker: by WPMU DEV – 1.11.15
    Contact Form 7: by Takayuki Miyoshi – 5.4
    Google Tag Manager for WordPress: by Thomas Geiger – 1.12.2
    Enhanced Media Library: by wpUXsolutions – 2.8.5
    Fusion Core: by ThemeFusion – 2.0.3
    Health Check & Troubleshooting: by The www.ads-software.com community – 1.4.5
    Hummingbird: by WPMU DEV – 2.7.2
    Insert Headers and Footers: by WPBeginner – 1.5.0
    Mailchimp for WooCommerce: by Mailchimp – 2.5.1
    PHP code widget: by Otto – 2.3
    PHP Compatibility Checker: by WP Engine – 1.5.0
    WooCommerce Product Carousel Slider: by wpWax – 3.3.5
    ShortPixel Image Optimizer: by ShortPixel – 4.21.2
    GDPR Cookie Consent Banner: by termly – 2.3.15
    UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
    DavidAnderson – 1.16.53
    
    Widget Options: by Widget Options Team – 3.7.8
    Abandoned Basket Lite for WooCommerce: by Tyche Softwares – 5.8.8
    WooCommerce Google Analytics Integration: by WooCommerce – 1.5.1
    WooCommerce Product CSV Import Suite: by WooThemes – 1.10.10
    WooCommerce: by Automattic – 4.9.2 (update to version 5.2.1 is available)
    Wordfence Security: by Wordfence – 7.5.2
    Yoast SEO Premium: by Team Yoast – 16.1
    Yoast SEO: by Team Yoast – 16.1.1
    WP Google Maps: by WP Google Maps – 8.1.11
    WPForms Lite: by WPForms – 1.6.6
    Custom Product Tabs for WooCommerce: by YIKES
    Inc. – 1.7.7
    
    ### Inactive Plugins (0) ###
    
    ### Dropin Plugins (1) ###
    
    advanced-cache.php: advanced-cache.php
    
    ### Must Use Plugins (1) ###
    
    Health Check Troubleshooting Mode: by  – 1.7.2
    
    ### Settings ###
    
    API Enabled: ?
    Force SSL: –
    Currency: GBP (£)
    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: –
    
    ### WC Pages ###
    
    Shop base: #10 - /products/
    Basket: #27 - /cart/
    Checkout: #28 - /checkout/
    My account: #29 - /my-account/
    Terms and conditions: ? Page not set
    
    ### Theme ###
    
    Name: Avada
    Version: 4.0.3
    Author URL: https://themeforest.net/user/ThemeFusion
    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: Avada/woocommerce/cart/cart.php version 2.3.8 is out of date. The core version is 3.8.0
    Avada/woocommerce/checkout/form-pay.php version 2.5.0 is out of date. The core version is 3.4.0
    Avada/woocommerce/checkout/review-order.php version 2.3.0 is out of date. The core version is 3.8.0
    Avada/woocommerce/checkout/thankyou.php version 2.2.0 is out of date. The core version is 3.7.0
    Avada/woocommerce/loop/loop-start.php version 2.0.0 is out of date. The core version is 3.3.0
    Avada/woocommerce/single-product/add-to-cart/variable.php version 2.5.0 is out of date. The core version is 3.5.5
    Avada/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php version 2.5.0 is out of date. The core version is 3.4.0
    Avada/woocommerce/single-product/product-image.php version 2.6.3 is out of date. The core version is 3.5.1
    Avada/woocommerce/single-product/product-thumbnails.php version 2.6.3 is out of date. The core version is 3.5.1
    Avada/woocommerce/single-product/short-description.php version 1.6.4 is out of date. The core version is 3.3.0
    Avada/woocommerce/single-product/tabs/additional-information.php version 2.0.0 is out of date. The core version is 3.0.0
    Avada/woocommerce/single-product/tabs/description.php
    
    Outdated Templates: ?
    					
    					
    						Learn how to update
    
    ### Action Scheduler ###
    
    Complete: 4,841
    Oldest: 2021-03-15 12:08:05 +0000
    Newest: 2021-04-14 19:09:56 +0100
    
    Failed: 131,127
    Oldest: 2020-04-28 03:28:33 +0100
    Newest: 2021-04-11 12:38:18 +0100
    
    Pending: 5
    Oldest: 2021-04-14 19:24:56 +0100
    Newest: 2021-04-18 12:38:14 +0100
    
    
Viewing 15 replies - 1 through 15 (of 20 total)