Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54221, comment 56


Ignore:
Timestamp:
10/25/2023 06:28:50 AM (21 months ago)
Author:
vimalroy08
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54221, comment 56

    initial v1  
    1515
    1616How can I fix this issue? We have a total autoload data size of more than 2 MB, and the biggest autoload data is from the "_transient_dirsize_cache" row in the "wp_options" table. How can I optimize it and increase the performance of the website? Since the autoload data is larger than 800 KB, the loading and other functionalities on the WP admin side are very slow.
     17
     18
     19Do we need to do the fix manually which is mentioned here in the patch? When can we expect the fix for all? In the meantime can we make the "_transient_dirsize_cache" autoload value to "no"? When can we expect a release for this issue update from WordPress?