• Just updated a few sites to the new WP 6.6, and there has been a major increase in memory usage. Double what it was before the update on some sites and that is the only thing that has changed. Tried purging caches and everything, nothing brings it back to the efficiency it was before the update. Running currently WP version 6.6 and php 8.0.30, litespeed webserver, 10.5.21-MariaDB.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator t-p

    (@t-p)

    Thread Starter Mandi

    (@mandifaux)

    Hi again. Looked at all that and have some optimizations in place for speed and resource reductions already. The page loading speeds are fine. What isn’t is the increase of memory usage on the server side. One of mine, for example, was only using a bit less than 80MB memory with WP 6.5.5. After the WP 6.6 update memory usage increased to 150MB plus, with no way of getting that reduced.

    I did see some issues with the html5-named-character-references.php file, so I commented that out in wp-settings, then forced cache refresh on the server and that got it down to 125MB use. Still its not close to where it was before. Its a significant increase when you have a few WP’s on the server, the difference between doing well, and the possibility of having to get another to offset the memory use increase (will likely be going back to 6.5.5 until the memory leaks – inefficiencies are fixed up)

    Moderator Tellyworth

    (@tellyworth)

    So I can reproduce the issue: how exactly are you determining memory usage?

    Are you seeing this behaviour in a clean install with no plugins and the default theme?

    Thread Starter Mandi

    (@mandifaux)

    Guess to reproduce the issue is to install fresh WP 6.5.5, then go into your WHM and then go to the CloudLinux Manager, there is where it says the current memory and cpu usage for the sites running on the server, refreshed on a 10 second interval. Alternatively through Cpanel use the Resource Usage feature. Have it on for a while, then update to 6.6. For most of the sites doing that alone caused a memory increase to nearly double.

    I did try default theme and there was no change in excessive use.

    Themes in use on the sites are Sydney, Tentered, Obelisk, PopularFX (all experiencing the major increase of memory use)

    All required modules are installed for php 8.0. All databases are the current InnoDB format.

    Only thing I found so far is commenting out that html5-named-character-references.php file and refreshing server OPCache and Redis makes it use 25MB less memory. Not sure why that file uses so much for just one file, and if anything else is associated with it causing the increase.

    Moderator Tellyworth

    (@tellyworth)

    I don’t have cPanel to check using those methods.

    One thing I did try is using Debug Bar in Playground, and comparing reported memory usage there across WP 6.5 and 6.6:

    https://playground.wordpress.net/?plugin=debug-bar&php=8.0&wp=6.5&storage=none&networking=yes

    https://playground.wordpress.net/?plugin=debug-bar&php=8.0&wp=6.6&storage=none&networking=yes

    Both generally show around 24-28 MB on any given page load, with no notable jump in 6.6. That’s obviously not an exhaustive test, just noting it as a data point.

    Are you able to repro with Debug Bar? Do you see elevated memory use only on specific pages, or is it everywhere?

    Thread Starter Mandi

    (@mandifaux)

    That must be similar to Query Monitor plugin? I was trying that plugin out to see the front end memory use, and that looks good. Around 23 to 24MB use all over my test site. It’s the back end use that increased. Server side after a few refreshes it says 125.05M, on that site it would have been approx 75M prior to the update. I’ll have to roll back the test site to 6.5.5 and do a few refreshes and observe the front end use, and also the sql query count. Is there more cache in the updated version perhaps? That would be a possible explanation of the increase in the back end server side memory use.

    Moderator Tellyworth

    (@tellyworth)

    Yes it’s a bit like a simple version of Query Monitor.

    ’s the back end use that increased. Server side after a few refreshes it says 125.05M, on that site it would have been approx 75M prior to the update.

    To clarify: did that 125.05M figure come from Query Monitor? And when you say “back end” / “server side”, do you mean viewing pages within /wp-admin/ or do you mean the whole server-side stack?

    If I was to try to replicate your steps to see high back-end memory usage, exactly what pages should I refresh?

    What exactly is measured by your WHM server tool? Does it include things like httpd, MySQL, and Redis in addition to PHP?

    • This reply was modified 4 months, 1 week ago by Tellyworth.
    Thread Starter Mandi

    (@mandifaux)

    The 125.05M figure came from the CloudLinux manager, which is in the WHM panel. For that it is kind of unclear what all it actually monitors. This is what I found out:

    Memory usage: CloudLinux monitors your account’s virtual and physical memory usage.

    plus this extra info: To determine your account’s current memory usage, log in to cPanel. On the cPanel home screen, under Stats, locate Virtual Memory Usage and Physical Memory Usage. Please note that the Physical Memory Usage value also includes disk cache usage, so the actual amount of physical memory usage is not entirely accurate. If the actual amount of available physical memory ever runs low, however, CloudLinux automatically frees the disk cache memory.

    For query monitor on my test site refreshing a station page (its got a backup of the radio plugin that was on here last year) the results were:

    WP 6.6

    Page Generation Time

    0.2893s
    0.2% of 180s limit
    Peak Memory Usage

    23,997,736 bytes (22.9 MB)
    1.1% of 2,048 MB server limit
    Database Queries

    0.1822s

    74 queries

    WP 6.5.5

    Page Generation Time

    0.2958s
    0.2% of 180s limit
    Peak Memory Usage

    23,839,904 bytes (22.7 MB)
    1.1% of 2,048 MB server limit
    Database Queries

    0.1692s

    75 queries

    Front end (query monitor) looks good for both, just that back end (what CloudLinux manager says) that increased a lot. This is the section of it I monitor for that usage:

    https://docs.cloudlinux.com/shared/lve_manager/#current-usage-tab

    I saw a ~ 20% RAM usage increase on average, across ~ 20 sites, based on CloudLinux stats.

    Regardless of how and what CloudLinux uses to measure, it is noticeable, it can affect you (if you are near the “RAM” limit), and it seems higher than the previous updates (over time, WP and other apps do require more and more resources, it is a gradually increasing trend, this update is just a bit more noticeable/severe in those terms).

    My stats:

    https://io.bikegremlin.com/34625/wordpress-6-6-x-ram-usage/

    P.S.

    I’ve also noticed a bag when you want to edit a hyperlink at the end of a post – the popup window gets blocked by the stuff below (so I must create a few blank . That one could be the theme (GeneratePress) or plugins (The SEO Framework stuff is the first thing below), but it wasn’t present in 6.5.5.

    Relja

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.