Hello, I have issues with the sign out function Fr...
# support-questions-legacy
n
Hello, I have issues with the sign out function Frontend : React Backend : FastAPI I get a 200 from the sign out request but the user is still signed in
r
hey @nano_ck What are the sign out request and response headers?
n
nevermind now it works Therefore the request takes 5.8 seconds
It looks like the core is really slow
@rp_st
What could cause the core to be so slow?
I can send you the link in DM if you want to check
r
are you using our managed serivice?
n
A self hosted one
r
right. Are you sure it's the core that's slow or the python backend?
n
Yes, the core is slow and not the python because when I access the core's URL it takes a few seconds to answer with hello
and when I open the link of something else hosted on the same server, it isn't as long
Do you want me to send you the links in DM?
r
sure.
how are you running the core? Have you changed any config of it?
n
I added the api key and mysql creditentials
r
hey. Im not quite sure why it's slow. How are you running it? In an ec2 instance or where?
n
I don't really know, I just downloaded it, and launched it with supertokens start
r
It may be an issue with your system not giving it enough memory or cpu. I’m not sure about your local setup
The amount of memory needed is a minimum of 150 mb and one cpu core should be enough
Try to use our managed service, or host the instance using docker, or via a cloud instance on aws
n
Ok
Thank you