- NewsmagUsing the theme translations together with WPML
- NewsmagRequirements for Newsmag
- NewsmagSmart sidebar
- NewsmagTheme thumbs
Hi.
I want to change speed to show main menu.
https://www.dropbox.com/s/kn8zjpzkge2hs4i/Screenshot_2015-08-19_18_03_54.jpg?dl=0
Do I have to change any js file? or can it be changed in settings?
Hi,
Assuming you have seen our pages speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ and you don’t get any answers here you can search for a freelancer on site’s like: http://studio.envato.com/
Thanks!
It seems everything has been fixed in Newspaper 6.3.2, my website Factwide renders faster now and its great.
The quotes can be changed at the Theme panel> Theme Fonts area
Then for what format you should use. Try using Format like on the screeshot above.
Tagdiv, you guys rock!
So, why not fix it?
Check the theme docs on how to speed up your site, and also my sticky post at top of the forum — it’s a process, but only you can optimize your site 🙂
e.g.,
theme docs/tutorials – make site faster
https://forum.tagdiv.com/how-to-make-the-site-faster/
my sticky bitz:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
-
This reply was modified 10 years by
simchris.
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file, which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it and see if you still have this issue.
Thanks!
Hi,
Is it possible to remove ajax from the smart list slider.. wouldn’t it be faster without ajax, as it would only need to load the one image (being the one currently on the page) where with ajax you have to load all images even if they aren’t currently on that image yet?
I just find that when i write a list with more than 20 images, it’s very slow to load..
Thanks!
Hi,
Last time i’ve checked your site it was running smooth, no delay in page render. I guess you made some changes, please provide details about those changes.
The images are still not properly compressed – http://screencast.com/t/GC98gBOA7 – try this method – http://screencast.com/t/HIla2bM7oc – you can find it on chapter 3 – https://forum.tagdiv.com/how-to-make-the-site-faster/
The browser leverage cache is not set – http://screencast.com/t/jLjJnh4zD9 – try the solution provided on chapter 2 – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!
Hi,
SpeedBooster is configured to move the default fonts at the page bottom – http://screencast.com/t/BbicZXTeALb
You have to edit the file and add conditions for the custom added fonts, check this guide – https://forum.tagdiv.com/how-to-make-the-site-faster/
Google may also penalize your score when you have multiple resources, you have to check on page source to see if the css was actually moved at the page bottom.
Thank you!
Hi TVDinner,
You can check our documentation to improve the pagespeed – https://forum.tagdiv.com/how-to-make-the-site-faster/ and also Christopher topic may help – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thanks!
Hi! sure, the site is: http://www.padresybebe.com clic on a the (menu not in the SUB-MENU) i.e.: clic on: MI BEBE…
Another thing i would like de submenu pops faster too!…
THANKS!!! 😀
Hi,
Your images are uncompressed, because of this it takes a lot for the page to load. Try to regenerate all thumbs and compress the logos(use Photoshop or similar to reduce the image size) – http://screencast.com/t/1P6FvnKj4m
For the featured images follow this guide (chapter 3) – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!
Hi,
Please check documentation for pagespeed optimization(enable gzip, set leverage browser caching) – https://forum.tagdiv.com/how-to-make-the-site-faster/
For image compression we recommend a plugin like Smush it: https://wordpress.org/plugins/wp-smushit/ or add the following code in functions.php:
add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );
This will compress all images to 50%, you can change that value, after you add the code you have to regenerate all thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks!
Hi,
Thanks for all the great information! Would you be able to look at my website, studenthub.org.uk , and give me any advice on how to make it faster. It seems that overnight the page load speed increased to a ridiculous time(30s), although it did load quite slow before then too.
I installed wp-rocket, and I am stuggling to think of other ways to speed it up.
Thanks! 🙂
Hi,
1. The max_execution_time and max_input_vars can be set from your php.ini file, usually you have to create it inside the wordpress folder and add the following lines:
max_execution_time 60
max_input_vars 5000
The procedure may be differ depending on the serve, you have to check the host documentation for details.
2. You have to optimize the settings on your side, check the pagespeed guide on how to do this – https://forum.tagdiv.com/how-to-make-the-site-faster/ – and this one – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Also try this solution – http://www.inmotionhosting.com/support/website/wordpress/disabling-the-wp-cronphp-in-wordpress
Thank you!
Hi,
Please check documentation(Requirements for Newspaper) – https://forum.tagdiv.com/requirements-for-newspaper/ and this guide – https://forum.tagdiv.com/pagespeed-guide/ We recommend now Wp-Super Cache instead of W3 Total Cache, it seems to be faster and we will change this also in the documentation. Also Christopher topic helps – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Deactivate all the plugins that you don’t need, also check this solution – http://www.inmotionhosting.com/support/website/wordpress/disabling-the-wp-cronphp-in-wordpress and see if you still have issues.
Thanks!
Ok Alin, I understood it now. But may I request your support on this to make the site as fast as the demo site?
One of the core reason using Newspaper framework is to boost the speed of our WP news site on desktop and mobile. May I ask for your private support to aid in configuring td-speed booster plugin as explained? We want to use the champions league background image hence we have the background manager plugin installed because the one that came with Newspaper when activate “stretch” makes the bg image blurred. We are yet to install WP Super cache as recommend. I don’t know the reason why you don’t use w3total cache plugin but its ok so far it makes the site faster.
Thanks in anticipation.
Regards
-
This reply was modified 11 years by
barnisayz. Reason: site speed, fast loading
Hi,
You can use the tagDiv Speed Booster plugin to move the css and js at the bottom of the page, but please note that it is tested only with these plugins – http://screencast.com/t/hcjLnOqh4i2 and if you use other plugins it will be automatically disabled. A lot of people install the plugin without knowing what it does and after that they add many plugins and some of the them are not written fine so the developer took this decision. Please check documentation if you want to use it – https://forum.tagdiv.com/how-to-make-the-site-faster/
Also for cache we recommend WP Super Cache and we suggest to be used by default(default settings).
Thanks!
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file, which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it and see if you still have this issue.
Thanks!
Hi,
We recommend to use WP Super Cache on default settings – https://forum.tagdiv.com/how-to-make-the-site-faster/ We use it like this also on our demo.
Thanks!
Hi,
This seems to be a caching issue please make sure that you clear all the cache and purge your files if you use CDN.
We only recommend using just page cache enabled(default settings): https://forum.tagdiv.com/how-to-make-the-site-faster/ so make sure you use the same for your cahce plugin.
Also you can check this by creating a new post, disable all the plugins except of Visual Composer, clear the cache and purge your files if you use CDN and see if you articles appears.
Thanks!
Hi
1. Please provide a link so i can inspect this problem closer.
2. This delay usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster and because of the cascading property of css the text appear this delay. Try to add the custom css that I give you in style.css: http://screencast.com/t/QzC0stQhO
Thanks!
Hi,
You can try to make this change directly in style.css file and see if still the default color is being applied. Also this delay usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster and because of the cascading property of css the default color appears first. So if you use it(speed booster), changing it directly in the stylesheet file you should not have this delay.
Thanks!
Thank you for those explanations
I have now very carefully Force Regenerated all images and I still have quite a lot of images that do not resize correctly. Even if I manually correct those crops with Post Thumbnail Editor they still do not show-up correctly.
Is there a way to send you my URL privately for you to have a look?
2nd Question
This may not be a question for you!? In Post Thumbnail Editor, for many themes there are the identical aspect ratios of images clustered. This makes it much, much faster to edit the crop in one go. Is this a feature of the 3red party plugin or does that depend on some media setting in your theme?
3rd Question
If some of the images cannot be cropped, may that have something to do with the 0ps image size? What can I do if an image size that has a 0ps setting does not crop to the correct size?
Kind regards
zumaxb
-
This reply was modified 11 years by
zumaxb.
Do you have any plan for the future version with these features ? I have suggested this for the team in the past but still not get it in most versions.
I think it would be great features to turn off some spots for mobile and tablet views. For example, you can turn off sidebar, header spots or footer spots in specific views (mobile, tablet), to make the mobile version is more faster and look great.
Hi,
@raugustox – On your image it’s the browser leverage cache which is different from the page cache provided by the cache plugin. You can check this guide to see how you can set the Browser Leverage Cache – https://forum.tagdiv.com/how-to-make-the-site-faster/ – and this one – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thank you!