I wish to report three issues while using the plugin and ask if these problems can be fixed:
1) The loader image is missing. Instead, it shows text "Loading" and a broken image icon. How can this be fixed? Can I manually link the loader image?
2) When I select to load only one element of the page, plugin still first loads the whole page and only then the selected element. Can this be fixed or at least mitigated somehow - e.g. by showing loader image longer to make sure it disappears only when the selected element is loaded?
3) What can be done to increase the speed of the loading? It is critically low in my mobile tests. Here is the sequence and timing when I click corresponding tab with the iframe: - loader image - 4 sec - image of the whole page - 3-4 sec - empty screen - 10-15 sec - overall only after 20-25 sec. from clicking the tab I see the selected part of the page loaded Usually after 3-5 sec of waiting users get annoyed, and after 10 sec just leave the page. After 25 sec of waiting any visitor would certainly abandon the site. (this only happens with loading iframes, all other pages of the site are loaded just fine).
The described problems can be seen here: http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/test-for-tables-example-28/
Shortcodes are here:
[tabby title="Electric Actuation"] [advanced_iframe securitykey="6ef523c1208ec972c864bb0ae301b595fa34382e" id="e1" frameborder="0" src="http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/electric-actuators-all/" width="100%" height="800" use_shortcode_attributes_only="true" onload_resize="true" enable_lazy_load="true" enable_lazy_load_manual="auto" show_iframe_loader="true" onload_show_element_only=".table-act-e" iframe_hide_elements="tr.electromni, tr.a" scrolling="no" enable_responsive_iframe="true"]
[tabby title="Pneumatic Actuation"] [advanced_iframe securitykey="6ef523c1208ec972c864bb0ae301b595fa34382e" id="p1" src="http://ch1.2biz.ca/products/service-stuff-pages-not-shown-in-navigation-but-used-for-iframes-etc/pneumatic-actuators-all/" width="100%" height="800" use_shortcode_attributes_only="true" onload_resize="true" enable_lazy_load="true" enable_lazy_load_manual="auto" show_iframe_loader="true" onload_show_element_only=".table-act" iframe_hide_elements="tr.pa" scrolling="no" enable_responsive_iframe="true"]
I think partial solution could be to force loading of the iframes in background right after the whole page has completely loaded, so that by the time user clicks on the tabs with iframe, it has already become loaded. Plus in general optimize plugin speed and performance.
Hope you could do something about, because these serious issues make it impossible to use your really great plugin.
|