Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jose

    (@giuse)

    Hi @atjari,

    what do you mean? The plugin can help you to preload assets like stylesheets, external JS scripts, images, font files, or whatever file you want the browser to load earlier, but you can’t preload an “order form”.
    Do you mean how to preload the scripts that sort the table rows?
    I see there are some scripts that are involved in the table rendering, as for example https://iconsalons.be/wp-content/plugins/woocommerce-product-table/assets/js/wc-product-table.js

    However, I don’t think you will see a very big difference. Even if you preload it, the page will call the script in the footer after calling a lot of other scripts and resources.
    Asset Preloader can help you preload a script, but it will not move a footer script to the header.
    When the browser calls the script, thanks to the preload it will be ready immediately, but before calling it, the browser already does a lot of work without rendering the table. The result will be the impression of a slow loading even though you preload the script.

    I see there are a lot of plugins. You probably need to do a cleanup. You can keep the plugins only where you need them with Freesoul Deactivate Plugins.

    I hope it helps

    Have a great day!

    Jose

    Thread Starter atjari

    (@atjari)

    Hello,

    Thank you so much for your answer. I will explain the current problem on my website. The order form takes a lot of PHP memory. So when a customer adds a product to his shopping cart by using the product table, and immediately goes to the shopping cart, the website’s memory limit is reached because the product table is still loading. So actually I want to install a preloader plugin in order to let the page first load completely before they can select products. But that’s not possible with your plugin I think? ??

    Plugin Author Jose

    (@giuse)

    Hi @atjari

    you are welcome. Unfortunately, this plugin has nothing to do with the preload that you are looking for.
    “Preload” in the case of this plugin means “load before”, and it’s related to the assets.
    Imaging the browser needs three images A, B, and C. With this plugin, you can load for example first image B. The same for other kinds of assets.

    In your case, as I understand you want a kind of preload animation that prevents the user from clicking before the page is fully loaded.
    I suggest you have a look here: https://wptablebuilder.com/best-wordpress-preloader-plugins/

    As said, in your case I would keep only the plugins where you need them. You can use Freesoul Deactivate Plugins to clean the cart page. Only on that page, you can disable the unneeded plugins.
    By removing the unneeded plugins the memory consumption will be lower.

    Have a great day!

    Jose

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.