Clickbait title right? 😉
Released 4 months ago, the script is currently used by 4k WordPress sites.
gijo-varghese...
For further actions, you may consider blocking this person and/or reporting abuse
I tested it with my installation but it is useless if you have WordPress+woocommerce. It removed items from the cart when the customer entered the cart listing.... It simply trigger the links to remove items from there. It also generates a lot of irrelevant traffic to the server.
You've to exclude those links. It usually depends on the theme, that's why I couldn't add it to the default ignore list
instant.page/
Instant.page is different from Flying Pages. Read Instant.page vs Flying Pages
I'd address the 300ms+ ttfb first...
SSL handshake from server to a location halfway around the globe itself takes 250+ms.
You could just use a CDN.
CDN only fixes latency for static files. This is for dynamically generated HTML pages
For those looking for issues and needing wordpress plugins to slap some js on their pages, here ya go, copy paste to your page (layout) and you are golden.
This will preload all the links which will cause many issues like logging out users, adding unwanted products to cart, removing items from cart etc.
Also Instant.Page will preload all the links which can crash servers
Do you have any proof/example of precaching crashing any server?
And how is this not applying to the wp thingie?
I think you haven't read the blog post I linked before wpspeedmatters.com/quicklink-vs-in...
Interesting plugin,Thanks :) Some points and question:
In this post you are saying
preload
and usingprefetch
tag , its confusing for reader becausepreload
andprefetch
are different concepts.I tested your demo website home page:
In home page after load, I took a full screenshot , its here, As you can see initially all images are blank , as we scroll it loads the image, so does this plugin just lazy loads images ?
I click on a article, I expected whole article to be cached using
prefetch
in browser, but in network tab i can see it is pulling the html from server instead.Can you create separate demo website for the plugin with little assets and articles and explain step by step why this plugin is useful.
2.1 - The images are lazy loading using my other plugin, Flying Images. Flying Pages doesn't lazy load images.
2.2 - On clicking prefetched article, it will still show in the network tab, but the 'size' would be 'prefetch cache'. Make sure "Disable Cache" is unchecked. Here is how you can check if it's working properly or not: youtube.com/watch?v=T658UlOKdx8
I love that this solution specifically addresses challenges other options struggle with (QuickLink, Instant.page, etc.).
It's worth calling out, though, that preloading is not the same as prefetching. A true preload would fully render the page in a background tab, and can only handle one page at a time. Prefetching simply fetches the document, but doesn't parse any of its contents, including any CSS or JS called by that fetched page. Therefore, it's much less resource-intensive than preloading. They both serve important performance-related purposes, but are still very different. I wrote about this in more depth here:
macarthur.me/posts/best-ish-practi...
Yes, Flying Pages use
prefetch
. Theprerender
will consume too much bandwidth and cause issues in reporting tools like Google AnalyticsThere are some special settings or precaution for woocommerce? like disable /checkout in addition to /cart page
Adding "checkout" and "cart" to the ignore list should fix most of the issues. It's also good to add "?" to the list so that any links that update quantity or something via query parameters will not be preloaded
Flying Pages doesn't decrease the load time of the page. It only speeds up inner page navigation. That is when you open the site and click on any link
If you open the network tools and open a link, you'll see size as "preload cache". Test it out in an incognito window if you've disabled it for admins
Wow, didn't know about this tool! Thanks!
Welcome :)
Thanks for the plugin. I have implemented it on my website. wplogout.com
It is working like a charm. Thanks, Gijo.
Great plugin thinking to implement it on my blog bloggingidol.com.
Thank you. I applied your wordpress plugin on my sites
Awesome!
Nice and Awesome.
Loved. Thanks Developer
hello how does it handle google adsense ads ?
Flying Pages doesn't preload external links. So there won't be any issue with Ads