Performance data

Performance is measured on my 8 core 20GB RAM machine. When measuring I’m using 6x CPU throttle and slow 3G. In network tab check “Disable cache”. Enable https and http2 on local using devcert.

My nginx conf looks like following

server {
listen 80;
server_name m24.to;
set $MAGE_ROOT /var/www/m24;
set $MAGE_DEBUG_SHOW_ARGS 1;
include /var/www/m24/nginx.conf;
}
server {
listen 443 ssl http2;
server_name m24.to;
set $MAGE_ROOT /var/www/m24;
set $MAGE_DEBUG_SHOW_ARGS 1;
ssl_certificate /var/www/m24/m24.to.cert;
ssl_certificate_key /var/www/m24/m24.to.key;
include /var/www/m24/nginx.conf;
}

Using jakhotiya/magento-improved-bundling

In following case you see improvement in LCP by using move script to bottom option

--

--

just a bug hunter and problem addict

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store