Recently I have completed migration from M1 to M2. Total of 5 stores reside under single Magento 2 installation in the Cloud now. Page speed is a pain point at this time. Lighthouse and web.dev scans suggesting several areas to be improved, such as bundling JS and reducing JS execution time, as well as minimizing main-thread work. Installed Amasty Page Speed Optimization extension, but it barely made an impact. Installed Magepack JS Bundling tool, and it did make small difference, however still need to get the websites optimized to improve the performance. Can anyone suggest another extension or recommend effective steps to get the sites optimized?
Magento 2 Enterprise Multistore - Speed Optimization
70 Views Asked by matrixman001 At
1
There are 1 best solutions below
Related Questions in OPTIMIZATION
- Optimize LCP ReactJs
- Efficiently processing many small elements of a collection concurrently in Java
- How to convert the size of the HTML document from 68 Kb to the average of 33 Kb?
- Optimizing Memory-Bound Loop with Indirect Prefetching
- Google or-tools soft constraint issue
- How to find function G(x), and make for every x, G(x) always returns fixed point for another function F(G(x))
- Trying to sort a set of words with the information theory to solve Worlde in Python but my program is way to slow
- Do conditional checks cause bottlenecks in Javascript?
- Hourly and annual optimization problem over matrix
- Sending asynchronous requests without a pre-defined task list
- DBT - Using SELECT * in the staging layer
- Using `static` on a AVX2 counter function increases performance ~10x in MT environment without any change in Compiler optimizations
- Is this a GCC optimiser bug or a feature?
- Performance difference between two JavaScript code snippets for comparing arrays of strings
- Distribute a list of positive numbers into a desired number of sets, aiming to have sums as close as possible between them
Related Questions in MAGENTO2
- Force Magento 2's checkout accordion to be open on first step, closed on second step
- get list of items from sku magento 2 programatically
- Decrypting Magento 2 customer passwords using email for migration to Shopify
- Venia pwa + magento 2 categories and products issue
- Magretno 2 how to send the request of place order when user checked on the check box of terms and condtion
- Magento Rest Api Recaptcha Validation Failed Error
- How to change server Elasticsearch version?
- Difficulty installing Magento2
- problem to include fontawesome 6 on magento 2
- Mutagen copy multiple times project (4 copy of the same project)
- Magento 2 Bulk endpoint fails
- How to setdata of custom dynamicrows ui component from category_form.xml in magento 2
- setup:di:compile error after upgrading to Magento 2.4.6
- magento 2.4.6 styles overide issue
- Magento2 : How to add custom validation to the dynamic rows created using UI component
Related Questions in PAGESPEED
- Setting an expiry date or a maximum age in the HTTP headers (Zope infrastructure)
- google PageSpeed Insights inconsistent result
- W3 Total Cache Wordpress plugin disturbing my page layout
- Critical css, above the fold content and rendered views
- Why do Images take forever to load?
- Polymer website "breaks" Pagespeed Insights
- Optimize CSS file size too big
- How to avoid render-blocking css via scroll-down media query
- Avoid render-blocking CSS/JS outside direct control
- Does wordpress site need optimization
- Compression svg file for website optimization
- Google servers see website differently
- .htaccess automatically update to old htaccess after 20 seconds
- Error loading SVG - ERR_CONTENT_DECODING_FAILED
- Long wait time on page load
Related Questions in CLOUD-HOSTING
- Creating a scalable database for android app | cloud hosted
- How to handle session management on cloud hosting in asp.net webform based website
- how to access database from server and my hosting is linux shared hosting
- How do I deploy and manage a small scale Java desktop application?
- Elasticsearch Hosting for Beginners
- Web application with solr hosting
- Using DigitalOcean droplet/vserver with ISPConfig3 - access the sites by IP
- what's the best way to play with cloud as independent project?
- extra large file distribution
- Cloud Service Providers for High Performance Application Benchmarks
- Avoiding Vendor-Lock-in: Is code written for Windows Azure completely portable to self-hosted IIS/ASP.NET?
- Is a real-time multiplayer game using Google App Engine feasible?
- Is Windows Azure Storage (Blob, Table, Queue) optimized for access from Windows Azure Roles?
- What is Cloud Computing and Cloud Hosting
- how to distribute a database with a REST service
Related Questions in MULTISTORE
- Is it possible in magento multi store website to get all category of all the store with single api
- how to fix this error on Dokan: "You can not add more than one vendors product in the cart"
- Prestashop 1.7.7 - HelperForm in a Multistore Context
- Prestashop multistore slow search requests (strange long SQL "WHERE p.`id_product` IN ...")
- MYSQL Prestashop 1.7 update price multistore
- Magento 2 Enterprise Multistore - Speed Optimization
- Prestashop second store redirects to main when www. is used
- How to set up multistore in sub domains in prestashop 1.7
- Prestashop 1.7.8.6 multistore nginx rewrite rules
- Create Woocommerce Multi store - Wordpress
- Opencart 3 journal 3, have a different homepage layout with 2nd store on multistore
- OpenCart 3, Multistore with different Admin panel and Database (Template folder from main domain)
- Magento2 Rest PUT API return payload of default store instead of the target store
- How to get a list of stores from multi-store PrestaShop 1.7 in a custom module?
- Prestashop Multistore - local product attributes cost overwritten by default shop
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It is difficult to say why your website is slow with limited information.
But you may try following.
Once you have some kind of report with which you can identify what is causing slowness. You may decide next course of action.