• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » php.ini file and Page Loading Speed for Rackspace Cloud Sites

By Abhishek Ghosh November 8, 2013 8:34 am Updated on November 8, 2013

php.ini file and Page Loading Speed for Rackspace Cloud Sites

Advertisement

php.ini file and Page Loading Speed has some relationship as the process are delayed to run by WordPress by default. This is for Rackspace Cloud Sites and Cloud Servers. It can seriously affect the SEO – simply your Sitemap will not be generated in real time, in case you have lot of posts like this website. Secondly, actually the optimized backend only works after using some specific tricks for Rackspace Cloud Sites. There are many users who complains of relatively slower loading speed on Rackspace Cloud Sites, actually, you are not using the optimal settings. Rackspace has no obligation to make your WordPress faster. The page speed experts are usually not used with Rackspace Cloud Sites. So, you need to digg a bit. This website loads within 3.2 seconds without using Rackspace Cloud Files. As this is not very busy website, we do not opt for a complex setup. Knowing less has advantages but knowing more has problems! Just do these tricks and you will understand the practical fact – php.ini file and Page Loading Speed has some relationship. You need not to know theory.

 

php.ini file and Page Loading Speed : Older Helpful Posts

 

Read our older article named Rackspace Cloud Sites php.ini details and you will get a custom great script to grab all the needed info. Basically Rackspace do not set any limit for Rackspace Cloud Sites php.ini file. This is done for running PHP applications which demands huge RAM. This is an advantage. But we suggest to add a limit via .htaccess in this way :

 

Vim
1
php_value memory_limit 1024M

 

Why not read this article on Making WordPress to Load Faster on Rackspace Cloud Sites, there are more tricks. And yes, these tricks solves WordPress specific issues like 500 Internal Server Error. In LAMP server with PHP-MySQL application, honestly; 500 ISE is a shame for the software developers. Always check the .htaccess first in case of 500 ISE on LAMP server – this is rule of thumb.

Advertisement

---

 

php.ini file and Page Loading Speed for Rackspace Cloud Sites

 
php.ini file and Page Loading Speed for Rackspace Cloud Sites

We limited the PHP memory limit via .htaccess to prevent execution of malwares. At least a limit is required to understand the thing is running behind. With unlimited php.ini memory limit, you’ll never understand something might happening and eating 8 GB memory. WordPress needs to add to lines in two files to increase the PHP memory limit. Basically WordPress is not very nicely clean coded software intended to run on a scalable cloud platform, it somehow falls back to 32 MB if we do not add these lines. Probably the logics are incorrect to make it feel as if Cloud Sites is a $3.00 shared server from once very popular shared server with dinosaur logo. Now different ‘colored’ web hosts are there. Honestly, except Rackspace, Amazon, HP cloud; there is no good backend. Media Template has been history. In case of Cloud Server, quite obviously, you will find the line in php.ini file and increase it to not more than 50% of your total physical (we intend to say, the instance’s RAM, actually that is virtual) memory. In case of managed cloud server, you need not to think, the Rackspace guys are real UNIX experts. Do not override their settings. You can point to this article if needed. Rackspace Managed will not cover management of WordPress.

So, the first file is wp-config.php, everyone knows it, add this line :

 

Vim
1
define('WP_MEMORY_LIMIT', '1024M');

 

Now, go to wp-admin folder and create a file, name it – php.ini and paste this line :

 

Vim
1
2
3
memory_limit = 1024M
upload_max_filesize = 100M
post_max_size = 100M

 

Now, go to wp-includes folder and you will find a file named cache.php, paste this line :

 

Vim
1
ini_set("memory_limit","1024M");

 

Value of all should be the same. 1024 MB is practical minimum value to get the advantages of what you are paying for. You will see the speed of backend. By the way, there are other files like install.php file, upgrade.php files; you can add the above lines to make individual process faster. We use 8 GB settings for very resource intensive WordPress websites. It is not that, you will increase as much as you wish, you should tailor it for the best performance with least value. If some plugins are throwing errors like Fatal Error : This and That, again this trick might work. Keep the line high above, so that it semantically works. If you add at the last line, you might get partial benefit.

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to php.ini file and Page Loading Speed for Rackspace Cloud Sites

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • OpenStack Swift & HPCloud CDN PHP Bindings : Basics

    Here is the basics of OpenStack Swift & HPCloud CDN PHP Bindings for the WordPress Plugin developers and those who works with PHP based CMS.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Optimize php ini for Rackspace Cloud Server (PVHVM)

    Here is a quick guide to optimize php ini for Rackspace Cloud Server (PVHVM) for higher performance and lower page loading speed.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy