Custom Search

Increase Wordpress Blog Loading Time

In PHP every script you executes is allocated certain memory, so now if there is a case that your script might require memory(during file upload) which exceeds the php script memory limit then the PHP compiler will be unable to process the page further as it does not have enough memory to allocate. But do […]