-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add performance enhancements for WP #104
Comments
Background:
In addition:
|
VIP has some more performance tweaks here but I've not looked at them in depth: https://github.com/Automattic/vip-go-mu-plugins-built/tree/master/performance |
@roborourke could you point where to add comment limitations please? |
Relevant link for enabling LTCU during cron events: https://github.com/humanmade/rs-dms/blob/054cc7468403c4efe97f1793b46e6a5d26bbc622/client-mu-plugins/rs-bulk-management/inc/functions.php#L68-L72 |
Both packages mentioned in the description aren't on packagist. @rmccue is checking if there are forks/substitutes to use instead. |
@dashaluna the comment pagination code should go in performance namespace, you should find it under the |
@dashaluna sorry! My fault, the code I was thinking of is in the cloud module. In this case you can add the code to the |
@rmccue let me know if there are any updates on those plugins in the description. |
Waiting to see what to do with both plugins as they are not on packagist. |
@dashaluna if you have time and want to come back to this you can create issues on the repos to request that they publish them on packagist. We've done that before. |
Post cache: Automattic/advanced-post-cache#19 |
Core WP has some performance issues that may only reveal themselves in certain situations. We can start adding some simple mitigations in this module:
ht/ @johnbillion
Acceptance criteria:
composer,json
muplugins_loaded
hook ininc/namespace.php
composer.json
muplugins_loaded
hook ininc/namespace.php
The text was updated successfully, but these errors were encountered: