Performance of wp-load.php
-
Hello!
I′m hosting a website whit wordpress as cms-system and a own backend (c#).
For my users i offer the website as PWA, so page speed is very important.
Calling my own backend with massive calculations (about 150kb returndata) and database access is very fast (about 20ms roundtriptime).
Website and DOM is rendered in about 250-300ms.
My server is also a dedicated server (12 new AMD cores).But when i call wp-load.php over a .php script if i make a ajax-call, loading of wp-load takes about 250ms. Is this a “normale” load time just for wp-load.php?
Is there a possibility to speed this up?Some facts:
Version 5.8.2
Server 12 Cores with about 3,5Ghz each, 16GB RAM, 1000mbit
PHP-Version 7.4.27
max_input_vars 1000
memory_limit 1024MPlugins (about 15), the important ones:
Autoptimize
Contact Form 7
Yoast SEODaniel
- The topic ‘Performance of wp-load.php’ is closed to new replies.