Magento 2 Resource Hints Extension

$49.00
One-time cost
4.25
Rating:
85% of 100
(23)

Magento 2 Resource Hints Extension benefits in fine-tuning your store performance and speeding up the execution by adding preload, preconnect, and prefetch resource hints to Magento 2 store header.

  • Simple paste URLs of resource hints & save.
  • Allow to insert 3 resource hints - preload, preconnect, and prefetch.
  • Preload quick links to serve fast loading speed.
  • Accelerate website speed with resource hints.
  • Improve website page performance.
  • Stay one step ahead of users and keep pages fast.
  • REST API Available / GraphQL API Available.
  • Compatible with Hyvä.
MageComp Tested By Adobe Developer MageComp Extension Compatiblity With Hyva Theme MageComp Extension Ready With Rest API MageComp Extension Ready With GraphQL MageComp Extension Install With Composer
2.3.X - 2.4.8 Compatible
Links
MageComp Adobe Frontend Developer
MageComp Adobe Business
MageComp Adobe Proffesionals
30 days money back

30 DAY

MONEY BACK

One year free upgrade

1 YEAR

FREE UPGRADE

1 year free support

1 YEAR

FREE SUPPORT

Screenshot

eCommerce store owners are always worried about the website page speed, performance, loading time etc. Indeed, it must be taken into consideration. These issues directly impact the UX which increases bounce rates. Customers love shopping with eCommerce websites that provide them with ease in shopping and quick execution. For that, you need to look for ways to optimize store performance. If you're Magento 2 store owner, be stress-free as MageComp has come up with a super-duper module to speed up your store pages.

Magento 2 Resource Hints extension integrates preload, preconnect and prefetch resource hints with the store header. Enter the URLs of the elements you want to preload, preconnect and prefetch. Store admin can also preload the quick menu links when the visitors hover on them. Preload, preconnect and prefetch resource hints can be useful to get more control over the website elements and increase performance speed. 

 

Benefits of Magento 2 Resource Hints Extension

 

Integration of Preload, Preconnect & Prefetch Resource Hints

Magento 2 Resource Hints module helps easily add preload, preconnect, and prefetch resource hints to Magento 2 store header to improve website loading speed.

Preload Quick Menu Links on Mousehover EventPreload Quick Menu Links on Mousehover Event

Preload Quick Menu Links on Mousehover Event

Resource Hints for Magento 2 extension also has the ability to preload the menu hyperlinks when users hover on them.

Performance Optimization with Resource Hints

Preload, preconnect & prefetch resource hints are added to the head tag which help improve the store performance.

Performance Optimization with Resource HintsPerformance Optimization with Resource Hints

 

Why Choose MageComp’s Magento 2 Resource Hints Extension?

 

  • Add preload, preconnect, and prefetch resource hints to website header.
  • Enhance page speed and website execution
  • Add URLs to the respective box for preload, preconnect, and prefetch.
  • Enable preload for quick menu links on hover.
  • Boost the store performance by optimizing the delivery of resources.
Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account

Version 1.0.3 Date : 20-05-2025

- Compatible with Magento 2.4.8 version

- Improved REST API

Version 1.0.2 Date : 20-09-2024

- Improved REST API and GraphQL API

- Compatible with Magento 2.4.7 version

Version 1.0.1 Date : 20-07-2023

- Added REST API and GraphQL API

- Compatible with Magento 2.4.6 version

- Compatible with Magento Coding Standards

- Minor bug fixing

Customer Questions
1. What are resource hints?
Resource hints link preload, preconnect, prefetch is a relationship elements that indicate how a resource will get connected to or fetched by the user agent.
2. What are Preload, Prefetch, and Preconnect?
Preload helps to get control of how a particular resource will be fetched in the current navigation. Prefetch fetches the resources in the background that might be needed later. Preconnect initiates the early connection with the resources that are likely to be used in the future.
3. How do I install an Magento 2 Resource Hints Extension?
You can install the extension with Composer and then enable it, by running these commands:   composer require magecomp/magento-2-resource-hints bin/magento setup:upgrade bin/magento setup:di:compile      # (if in production mode) bin/magento setup:static-content:deploy bin/magento cache:flush
4. How this Magento 2 Resource Hints Extension Works?
The extension gives you an admin panel interface in Magento to specify the types of resource hints (preload, prefetch, preconnect, etc.) and will automatically add these hints to your store's <head> element to tell the browser it is important to load these resources sooner rather than later - therefore loading your site faster.
5. What are resource hints?
They are <link> HTML tags such as preload, preconnect, prefetch; to help the browser to understand how to prioritize resource loading for efficiency and speed.
6. What is the Magento 2 Resource Hints Extension used for?
It will help make your page loading performance faster by allowing you to insert resource hints without modifying theme files or editing the code inline.  It is the perfect way to improve frontend performance.
7. What are the benefits of using resource hints?
Improves speed by preloading or preconnecting to critical assets. Reduces initial page load time. Improved user experience. Assists with SEO by increasing performance score metrics.
8. Which resource hint types are supported in this extension?
The extension provides the ability to define the following types of resource hints:   Preload Preconnect Prefetch
9. Can I preload fonts and scripts in Magento using this extension?
Absolutely! You can preload fonts, scripts, stylesheets, images, and other resources by adding their URLs in the preload box in the extension configuration.
10. Will adding too many resource hints slow down my Magento store instead of speeding it up?
It is possible to use too many resource hints and impact performance negatively. Just be sure to only preload or preconnect to a resource when you really need to in the site! Too many additional hints of resources may waste bandwidth and slow you down.
11. How do I verify resource hints are working?
Check your front-end HTML:   Look for <link rel="preload" ...>, <link rel="preconnect" ...>, and similar tags in the <head>. You can use the browser dev tools (use the Network tab and Performance audits, such as PageSpeed Insights) to confirm hints are loading as expected.
12. Does the extension support multi-store Magento setups?
Yes! The extension supports Magento's multi-store functionality! You can assign different resource hints to each store view by using Magento's configuration scope.