Clear opcache
cat /home/ec2-user/app/current/pub/report.php
<?php
opcache_invalidate('/home/ec2-user/app/current/pub/report.php');
opcache_invalidate('/home/ec2-user/app/current/file/to/clear/cache.php');
Then call example.com/report.php
cat /home/ec2-user/app/current/pub/report.php
<?php
opcache_invalidate('/home/ec2-user/app/current/pub/report.php');
opcache_invalidate('/home/ec2-user/app/current/file/to/clear/cache.php');
Then call example.com/report.php
Last modified at Wed May 21 17:26:47 UTC 2025