tucsongolfer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slow Loading Times Despite Good Yslow scoreSo, your suggestions bumped up my speed scores at gtmetrix.com, but I’m not seeing any actual boost in load time. First time load of the main page is still around 10 seconds even though I’ve reworked the js minify, cut down image sizes by over 3mb, and got rid of my social sharing plugin. This is frustrating, especially since subsequent loads are only 1-2 seconds with the browser cache enabled. Do you think having database or object caching can be slowing down the site rather than helping?
Forum: Fixing WordPress
In reply to: 500 error only when ccessing wp-admin/plugins.phpOk, figured it out. It was just an issue with my computer. I noticed that it suddenly started working on another page, so I cleared my cache and suddenly it was working again. Weird.
Forum: Fixing WordPress
In reply to: 500 error only when ccessing wp-admin/plugins.phpOk, so if I click on the plugins tab in the menu in the dashboard, it directs me to https://www.tucsongolfestates.com/wp-admin/plugins.php and returns a 500 code. If I just add a ? at the end of the url, it takes me to the plugins page and works correctly… any idea how to get it to just default to https://www.tucsongolfestates.com/wp-admin/plugins.php? so I don’t have to add it everytime?
Forum: Fixing WordPress
In reply to: 500 error only when ccessing wp-admin/plugins.phpTried that too, but no luck.
Forum: Fixing WordPress
In reply to: 500 error only when ccessing wp-admin/plugins.phpRevert to Twenty Twelve theme temporarily and see if you can access the plugins page?
Unfortunately, didn’t work. Still get a 500 error when I try to access. https://www.tucsongolfestates.com/wp-admin/plugins.php
Forum: Plugins
In reply to: [WP Super Cache] Using page caching and CDN messes up CSSUnfortunately no. I’ve solved most of my other issues with gzip and minifying css/js, but no luck so far on getting the CDN to not kill my site =(. I’ll let you know if I figure it out though. I have some ideas on how to fix it, but who knows if they’ll work. And thanks!
Forum: Fixing WordPress
In reply to: Fullscreen Slideshow Background disappears on subpagesThanks guys. I still haven’t figured out how to enable the slideshow, but I got a stable background that is ok for now. I found a menu that says that the bg2 fipe is required for archive pages, so the fix may not be easy. The enqueing script is really interesting. I dont think it will help here, but I’m going to look into it more. There are plugins that require that script to gzip and minify CSS and J’s scripts, and I was thinking of doing that anyway.