What makes you think it is high usage?
Do you have unnecessary PHP extensions enabled, like xdebug?
Are there any real performance problems or you're just frightened by 30 Mb consumption?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I just installed clockwork so that I can observe and optimize heavy queries, and I noticed that every request, even the built-in api/health-check consumes 28~35mb memory.
At first, I thought it was an issue related to clockwork, so I decided to try telescope, and it also reports the same memory usage.
By the way, the project is running on docker container locally. I'm not particularly sure, but could it be the reason why?
EDIT:
Tried the following as stated in the documentation.
xdebug.mode = profile xdebug.start_with_request = trigger xdebug.profiler_output_name = cachegrind.out.%u.%r
also tried the following DataSources:
PhpDataSource
LaravelDataSource
but still doesn't change a thing
Please or to participate in this conversation.