WPPizza – A Restaurant Plugin for WordPress › Support › General Support › admin-ajax.php slow website
- AuthorPosts
- 26 October, 2016 at 12:28 pm #22814
Dear Sir,
On my website I am getting three calls to admin-ajax.php from wppizza which are ajax call and each call is taking nearly 2s and make my whole website slow. I have wp_rocket cache pluging installed. Here are details of these three calls and their exact time from firebug
1. action wppizza_json vars[attributes] {“type”:”cart”,”stickycart”:”1″,”height”:”300px”}
vars[type] hasCachePlugin and it takes 1.2s2. action wppizza_dbp_json vars[type] dbp-thickbox and it takes 1.49s
3. action wppizza_po_json vars[type] checkifopen and it takes 1.77s
Any suggestion on how can I optimize these three calls so that my website is not slow.
Best Regards.
Davinder26 October, 2016 at 12:34 pm #22816only because the wppizza ajax calls are slow, does not mean that those cause the slowness.
there is your whole WP environment that gets loaded (other plugins, themes etc) that may or may not slow things downfirst of all, i would suggest you turn off all other plugins and use a default twenty-xyz theme and see if that improves things.
then enable plugins/your theme one by one .Of course there is also the possibility that your server is just slow or a million other things that might cause performance problems for your particular setup
In any event , there is nothing I can help you with
- AuthorPosts
- The topic ‘admin-ajax.php slow website’ is closed to new replies.