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
- how to remove unused js of a page with JQuery?
- Google Tag Manager seems to slow down website (according to PageSpeed)
- Why PageSpeed Insights is not updating/changing my webpage Discover what your real users are experiencing?
- Defer in script tag not work as script evaluates before HTML is parsed
- How to set specific width and height of a div element when media queries are present in css file?
- ReferenceError: tdbMenu is not defined at HTMLDocument.<anonymous>
- Page speed insight shows FID & INP not applicable in desktop & mobile
- How to eliminate "Avoid Large Layout Shifts" for the below code?
- Error! Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)
- Slow pagespeed render delay
- How to further mitigate bad web vitals LCP results?
- How to optimize largest contentful paint time of responsive image that fills the whole screen
- How to improve my First Contentful Paint (FCP) and Largest Contentful Paint (LCP)
- script-src missing according to Google Page Speed although it's in the .htaccess
- WordPress add_action('wp_head'... not working
Related Questions in CLOUD-HOSTING
- How to use a auto generated ssh key to connect to server with Amazon Lightsail Service through ModulesGarden
- Magento 2 Enterprise Multistore - Speed Optimization
- How much ram i need in cloud hosting for 100 kb website storage?
- How to host a script?
- what I'm missing here with curl/bash?
- Cannot write to images directory | cloud hosting with Laravel forge
- How do I solve 404 prolem in wordpress using hostinger
- Is there an alternative for game server which works like Google Cloud Functions?
- How to securely deploy a Fullstack website on VPS
- Using Celery/RabbitMQ/Flower in deployment with Django Website
- Cloued group instances, cloud vm instances
- What should I look at when it comes to security on web applications?
- why my AWS Lighsail hosting down eveeyday?
- Can we install any module in cloud hosting?
- How to use pg_dump correctly to replicate my local database to a remote server
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.