To better monitor and optimize the performance of our background screenshot generation, I've added comprehensive timing logs into the screenshot capture flow. By tracking the time taken for canvas initialization, DOM serialization, SVG blob creation, and final image encoding, we can more effectively debug bottlenecks in the image capture pipeline across different page types. Senior dev approves of adding logs for better visibility

Added detailed timing logs to the screenshot capture pipeline - subh05sus/cosmyc-ai