Wordpress page is idle for 25+ seconds and script only take 1 sec to load how to find the delay in oage loadCached, PHP generated Thumbnails load slowlyhow to increase the page loading speed of particular pageSlow page load in wordpress sidebarPage loading issue with wordpressPHP script of WP plugin takes 11 seconds to loadDiagnose slow loading page in PHP/WordPress/WooCommerceReplacing a 32-bit loop counter with 64-bit introduces crazy performance deviationsHow do l reduce the load time of an ecommerce site developed using wordpress and hosted on xamppWordpress page loading issueHow can I reduce the Idle time of an wordpress website
Why didn't Aeroflot Flight 1492 dump its fuel first?
How to use structured binding in an array passed as arg to some function?
Smallest Guaranteed hash collision cycle length
What does i386 mean on macOS Mojave?
Was this character’s old age look CGI or make-up?
Is there any evidence to support the claim that the United States was "suckered into WW1" by Zionists, made by Benjamin Freedman in his 1961 speech?
What is the significance of 4200 BCE in context of farming replacing foraging in Europe?
Why was the Ancient One so hesitant to teach Dr. Strange the art of sorcery?
use the oversamplling followed by '' decimation method ''to increasee the ADC resolution and not normal averaging
How to compact two the parabol commands in the following example?
Renting a house to a graduate student in my department
Was there ever any real use for a 6800-based Apple I?
Can the sorting of a list be verified without comparing neighbors?
On studying Computer Science vs. Software Engineering to become a proficient coder
How to make a language evolve quickly?
What to do if SUS scores contradict qualitative feedback?
How can this triangle figure be modeled/drawn with TikZ?
On what legal basis did the UK remove the 'European Union' from its passport?
Find the cipher used
How to pronounce "r" after a "g"?
Pre-1993 comic in which Wolverine's claws were turned to rubber?
Is the schwa sound consistent?
What is the best way for a skeleton to impersonate human without using magic?
How does Howard Stark know this?
Wordpress page is idle for 25+ seconds and script only take 1 sec to load how to find the delay in oage load
Cached, PHP generated Thumbnails load slowlyhow to increase the page loading speed of particular pageSlow page load in wordpress sidebarPage loading issue with wordpressPHP script of WP plugin takes 11 seconds to loadDiagnose slow loading page in PHP/WordPress/WooCommerceReplacing a 32-bit loop counter with 64-bit introduces crazy performance deviationsHow do l reduce the load time of an ecommerce site developed using wordpress and hosted on xamppWordpress page loading issueHow can I reduce the Idle time of an wordpress website
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have site on aws windows server and running a wordpress site with the help of xampp, all pages are loading fine but there is one page ("http://13.58.255.34/candidates-list-with-filterable/") this is taking too much time to load.
I have tested it on pingdom and many other sites and it shows that my page is idle for more than 25 secs and load data after that

In above image php scripts are taking some seconds only but in developer console total time taken is 29.37 secs, idle time is 28.73 secs, and page load time is less than 5 secs.
I want my page load time under at least 10 seconds.
Thanks in advance.
php wordpress performance
add a comment |
I have site on aws windows server and running a wordpress site with the help of xampp, all pages are loading fine but there is one page ("http://13.58.255.34/candidates-list-with-filterable/") this is taking too much time to load.
I have tested it on pingdom and many other sites and it shows that my page is idle for more than 25 secs and load data after that

In above image php scripts are taking some seconds only but in developer console total time taken is 29.37 secs, idle time is 28.73 secs, and page load time is less than 5 secs.
I want my page load time under at least 10 seconds.
Thanks in advance.
php wordpress performance
add a comment |
I have site on aws windows server and running a wordpress site with the help of xampp, all pages are loading fine but there is one page ("http://13.58.255.34/candidates-list-with-filterable/") this is taking too much time to load.
I have tested it on pingdom and many other sites and it shows that my page is idle for more than 25 secs and load data after that

In above image php scripts are taking some seconds only but in developer console total time taken is 29.37 secs, idle time is 28.73 secs, and page load time is less than 5 secs.
I want my page load time under at least 10 seconds.
Thanks in advance.
php wordpress performance
I have site on aws windows server and running a wordpress site with the help of xampp, all pages are loading fine but there is one page ("http://13.58.255.34/candidates-list-with-filterable/") this is taking too much time to load.
I have tested it on pingdom and many other sites and it shows that my page is idle for more than 25 secs and load data after that

In above image php scripts are taking some seconds only but in developer console total time taken is 29.37 secs, idle time is 28.73 secs, and page load time is less than 5 secs.
I want my page load time under at least 10 seconds.
Thanks in advance.
php wordpress performance
php wordpress performance
edited Mar 23 at 11:49
Praveen
asked Mar 23 at 11:35
PraveenPraveen
506
506
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'll level with you.
You're deep in the weeds of bad choices.
First, you should run WordPress no a Linux server, which is it's more native environment.
Additionally if you have long running processes to accumulate the data that would be your slow down.
You would be better served to cache that data in a transient or other rather than updating the data at page load every time.
Finally, even 10 seconds is a very long page load.
You might start with a comprehensive caching plugin and see where it gets you.
Thanks for the reply, I was setting it up ubuntu but permission issues were there, can you please help me with that
– Praveen
Mar 25 at 3:45
Honestly I would recommend hosting with Digital Ocean and using the WP install if you want a little dedicated machine. You could also host with something like flywheel and managing your site using local by flywheel would probably make your life a lot easier.
– Jordan Cauley
Mar 26 at 11:30
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55313318%2fwordpress-page-is-idle-for-25-seconds-and-script-only-take-1-sec-to-load-how-to%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'll level with you.
You're deep in the weeds of bad choices.
First, you should run WordPress no a Linux server, which is it's more native environment.
Additionally if you have long running processes to accumulate the data that would be your slow down.
You would be better served to cache that data in a transient or other rather than updating the data at page load every time.
Finally, even 10 seconds is a very long page load.
You might start with a comprehensive caching plugin and see where it gets you.
Thanks for the reply, I was setting it up ubuntu but permission issues were there, can you please help me with that
– Praveen
Mar 25 at 3:45
Honestly I would recommend hosting with Digital Ocean and using the WP install if you want a little dedicated machine. You could also host with something like flywheel and managing your site using local by flywheel would probably make your life a lot easier.
– Jordan Cauley
Mar 26 at 11:30
add a comment |
I'll level with you.
You're deep in the weeds of bad choices.
First, you should run WordPress no a Linux server, which is it's more native environment.
Additionally if you have long running processes to accumulate the data that would be your slow down.
You would be better served to cache that data in a transient or other rather than updating the data at page load every time.
Finally, even 10 seconds is a very long page load.
You might start with a comprehensive caching plugin and see where it gets you.
Thanks for the reply, I was setting it up ubuntu but permission issues were there, can you please help me with that
– Praveen
Mar 25 at 3:45
Honestly I would recommend hosting with Digital Ocean and using the WP install if you want a little dedicated machine. You could also host with something like flywheel and managing your site using local by flywheel would probably make your life a lot easier.
– Jordan Cauley
Mar 26 at 11:30
add a comment |
I'll level with you.
You're deep in the weeds of bad choices.
First, you should run WordPress no a Linux server, which is it's more native environment.
Additionally if you have long running processes to accumulate the data that would be your slow down.
You would be better served to cache that data in a transient or other rather than updating the data at page load every time.
Finally, even 10 seconds is a very long page load.
You might start with a comprehensive caching plugin and see where it gets you.
I'll level with you.
You're deep in the weeds of bad choices.
First, you should run WordPress no a Linux server, which is it's more native environment.
Additionally if you have long running processes to accumulate the data that would be your slow down.
You would be better served to cache that data in a transient or other rather than updating the data at page load every time.
Finally, even 10 seconds is a very long page load.
You might start with a comprehensive caching plugin and see where it gets you.
answered Mar 23 at 17:27
Jordan CauleyJordan Cauley
21915
21915
Thanks for the reply, I was setting it up ubuntu but permission issues were there, can you please help me with that
– Praveen
Mar 25 at 3:45
Honestly I would recommend hosting with Digital Ocean and using the WP install if you want a little dedicated machine. You could also host with something like flywheel and managing your site using local by flywheel would probably make your life a lot easier.
– Jordan Cauley
Mar 26 at 11:30
add a comment |
Thanks for the reply, I was setting it up ubuntu but permission issues were there, can you please help me with that
– Praveen
Mar 25 at 3:45
Honestly I would recommend hosting with Digital Ocean and using the WP install if you want a little dedicated machine. You could also host with something like flywheel and managing your site using local by flywheel would probably make your life a lot easier.
– Jordan Cauley
Mar 26 at 11:30
Thanks for the reply, I was setting it up ubuntu but permission issues were there, can you please help me with that
– Praveen
Mar 25 at 3:45
Thanks for the reply, I was setting it up ubuntu but permission issues were there, can you please help me with that
– Praveen
Mar 25 at 3:45
Honestly I would recommend hosting with Digital Ocean and using the WP install if you want a little dedicated machine. You could also host with something like flywheel and managing your site using local by flywheel would probably make your life a lot easier.
– Jordan Cauley
Mar 26 at 11:30
Honestly I would recommend hosting with Digital Ocean and using the WP install if you want a little dedicated machine. You could also host with something like flywheel and managing your site using local by flywheel would probably make your life a lot easier.
– Jordan Cauley
Mar 26 at 11:30
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55313318%2fwordpress-page-is-idle-for-25-seconds-and-script-only-take-1-sec-to-load-how-to%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown