Can someone please help me with this..
I am facing a performance issue where occasionaly there is delay in loading the pages and i narrowed down the reason to be this.
Line 39 - qa-include/Q2A/Util/Metadata.php
$content = file_get_contents($metadataFile);
This above function call seems to take forever and causing issues with response times. is there anyway i can bypass this code or make it faster . and what is the purpose of this code ?