Hey, what were the results without memcached?

You can try checking this:
- Are the tests done in equal conditions? (cold caches, same load, averages 
from 10 tests not just single result, etc.)
- Is memcached working and setup properly? Connect via telnet to memcached 
host/port and try STATS command to see if new items are added/accessed. It 
may be that something is misconfigured and the connection is timing out.
- Maybe TCP_NODELAY is not enabled in the client? What's loopback's 
interface MTU? if it's > 1500 try setting to 1500. 
- File max_open_files limit too low? Check file limits, it may be that 
memcached is timing out waiting for OS handles to free.

In general i think impossible that properly configured client/server could 
make any php website to work considerably slower.


piątek, 17 lutego 2023 o 21:21:50 UTC+1 Rest Tores napisał(a):

> Hi everybody,
> I installed memcached in my server , and i tested it in a working WP site 
> and i got much more worst results in gtmetrix.
> With memcached
> https://prnt.sc/MfmhLu-Qf_WC
> Any advice ?
> Thank you 
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/cf2a635c-ce5a-4516-972d-b44236a69d7dn%40googlegroups.com.

Reply via email to