HomePage › Forums › Themes Support › Freshio – Organic & Food Store WordPress Theme › Speed theme of the web page
Tagged: Speed web
- This topic has 8 replies, 2 voices, and was last updated 3 years, 10 months ago by Marwit.
-
AuthorPosts
-
January 4, 2021 at 10:00 am #3169MarwitSupport Expired
Hello,
Back to the last web page speed discussion, that we had on this link ==> Speed Theme
As I said before… I have already tried for Cache in different ways and nothing gave the site terribly slow and I have a professional server with 16Go Ram => LWS.FR / CPanel XL Hosting…
Here are tests performed on 2 different servers…
I installed exactly the same as I have on the site with your theme, on a free theme called “(Blocksy) Version: 1.7.60” … Here are the results in the pictures
A fellow developer, tried to help me, but the theme is poorly optimized I told me…
I wish you a happy new year!
Marc
January 4, 2021 at 11:12 am #3175Hi there,
This is your site with Blocksy them free: https://www.limousines-europe.com/ ?/
The website you check has no images, no sliders, custom css, js so it will definitely be very fast.With Freshio theme, you have to display images, sliders, load css, js for customizations, of course the speed will not be fast. You can also check the actual speed on our demo website.
To optimize the speed of your website, you need to have many factors such as server, CDN, image optimization … So if you want to optimize the best speed for your website, you should look for website optimization service for more adviceJanuary 5, 2021 at 2:16 am #3196MarwitSupport ExpiredThis reply has been marked as private.January 5, 2021 at 6:00 am #3205MarwitSupport ExpiredI threw a plugin into the trash that bites Swift ==> Optimize…
The site opens much better
Thx!
January 5, 2021 at 11:32 am #3217Ok,
We will try to make more optimization in the next version theme.
January 5, 2021 at 11:33 pm #3227MarwitSupport ExpiredWhat you need to know is that people are only looking for an optimized theme, that’s why you are looking for a paid theme, nowadays you are not looking for fancy lights on the website, only a simple, super fast theme. The times when you added flashing bits to web pages are over lol !!!
I don’t know what the theme is but once it’s fast 90 and then it drops to 70 hmm !!
Your theme is cool, because it resembles android applications, I have to find a problem to open in 2 seconds, customers do not like websites that open 2 hours, otherwise they go to other..
I have been blocked from optimizing for 3 days, otherwise I would have given other products…
Ps: I noticed a problem when activating the Swift plugin, Autoconfig!
Best wishes!
January 6, 2021 at 9:37 am #3235Hi again,
Some suggestions for your problem:
1. Optimize and reduce the size of all images on your site
2. Use additional CDN
3. Use the Wp-rocket plugin or if you use the Swift Performance plugin you should use the Pro version to have full features for website optimization.
4. Choose the right hosting provider and high speed hosting packageIt is best to hire people to optimize your website
January 6, 2021 at 4:27 pm #3241MarwitSupport ExpiredHi,
All suggestions for my problems for a long, time and photos are optimized with a special program.. I installed WP-Rocket and there is no better change, you can go in and check ..
Best regards and really thank you for your effort !!!
Marc
January 7, 2021 at 2:01 am #3255MarwitSupport ExpiredHello,
I started optimizing * .php files in my own way…
File before modification: wp-blog-header.php
<?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }
After modification:<?php if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; require_once __DIR__ . '/wp-load.php'; wp(); require_once ABSPATH . WPINC . '/template-loader.php'; }
Of course i will do it the old fashioned way….
But this is my way and it works great, not much has changed on the speed test counters, but by switching sides the speed is phenomenal and responds in a second, not lagging 15 sec
Ps: I know there is some windows program for this that cleaned files from breaks and green comments, but I can’t find it. It may seem dumb, but even if the cache system does not fully compress, the files will always be much lighter…
Even if your theme is a bit lagging, the theme is still great..
Greetings to all your team !
Marc -
AuthorPosts
You must be logged in to reply to this topic.