• alexlii

    (@alexlii)


    Hello,

    At moment, I would like to show my understanding that there are not much document for reference, these following questions might be your FAQ questions:)

    Issues:

    1# Once “Enable Lazy loading”, the images in buddypress stream page will look like this,https://prntscr.com/he45ge, is it possible resolve?

    2# Heartbeat locations must be wordpress default, or the activities stream page will show blank, like this: https://prntscr.com/he46xn, any suggestion?

    Questions:

    1# 3Redis cache and Cache for WordPress Performance both are activated, any potential conflict in performance and speed at frontend?

    2# our server is in china,accessing autoptimize setting page is very slow at backend, any other plugins suggestion to replace autoptimize?

    3# when WP disable is activated, do you think we still need both WP Super Minify and WP Performance Score Booster needed to be activated?

    4# What does “Load after onload” mean please?

    5# we used WP-Optimize for database optimizing, do you still suggestion OPTIMISE DB is activated or enabled?

    6# what does “Expand / Threshold” mean?

    7# If we are using Nginx server, “Enable Gzip Compression” will work too? if not, any plugin to recommend?

    Thanks for great work, and have a nice day!

    Alex

    • This topic was modified 7 years ago by alexlii.
    • This topic was modified 7 years ago by alexlii.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Optimizing Matters

    (@optimizingmatters)

    2#our server is in china,accessing autoptimize setting page is very slow at backend, any other plugins suggestion to replace autoptimize?

    You can use this code snippet to stop autoptimize from downloading the rss-feeds for “futtta about” and the “optimize more” content (which is what is probably slowing things down);

    
    add_filter('autoptimize_settingsscreen_remotehttp','__return_false');

    frank (ao dev)

    Thread Starter alexlii

    (@alexlii)

    @optimizingmatters,

    Thanks for reply, and where should I input this code line please?

    add_filter(‘autoptimize_settingsscreen_remotehttp’,’__return_false’);

    Alex

    Optimizing Matters

    (@optimizingmatters)

    you could add it to your (child) theme’s functions.php, but the better (safer, lasting) method is to add it using the code snippets plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Test issue and question on Buddypress sites.’ is closed to new replies.