You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2022/04/14 16:53:31 UTC

[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2089: High TTFB with PageSpeed

Lofesa commented on issue #2089:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2089#issuecomment-1099401496

   Hi @Ungov77 @jmarantz 
   
   Take a look on this:
   
   https://www.keinegotterkeinemeister.de/pagespeed_admin/cache#physical_cache
   
   See evictions and current objects stored:
   
   curr_items:            53457
   evictions:             25654735
   
   I think is a big amount of evistions.
   
   You are using only a 64Mb memcache database
   
   bytes:                 63936177
   
   
   In the config file for memcached (normaly /etc7memcached.conf or /etc/system/memcached.conf) you can increase the size of RAM memcached uses:
   
   
   change `m 64` whit the size you will use.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org