Search Results for 'optimize'

Results from the Forum
gcamara
Participant
#0

Hi
I am trying to optimize some pagespeed requirements and I got this error when JS fix render-blocking:

tdBlock is not defined

Apparently everything is working because this is somehow related to… pulldown? Not using it right now. Code is at the end of wp_booster but I’m not sure if should I disable this or where to do it?

Newstrack
tagDiv Member

hi,

I am using auto optimize plugin for minifying javascript, html and css. I will remove it but please suggest me a plugin for the same purpose that have been tested with the site. Or if you have a manual code to accomplish this task do send it to me and I will copy paste it into my site.

Thanks

DaveS
tagDiv Member

I tried deactivating of all plugins and used wp-optimize – the paths in question are still accessible and index-able. These urls are not included in the sitemap. I hape only post sitemaps, post-tag sitemap and category sitemap. In the meantime duplicated content issues in the search console are counting.

I don’t have a caching plugin but use memcache and litespeed on the server (it’s a shared hosting). However I don’t think this has something to do with the problem.

I see that many sites have a similar issue:
https://www.google.bg/?gfe_rd=cr&ei=Gl1zWer0LqGz8weAj5eQBg&gws_rd=ssl#q=/wp-content/uploads/revslider/templates/

Any help will be much appreciated!

simchris
tagDiv Member

clear cacbe.

clear transients with wp-optimize

resave permalinks

Catalin
tagDiv Staff

Hello Newstrack,

I have inspected your website and I saw that you have some errors through it. Also, I have noticed that you are using some untested plugins (like autoptimize -> https://www.screencast.com/t/HVJZYvqTYFa) which can interact with the theme core files and causes a lot of unknown issues. Notice that the theme cannot be tested with all of the plugins, sorry!
NOTE: The first step in debugging WordPress is to disable all of the untested plugins to avoid any conflicting plugins. Try to make a new clean install from scratch and check the theme exclusively in the default state and see the results and then, if the problem is still there, please let us know.

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements. For an example, you should check our demo preview because this website is optimized.

Thanks for your understanding!

pstgibson
Participant
#0

Dear Support,
My site performance need to be boasted. See Image https://www.screencast.com/t/Q5tkeoTn9jY

Currently, Speed Boaster plugin is deactivated.

How do I optimized my site?

simchris
tagDiv Member

You need to set the minimum RAM for WP to 64M in your wp-config.php file.
Check the ‘settings’ checkup in theme panel for more info.

This is most common issue. Also possibly some bad plugins not updated (e.g., Yoast SEO had bugs breaking things; make sure updated, etc.).

Also try clearing transients with wp-optimize plugin.

AND: consider using the ‘limit logins’ plugin to stop hackers; *and* also consider disabling XMLRPC — as this can cause hackers to overload your server trying to post pingbacks or spam comments, etc.

All that stuff impacts ability for PHP to ‘work’ for your site — unrelated to the theme specifically.

Not sure any of that helps — but been suffering this stuff over here with WP for 12 years now, so kinda been hit by everything at one point or another.

🙂

simchris
tagDiv Member

Dunno. Try changing your category template settings?

Clear transients with WP-optimize — resave permalinks.

Then try disabling any plugin that adds stuff like cookie popups, or similar that might be interfering with page render.

Often it’s a typo in something added to theme panel.

simchris
tagDiv Member

Most of it should be, assuming you’re running Apache/Linux. Note that the nice formatting of my code got kind of whacked when they moved to the new forum template…. soo.. might not be super readible/legible.

Kind of multiple threads going in my old mega thread — so, perhaps useful to work ‘backwards’ ?

a) some basic wp-config cleanups (add direct paths, memory change, image compression)
aa) htaccess stuff for common time to live, file type, redirect xmlrpc queries, etc.
b) some basic functions.php stuff to clean needless stuff in header of WP pages, remove stuff like XMLRPC stuff, some security stuff; remove ‘?’ queries on stuff (versioning);
c) optimize style.css with minifcation; compress main .js file per Google tool
d) consider moving to web-safe font stack and not loading ANY google fonts; have to hack out section in the main them booster function file, then search/replace the ‘font-family’ elements in the style.css (easier prior to minification, obviously)
e) put custom CSS bottom of style.css vs theme panel

advanced stuff included – un-enqueueing the main style.css, loading in footer; after generating “critical CSS’ with the critical CSS generator online; putting above the fold CSS in header.php (only way to remove render blocking css) ** not needed if moving to http/2 platform.

Super advanced peeps might choose to use mod-pagespeed, https, php 7, and http/2.

So, basically.. kind of a “test your speed,” (with *no* ads running); then make some mods; then retest couple of times, etc., rinse repeat.

I’m no longer using Newspaper – moved to NewsMag 3x last year entirely. Not yet on 4x. But also using TagDiv’s WPION thing as a beta test. (actually re-rendering thumbs for one test of that right now in other browser tab!).

Soooooooo….. basic Apache stuff, and WP-config.php stuff, and common sense thing for functions.php that do specific things — all useful. Good to research WHAT things do before using them.

  • This reply was modified 9 years by simchris.
simchris
tagDiv Member

Make sure you deleted old folder; then uploaded new folder; not merging old/new theme folders via over-write. Common issue of mixing old/new code in same theme folder.

If you are loading the *old* theme panel for Newspaper and not the current one, that is often the culprit, in my own experience.

If you did clean install of 8x vs “overwrite/merge” …

You can also try
a) clear all caching
b) clear transients with wp-optimize
c) resave permalinks

Mohi Uddin
Participant
#0

My website is working very slowly after install newspaper 8. I want to know recommended plugins name which I can use with this theme.
My problem is –

Optimize images

Leverage browser caching

Eliminate render-blocking JavaScript and CSS in above-the-fold content

Minify CSS

Minify JavaScript

Minify HTML

Pls help me.

Mohi Uddin
Participant
#0

My website is working very slowly after install newspaper 8. I want to know recommended plugins name which I can use with this theme.
My problem is –

Optimize images

Leverage browser caching

Eliminate render-blocking JavaScript and CSS in above-the-fold content

Minify CSS

Minify JavaScript

Minify HTML

Pls help me.

Bogdan B.
tagDiv Staff

Hi,

Sorry but our theme has no options for this. You can maybe try to use a plugin suych as WP Smush to optimize the images.

Thanks.

Bogdan B.
tagDiv Staff
simchris
tagDiv Member

TD composer is not a 1:1 replacement for VC — it’s not the same thing and doesn’t have all the same features, but runs much faster and optimized for mobile etc., less overhead, more secure, etc.

Catalin
tagDiv Staff

Hello Rudy Rodriguez,

Please check our demo preview and check the results -> https://demo.tagdiv.com/newspaper/ Also, I have inspected your website and I saw that you are using a lot of untested plugins which can interact with the theme core files and break the quality of images, like Autoptimize plugin, Photon by Jetpack, etc. You should remove all of these plugins, leave just only of required plugins to be active, clear all the caches and check the results.

Thanks for the message!

atalhoy
Participant
#0

PLEASE HELP.
I was trying to optimize my site by deactivating some plugins, checking errors, setting CloudFare and W3 Total Cache etc. But when I was done (and purged the cache) I noticed that the mobile theme was all over the desktop. So I deactivated, waited, purged and activated (purging again).

Now the mobile theme is not working.
All I see is the responsive desktop theme on mobile — which is now bad at all, but for Google/SEO, I need a mobile theme to load faster.

Thanks.

simchris
tagDiv Member

Keep using VC if you like it. Switch to TDC if you want to optimize site, faster response, lower overhead, better security.

(I don’t work here.)

simchris
tagDiv Member

so, you’ve debugged by disabling all your plugins to see if those files are still there after doing so? To determine how they are being created?

cleared all transients with wp-optimize ? resaved permalinks ?

Anyway — can’t help any more than that. Good luck!

Haxedus
tagDiv Member

Hey Bogdan, I think it was caused by another caching plugin I was using – Autoptimize. Everything works perfectly now when i disabled it. Why didn’t I try it before, haha, geez. Thanks a lot and have a nice day!

simchris
tagDiv Member

Might have been the PHP cache or another caching thing in WordPress.

One of my other secret tricks is to clear transients by
a) use WP-Optimize plugin
b) resave permalinks

this both will clear stuck ‘transients’ which are micro-caching done by WordPress (like, oh, say you make change to your RSS, but the RSS not updating when you look at it- this is why).

But for us – seriously, going to PHP 5.6 from 5.4 solved a million little dumb weird things!

simchris
tagDiv Member

As it says, disable the image sizes you’re not using from the theme panel.

Also, consider using the built-in compression features of your web server, so that when WP adds items to the media system you have higher compression level than default; and perhaps optimize images in Photoshop prior to upload.

Not sure that helped, but it’s what we do here.

Catalin
tagDiv Staff

Hello InspireORB,

Notice that the speed booster is an optional plugin which can be activated in the same way as you install a new plugin.
The Speed Booster works only with the tested plugins. If you use other plugins, it will be automatically disabled, and I suggest to check this first in System Status. However there is a workaround to make it also work with other plugins, you can read more here – https://forum.tagdiv.com/topic/speed-booster-not-compatible-with-vaultpress/
Unfortunately, the time doesn’t allow us to provide any custom and optimization services. We provide support only for the theme related issues based on Envato support policy – https://themeforest.net/page/item_support_policy I suggest to get someone to help you if you want to optimize your site.

Thanks for your understanding!

Rhys
Participant
#0

I just checked Tagdiv System Status in wordpress dashboard and under Theme Config – Speed Booster it states…

v4.7 – Disabled – incompatible plugin detected: optimizePressPlugin/optimizepress.php

it was also saying the same for mailchimp plugin until I deactivated and deleted it.

What could be causing this..?

Viewing 25 results - 3,226 through 3,250 (of 4,409 total)