After I install a theme I have to reload the webpage 3-4 times before I have all elements loaded. For some reason I get a 503 error (net::ERR_ABORTED 503 (Service Unavailable)), but after 3-4 refreshes with either ctrl+R or F5 it works. But when I do a ctrl+shift+R refresh then I have to refresh it all again 3-4 times for properly working
When I open the developer tab and look at the network tab it seems that the calls are simply stopping and no more calls are made. Then when I refresh the pictures/files are cached and it can make more calls to the server
The docker stats. On a reload I hit 30-40% on the wordpress container
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
3bea8e5a1c28 phpmyadmin 0.01% 12.01MiB / 62.35GiB 0.02% 1.53kB / 0B 0B / 16.4kB 6
bb164fad39ef wordpress 0.01% 166.4MiB / 3GiB 5.42% 18.9MB / 366kB 0B / 172kB 9
eef2153ef316 wordpress_db 0.17% 205.1MiB / 62.35GiB 0.32% 237kB / 18.8MB 0B / 26.5MB 29
files not loaded from a fresh reload
face4-circle.jpg503text/html(index):1786596 B33 ms
face1-circle.jpg503text/html(index):1354596 B5 ms
face2-circle.jpg503text/html(index):1434596 B5 ms
face3-circle.jpg503text/html(index):1866596 B46 ms
I am using nginx proxy manager with the following settings
scheme: http cache assets: true block common epxloits: true websockets support: false
SSL: force SSL: true http/2 support: true hsts enabled: true hsts subdomains: true
in advanced I have
My docker compose file is below
The custom-php.ini
The Issue:
After I install a theme I have to reload the webpage 3-4 times before I have all elements loaded. For some reason I get a 503 error (net::ERR_ABORTED 503 (Service Unavailable)), but after 3-4 refreshes with either ctrl+R or F5 it works. But when I do a ctrl+shift+R refresh then I have to refresh it all again 3-4 times for properly working
When I open the developer tab and look at the network tab it seems that the calls are simply stopping and no more calls are made. Then when I refresh the pictures/files are cached and it can make more calls to the server
The docker stats. On a reload I hit 30-40% on the wordpress container
files not loaded from a fresh reload