Hosting usage issues - Php process killing repeatedly

Permalink
Hi there,

Hoping to understand why my site has php processes that are spiking my hosting I/O, Memory and CPU. I have to repeatedly kill the processes to keep the levels at a rate so visitors can see the site. The process says: the user is the admin and the process name is usr/bin/php.

Visitor traffic levels are up but was unsure if that would be the only reason with so many processes in the log.

The site ishttp://peachfest.com

Any insight is so greatly appreciated as the festival is now.

designsforchange
 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
The following errors are showing in Chrome Console
Mixed Content:
The page at 'https://peachfest.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,700,400'. This request has been blocked; the content must be served over HTTPS.


noise.png
Failed to load resource: the server responded with a status of 404 (Not Found)


60-lines.png
Failed to load resource: the server responded with a status of 404 (Not Found)


ajax-loader.gif
Failed to load resource: the server responded with a status of 404 (Not Found)


/favicon.ico
Failed to load resource: the server responded with a status of 404 (Not Found)


(index):1 Mixed Content:
The page at 'https://peachfest.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,700,400'. This request has been blocked; the content must be served over HTTPS.
designsforchange replied on at Permalink Reply
designsforchange
Hi weyboat,

Thanks for taking a look. Nothing but issues with this theme :(

I've set the url for the font to '//fonts.googleapis.com......' so the browser should call the fonts in https. But still get the error. I'm not sure how many places I have to change it but the source code shows my edit.

The image errors, I'm not sure wtf...They're all in the appropriate folders.

Fixed the favicon

Still getting tons of php processes under the admin user?
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
In your main.css file at line 1 you have this
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,700,400);

Just change the http to https..
Also, I would access my file system and delete all the content of the application/files/cache folder and the application/files/tmp folder.
Those two folders can get a bit 'bloated', deleting the contents will force C5 to rebuild the contents with up_to_date files.
pixelhero replied on at Permalink Reply
pixelhero
Hi,

Your server is taking from 1s to 4s to return the first Byte to the browser. This is really bad. Typical maximum is 0.2s.

You're server has an issue with it, or it is a really old and not very powerful server.

Can you share your server specs, and maybe your PHP and MySQL versions?

The only way it would be a Concrete5 issue is if you have 1000's of pages or blocks on your site, which it does not look like you do.