<script src="https://cdnjs.cloudflare.com/ajax/libs/quicklink/2.3.0/quicklink.umd.js"></script>
<script>
window.addEventListener('load', () => {
quicklink.listen();
});
</script>
Hello, I would like to know if this js code is still usable or if it has a new version updated ? Because I have just copied it in the end of my body section ! If there is a new version, could you give it to me please ? Thanks a lot in advance. Philippe
]]>Seem like the version 2.3 implements the Speculation Rules API which, in my point of view, sounds like a perfect match for this plugin.
Thanks for a really good work making the web appear quicker for the user ??
]]>Hello:
I have a CDN configured
Can you also optimize the plugin with “link rel =”prefetch” for CDN urls?
Thank
]]>It makes no sense to see an entry and load the amp page
Because a desktop user will not get to see an amp entry
https://prntscr.com/pfm91x
Hi, currently all add_to_wishlist links are followed and all products are added to the wishlist:
/product-slug/?add_to_wishlist=190
…
…
quicklink/plugin-compatibility/woocommerce.php
// Do not preload the cart, as it is usally ressource heavy.
$wc_ignores[] = '^' . preg_quote( $woocommerce->cart->get_cart_url(), '/' );
// Do not preload the checkout url for the same reason as above.
$wc_ignores[] = '^' . preg_quote( $woocommerce->cart->get_checkout_url(), '/' );
would be:
$wc_ignores[] = '^' . preg_quote( wc_get_cart_url(), '/' );
$wc_ignores[] = '^' . preg_quote( wc_get_checkout_url(), '/' );
]]>
Dear Developer,
I recently spotted an issue after enabling this plugin.
Probelm: https://imgur.com/jdSm26q
This is why we need to fix: https://imgur.com/a/Y4sdAdq
There is a popular plugin called Ad Inserter which add few links in the WP Toolbar for the debugging purpose. It set a cookie in the browser as user click on that link.
It has come to my notice that Quicklink preload that page and disrupt user-experience by showing debugging mode without user-consent.
Thanks
Sincerely,
Gulshan
Dear admin,
If I use the plugin may it make the loading speed of my website slower? Any possibility —-
Hi,
I love what this plugin does for user experience, except for the bit that it broke on my site! I use a directory plugin which does not allow back end dashboard operations to function when this plugin is activated. The developers looked into the issue and noted the following issue arising.
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in \wp-includes\functions.php on line 4773
How can I get around this?
Thanks
]]>Hi Noticed this Plugin Conflict with WPS Hide Login WordPress plugin
While scrolling the Page to the Comment box Site will automatically log out and Session was Expired Makes Keeps Logging Out Problem
great plugin
BUT
when browsing from ANY IOS 11 device
navigation menu was not working at all
and images were missing randomly
any updates ?
Hello
Thank you for this plugin. It was mentioned to me via a facebook group.
Upon testing (i am also using AutoOptimize and CacheEnabler) I get a console error for an insecure prefetch request to my contact us page.
When I deactive the plugin and clear my cache that error disappears.
]]>Hello there,
First of all, what a great plugin you have done here! I just give you three more Months to reach the top of the most downloaded plugins.
There is one thing though ( at least from my perspective ), when I visit any Product page it automatically adds to the cart this product. Making an exception would help indeed. This also might be caused by not being compatible with my theme? Maybe.
Anyway, hope this helps you to improve it.
Danke!!
Hi,
Since I saw this thread: https://www.ads-software.com/support/topic/woocommerce-compatibility-61/
I was wondering if this string of code gets in the next update of this plugin, so others with a woocommerce website can safely use your plugin.
I have no php knowledge, but I’m dying to give this plugin a shot on my woocommerce website.
Thanks in advance!
]]>Hey there,
I’m pumped to try this out! Was just wondering if Google Analytics or FB Pixel or any other tracking script will count each preload as a visit?
Thanks!
]]>Hello, Hope you are well I have been looking into this via Google Labs I have to say great work love what you have done ??
I used the plugin on my website and it worked a charm in terms of speed. I did, however, break a few plugins on my site which does important jobs one of which is:
https://easydigitaldownloads.com/downloads/frontend-submissions/
Basically uses a front end form to submit products, and as the form uses ajax to submit, I noticed your plugin broke these actions.
Would I be a good idea to build an options page to that you can exclude classes or DOM elements from Quicklink?
I could see this causing problem on cart buttons and forms etc.. etc..
Let me know your thoughts please ??
]]>https://prntscr.com/mhm6jo ??
I think it’s right, it worked for me
Would be nice if we can exclude pages, for now iv’e edited the plugin:
// Abort on woocommerce pages and other dynamic pages
if (is_cart() || is_checkout() || is_product() || is_page(10246) || is_page(31481)){
return
}
I have tried this plugin on 2 of my websites and get multiple 503 error messages. I have had to deactivate it.
]]>Hi there, is this plugin compatible with other active cache plugins on a site or there is no interference whatsoever?
Thanks!