weslers
Forum Replies Created
-
Forum: Hacks
In reply to: Caching the latest ~5 posts with service workerCan I ask how you managed to get it to work and serve cached files. I cannot get my service worker to server the two files I have cached.
Forum: Fixing WordPress
In reply to: Chrome issuesDo you have WooCommerce installed?
Forum: Plugins
In reply to: [Insights from Google PageSpeed] Running reports slow down website?I just tested it again just running a re-check on a URL and it slows the site down a repeat view which might normally take 1.5 secs no goes out to 5secs or longer.
Forum: Plugins
In reply to: [Insights from Google PageSpeed] Running reports slow down website?We use Blacknight hosting here in Ireland. I dont think there is an slow queries as we are not running any big plugins like WooCommerce etc.
As we are on a shared hosting package we cannot install New Relic.
I am not able to make an changes to the settings as the reports are still running. How long should reporting take.
Forum: Plugins
In reply to: [Insights from Google PageSpeed] Running reports slow down website?The website does have a caching plugin installed and configured. I ran it 1st time about 4hrs ago and the site went from a repeat load time of 2secs to around 16-20secs. I talked to my hosting company and they said there is a spike on the server. I disabled the plugin left it for awhile enabled the plugin and it continued with the reports and again the site is running slower than normal.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Page not found after cloningJust to note this was on my local machine as most shared hosting will have a cap limit to the max_execution_time in my case it was 90 secs.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Page not found after cloningI was getting the same error. It would show a blank page or page not found.
I changed some settings in my php.ini and it worked. I think it was to do with the max_execution_time it was too short and considering my DB was quite large and my uploads folder was quite bit it was crapping out. Once I changed my php.ini file to the below it worked.
max_execution_time = 5000
Move the Yoast SEO meta box above the Related Items box in the pages section see if that works.
So it will go the standard description box (where you add the page content then the Yoast SEO box then the Related Items box.
Forum: Plugins
In reply to: [Custom Header Images] Making the header image auto-size (responsive)Jacobstone
Leave the widht and height blank in the setting and add the below to the custom output and it will change it from a div with a background to an image and it will be responsive
<img src="[image_url]" />
Forum: Plugins
In reply to: [Custom Header Images] Responsive (Changing Header size) — px vs. %I left the height and width fields blank and then in the custom output I added the following
<img src="[image_url]" />
now it outputs and image and it is also responsive