• I am optimizing a Woocommerce website, and, only on the mobile side, the products images are the highest resolution (and weight) as stated in Settings->Media (in my case, 1024px).

    For example, the same image on desktop downloads at 300×300 (6.5K), while on mobile it downloads the 1024×1024 (37.9kB) version of the image. In both cases, it should download the smaller version.

    Another thing that I found weird is the srcset. Here is the HTML:

    <img data-lazyloaded="1" data-placeholder-resp="300x300" src="
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-300x300.jpg.webp" width="300" height="300" 
    data-src="/wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-300x300.jpg.webp" 
    class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail litespeed-loaded" 
    alt="Seventh Generation 1101 Toilet Bowl Cleaner Emerald Cypress and Fir" loading="lazy" 
    data-srcset="/wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-300x300.jpg.webp 300w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-400x400.jpg.webp 400w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-1024x1024.jpg.webp 1024w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-200x200.jpg.webp 200w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-768x768.jpg.webp 768w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-1536x1536.jpg.webp 1536w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir.jpg.webp 2048w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-600x600.jpg.webp 600w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-150x150.jpg.webp 150w" 
    data-sizes="(max-width: 300px) 100vw, 300px" 
    sizes="(max-width: 300px) 100vw, 300px" 
    srcset="/wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-300x300.jpg.webp 300w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-400x400.jpg.webp 400w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-1024x1024.jpg.webp 1024w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-200x200.jpg.webp 200w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-768x768.jpg.webp 768w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-1536x1536.jpg.webp 1536w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir.jpg.webp 2048w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-600x600.jpg.webp 600w, 
    /wp-content/uploads/2020/06/Seventh-Generation-1101-Toilet-Bowl-Cleaner-Emerald-Cypress-and-Fir-150x150.jpg.webp 150w" 
    data-was-processed="true">

    Interestingly enough, in Settings->Media my settings are 200, 400, and 1024 for Thumbnail, Medium and Large sizes respectively…

    What should I do for the site to only download the smaller version of an image?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    The .webp format in that HTML indicates that the image is not being loaded from your media directory directly and is instead server-optimised. Typically this is done either by Jetpack or a CDN: Are you still seeing the same thing after disabling the image optimisation settings on your site from either of those two? Can you share a copy of your status report as found under **WooCommerce > Status**?

    Thread Starter claudio323

    (@claudio323)

    Correct, I use LiteSpeed Cache to take care of the conversion. The plug-in adds some lines in the .htaccess for the conversion.
    What puzzles me the most is the image tag has a modified source “/wp-content/uploads/2020/06/name-300×300.jpg.webp”, when it should be “/wp-content/uploads/2020/06/name.jpg.webp” (?), while Chrome still calls for the 1024×1024 version.
    Here is the Status Report:

    ### WordPress Environment ###

    WordPress address (URL): https://shoptimizer.site.com
    Site address (URL): https://shoptimizer.site.com
    WC Version: 4.8.0
    REST API Version: ? 4.8.0
    WC Blocks Version: ? 3.8.1
    Action Scheduler Version: ? 3.1.6
    WC Admin Version: ? 1.7.3
    Log Directory Writable: ?
    WP Version: 5.6
    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: 7.3.25
    PHP Post Max Size: 512 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.71.0
    OpenSSL/1.1.1d

    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.0.38-MariaDB-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: 4.8.0
    WC Database Prefix: wpon_
    Total Database Size: 108.07MB
    Database Data Size: 100.04MB
    Database Index Size: 8.03MB
    wpon_woocommerce_sessions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wpon_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wpon_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_actionscheduler_actions: Data: 0.11MB + Index: 0.11MB + Engine InnoDB
    wpon_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
    wpon_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wpon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_litespeed_avatar: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_litespeed_cssjs: Data: 76.52MB + Index: 0.17MB + Engine InnoDB
    wpon_litespeed_img_optm: Data: 1.52MB + Index: 0.55MB + Engine InnoDB
    wpon_litespeed_img_optming: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wpon_options: Data: 4.52MB + Index: 0.16MB + Engine InnoDB
    wpon_postmeta: Data: 11.52MB + Index: 3.03MB + Engine InnoDB
    wpon_posts: Data: 2.52MB + Index: 0.30MB + Engine InnoDB
    wpon_rank_math_404_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_analytics_gsc: Data: 0.44MB + Index: 0.75MB + Engine InnoDB
    wpon_rank_math_analytics_objects: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_internal_links: Data: 0.11MB + Index: 0.05MB + Engine InnoDB
    wpon_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_rank_math_redirections: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_redirections_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_sc_analytics: Data: 1.52MB + Index: 1.52MB + Engine InnoDB
    wpon_termmeta: Data: 0.08MB + Index: 0.06MB + Engine InnoDB
    wpon_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_term_relationships: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wpon_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_usermeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wpon_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wpon_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wpon_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wpon_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wpon_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB

    ### Post Type Counts ###

    acf-field: 1
    acf-field-group: 1
    attachment: 732
    custom_css: 4
    customize_changeset: 18
    elementor_library: 11
    nav_menu_item: 17
    oembed_cache: 1
    page: 31
    post: 7
    product: 103
    product_variation: 3
    revision: 99
    shop_coupon: 78
    shop_order: 6
    wp_block: 1
    wpforms: 1

    ### Security ###

    Secure connection (HTTPS): ?
    Hide errors from visitors: ?

    ### Active Plugins (22) ###

    Advanced Custom Fields: by Elliot Condon – 5.9.3
    Brands for WooCommerce: by BeRocket – 3.5.1.9 – Installed version not tested with active version of WooCommerce 4.0
    Cloudflare: by Cloudflare
    Inc. – 3.8.7

    CommerceGurus Commercekit: by CommerceGurus – 1.0.2
    Elementor: by Elementor.com – 3.0.14
    Enable Media Replace: by ShortPixel – 3.5.0
    Google Authenticator: by Ivan Kruchkoff – 0.53
    Kirki Customizer Framework: by David Vongries – 3.1.6
    LiteSpeed Cache: by LiteSpeed Technologies – 3.6
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8.1
    Rank Math SEO: by Rank Math – 1.0.54.3
    Smart WooCommerce Search: by YummyWP – 2.0.2 – Installed version not tested with active version of WooCommerce 4.0
    String Locator: by Clorith – 2.4.2
    WPC Frequently Bought Together for WooCommerce: by WPClever.net – 3.3.7 – Installed version not tested with active version of WooCommerce 4.0
    ELEX Easypost WooCommerce Extension (BASIC): by ELEX – 1.2.4 – Installed version not tested with active version of WooCommerce 4.0
    Stripe For WooCommerce: by Payment Plugins
    [email protected] – 3.2.9 – Installed version not tested with active version of WooCommerce 4.0

    WooCommerce Amazon Pay: by WooCommerce – 1.12.2 – Installed version not tested with active version of WooCommerce 4.0
    WooCommerce: by Automattic – 4.8.0
    Asset CleanUp: Page Speed Booster: by Gabriel Livan – 1.3.7.2
    WP Mail SMTP: by WPForms – 2.5.1
    WPForms Lite: by WPForms – 1.6.3.1
    YITH WooCommerce Waiting List: by YITH – 1.6.0 – Installed version not tested with active version of WooCommerce 4.0

    ### Inactive Plugins (5) ###

    Easy Theme and Plugin Upgrades: by Chris Jean – 2.0.1
    Facebook for WooCommerce: by Facebook – 2.2.0 – Installed version not tested with active version of WooCommerce 4.0
    GA Google Analytics: by Jeff Starr – 20201120
    YITH WooCommerce Frequently Bought Together: by YITH – 1.4.4 – Installed version not tested with active version of WooCommerce 4.0
    YITH WooCommerce Wishlist: by YITH – 3.0.17 – Installed version not tested with active version of WooCommerce 4.0

    ### 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)
    pw gift card (pw-gift-card)
    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: #3896 – /shop/
    Cart: #8 – /cart/
    Checkout: #9 – /checkout/
    My account: #10 – /my-account/
    Terms and conditions: #3895 – /privacy-policy/

    ### Theme ###

    Name: Shoptimizer Child Theme
    Version: 1.2.0
    Author URL:
    Child Theme: ?
    Parent Theme Name: Shoptimizer
    Parent Theme Version: 2.2.9
    Parent Theme Author URL: https://www.commercegurus.com/
    WooCommerce Support: ?

    ### Templates ###

    Overrides: –

    ### Action Scheduler ###

    Canceled: 21
    Oldest: 2020-12-13 03:12:41 +0000
    Newest: 2020-12-13 03:12:41 +0000

    Complete: 203
    Oldest: 2020-11-19 08:34:21 +0000
    Newest: 2020-12-15 01:33:12 +0000

    Pending: 4
    Oldest: 2020-12-15 19:54:16 +0000
    Newest: 2020-12-20 02:43:28 +0000
    `

    Thanks!

    Thread Starter claudio323

    (@claudio323)

    Another thing that I find interesting is that the same issue is seen in the “twenty twenty-one” theme (only the Woocommerce plugin is active)

    Thread Starter claudio323

    (@claudio323)

    Here is the newest Status Report:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://shoptimizer.cahocs.com
    Site address (URL): https://shoptimizer.cahocs.com
    WC Version: 4.9.1
    REST API Version: ? 4.9.1
    WC Blocks Version: ? 4.0.0
    Action Scheduler Version: ? 3.1.6
    WC Admin Version: ? 1.8.3
    Log Directory Writable: ?
    WP Version: 5.6
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: LiteSpeed
    PHP Version: 7.4.13
    PHP Post Max Size: 64 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.71.0
    OpenSSL/1.1.1d
    
    SUHOSIN Installed: –
    MySQL Version: 10.0.38-MariaDB-cll-lve
    Max Upload Size: 32 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 4.9.1
    WC Database Prefix: wpon_
    Total Database Size: 163.53MB
    Database Data Size: 153.84MB
    Database Index Size: 9.69MB
    wpon_woocommerce_sessions: Data: 0.22MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wpon_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wpon_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_actionscheduler_actions: Data: 0.09MB + Index: 0.11MB + Engine InnoDB
    wpon_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
    wpon_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wpon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_litespeed_avatar: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_litespeed_cssjs: Data: 130.56MB + Index: 0.39MB + Engine InnoDB
    wpon_litespeed_img_optm: Data: 1.52MB + Index: 0.55MB + Engine InnoDB
    wpon_litespeed_img_optming: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wpon_options: Data: 3.05MB + Index: 0.13MB + Engine InnoDB
    wpon_postmeta: Data: 11.52MB + Index: 3.03MB + Engine InnoDB
    wpon_posts: Data: 2.52MB + Index: 0.30MB + Engine InnoDB
    wpon_rank_math_404_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_analytics_gsc: Data: 1.52MB + Index: 2.22MB + Engine InnoDB
    wpon_rank_math_analytics_objects: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_internal_links: Data: 0.11MB + Index: 0.05MB + Engine InnoDB
    wpon_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_rank_math_redirections: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_redirections_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_rank_math_sc_analytics: Data: 1.52MB + Index: 1.52MB + Engine InnoDB
    wpon_termmeta: Data: 0.08MB + Index: 0.06MB + Engine InnoDB
    wpon_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_term_relationships: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wpon_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_usermeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wpon_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wpon_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wpon_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wpon_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wpon_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wpon_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpon_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpon_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    acf-field: 1
    acf-field-group: 1
    attachment: 733
    custom_css: 4
    customize_changeset: 1
    elementor_library: 11
    nav_menu_item: 17
    oembed_cache: 1
    page: 25
    post: 7
    product: 103
    product_variation: 3
    revision: 93
    shop_coupon: 78
    shop_order: 6
    wp_block: 1
    wpforms: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (1) ###
    
    WooCommerce: by Automattic – 4.9.1
    
    ### Inactive Plugins (26) ###
    
    Advanced Custom Fields: by Elliot Condon – 5.9.4
    Asset CleanUp: Page Speed Booster: by Gabe Livan – 1.3.7.3
    Brands for WooCommerce: by BeRocket – 3.5.2
    Cloudflare: by Cloudflare
    Inc. – 3.8.9
    
    CommerceGurus Commercekit: by CommerceGurus – 1.0.2
    Easy Theme and Plugin Upgrades: by Chris Jean – 2.0.1
    Elementor: by Elementor.com – 3.0.16
    ELEX Easypost WooCommerce Extension (BASIC): by ELEX – 1.2.4 – Installed version not tested with active version of WooCommerce 4.0
    Enable Media Replace: by ShortPixel – 3.5.0
    Facebook for WooCommerce: by Facebook – 2.2.0
    GA Google Analytics: by Jeff Starr – 20201120
    Google Authenticator: by Ivan Kruchkoff – 0.53
    Kirki Customizer Framework: by David Vongries – 3.1.6
    LiteSpeed Cache: by LiteSpeed Technologies – 3.6.1
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8.3
    Rank Math SEO: by Rank Math – 1.0.56.1
    Smart WooCommerce Search: by YummyWP – 2.0.3
    String Locator: by Clorith – 2.4.2
    Stripe For WooCommerce: by Payment Plugins
    [email protected] – 3.2.11
    
    WooCommerce Amazon Pay: by WooCommerce – 1.12.2
    WPC Frequently Bought Together for WooCommerce: by WPClever.net – 3.4.2
    WPForms Lite: by WPForms – 1.6.4.1
    WP Mail SMTP: by WPForms – 2.5.1
    YITH WooCommerce Frequently Bought Together: by YITH – 1.4.5
    YITH WooCommerce Waiting List: by YITH – 1.6.1
    YITH WooCommerce Wishlist: by YITH – 3.0.18
    
    ### 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)
    pw gift card (pw-gift-card)
    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: #3896 - /shop/
    Cart: #8 - /cart/
    Checkout: #9 - /checkout/
    My account: #10 - /my-account/
    Terms and conditions: #3895 - /privacy-policy/
    
    ### Theme ###
    
    Name: Twenty Twenty-One
    Version: 1.1
    Author URL: https://www.ads-software.com/
    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: –
    
    ### Action Scheduler ###
    
    Canceled: 2
    Oldest: 2021-01-01 06:01:40 +0000
    Newest: 2021-01-01 06:01:40 +0000
    
    Complete: 190
    Oldest: 2020-12-30 18:10:16 +0000
    Newest: 2021-01-22 19:31:23 +0000
    
    Pending: 2
    Oldest: 2021-01-23 01:44:24 +0000
    Newest: 2021-01-23 07:49:29 +0000
    
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Highest image size downloaded in mobile’ is closed to new replies.