My Website is too slow

Posted in: Newsmag
Post count: 44

After hard work now I am online at
http://www.panorama.com.al/
but my website is slow.
1-I have dedicated server
2-I have chache (WP Super chache)
3- I use your plugin speed booster
4- I have cloudflare

and my website is slow.
I have problems with I plugin also
It is named TOP 10 and now I have disabled it but I need to use it.
Please let me know how to make website faster, and
how to resolve the top 10 plugin issuee.
Thank you in advance!

Post count: 9544

Test your page with gtmetrix.com to see areas needing improvement.

Post count: 208

I am confused. Why does your view source say its lajme theme? You are in a support forum for Newsmag without the theme on the website.

Sorry, but I am confused still just checking your website out and half looks like another theme, like on top but looking at the bottom of the front page it looks like Newsmag. It looks as if you did a half and half together of each theme. Nice looking website, but it just seems weird that someone would combine the site some how with two themes.

I am not saying you combined them, it just looks that way to me.

Post count: 9544

Test your site here:
https://gtmetrix.com/reports/www.panorama.com.al/GuZPSVAk

  • This reply was modified 10 years by simchris.
Post count: 9544

@doucare1971

note people do change the name of the theme. I do this. They may have changed the directory/theme name.

Post count: 44

I need some help also regarding image croping. Need to know how to specify image dimensions so that all images in a block get a fixed size regardless of image size. Sometimes images get zoomed and croped incorrectly. Also their quality changes. How ca i fix it. Thanks

Post count: 44

he Chris ! I have tested that before but dont think it makes great improvment.

Post count: 44

Chris can you suggest me some .httaccess configurations?

Post count: 6535

Hi

Regarding the page speed issues please check our guide here: https://forum.tagdiv.com/how-to-make-the-site-faster/ – follow this section: http://screencast.com/t/bQMIXc5JuUdd to optimize images and also make sure you regenerate thumbnails: https://forum.tagdiv.com/existing-content/

Check your panel status for the speed booster plugin and make sure it’s active: http://screencast.com/t/a2BBchudPE as it’s set to disable itself if detects an incompatible plugin. I see you use lots of plugins so you should consider that recent versions of the tagdiv speed booster plugin have been designed to disable when it detect incompatible plugins. You can read more in this regard here: https://forum.tagdiv.com/topic/incompatibility-speed-booster/

If you’re not aware of the steps you need to take to improve your page speed score we advise your to hire a freelancer to help you do it because we cannot provide speed customization services at the moment.

The theme uses the WordPress thumbs cropping system and depending on image’s aspect ratio the result could be different, you can find more details here: https://forum.tagdiv.com/image-size/ and more details about cropping here: http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
There is not an ideal image size for all thumbs, and a way to find what image will fit best would be to do some tests depending what blocks/modules you use most add an image more nearest with aspect ratio of the thumbs in which you want it to look well. You can read more about aspect ratio here – http://digital-photography-school.com/aspect-ratio-what-it-is-and-why-it-matters/

Theme’s page speed guide provides our demo site .htaccess configuration: http://screencast.com/t/SMP1Jebjx which you can use as a starting point and build on it.

You can also go trough Chris’s recommendation on this regard: https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/

Thanks!

Post count: 44

From theme panel you can enable thumbnails but for example
it is 300 X 350 for slide 1 column but i have modified the slider
and it has other dimesion. If I disable the slider thumb it does show please enable from theme panel.
Where to change this dimesions from 300×350 to something else?
Please have a look at http://www.panorama.com.al/
at the main slider. And let me know what to do to change the dimesions for this thumb but not to disable?
2- during the load time the slider shows first post image with last post title and excerpt!
How to fix that ?
Thank you!

  • This reply was modified 10 years by fusion.
Post count: 44

We have disable croping but it crops images again

Post count: 6535

Hi

You can to add a new thumb size in td_config.php file http://screencast.com/t/hnU7Mwzqsilz and use a different cropping system if you like. Here are some useful information about that process: https://developer.wordpress.org/reference/functions/add_image_size/
http://havecamerawilltravel.com/photographer/wordpress-thumbnail-crop

Regarding that delay from slider it’s possible to be caused by some external js added by some plugin, so you can try deactivating all, Leave just Visual Composer active, clear the cache and test again.

Thanks!

Post count: 44

Thanks for this beautiful theme.

My server has Load Averages: high when there is no cache.
With the old theme it did not happened.
On have traffick there are problems with website (it loose connection with mysql)
may be there is a script that is haeavy , or a loop or a slow query.

Do you have any idea how to find which it is ?
Than you in advance!

Post count: 6600

Hi,

Please read this article for more details on this: https://dev.mysql.com/doc/refman/5.1/en/error-lost-connection.html and contact your host provider and ask theme to check the error.log file which may provide useful information about the nature and/or cause of these lost connections with mysql.

Thanks

Post count: 44

I have used block 16 in single loop .php to display other posts from the same category.
Please how to change th query that display block 16 to ecxlude the actual post from displaying
http://www.panorama.com.al/basha-instat-i-qeveritar-pranoi-sot-zyrtarisht-krizen-rama/

I want in the right hand of website not to show the actual post but others from the same category
Where to find this $buffy .= $this->inner($this->td_query->posts, $td_column_number); to modify?
I use this shortcode in loop_single1
<?php echo do_shortcode(‘[td_block_16 limit=”5″ style=”” category_id=”‘.$rezi.'” category_ids=”” tag_slug=”” autors_id=”” installed_post_types=”” sort=”” limit=”5″ offset=”1″]’);?>

$rezi is post category but i want to exclude thispostid

Post count: 6600

Hi,

You can sue this add this code:

global $post;
if (is_singular()){
$args['post__not_in'] = array( $post->ID );
}

..to the td_data_source.php file, like this: http://screencast.com/t/K8DVFT2LCb

This should exclude the current post from block queries on post pages and should give you the result you need.

Thanks for the message!

Post count: 44

thank you, it worked.

I hope this is final question about the slider.

I have modified your slider to show realetd posts also and tabs.
But during the loading time it show first image with last post title under the image.
How to solve it in js ore css to load correctly?
After the page loads it is OK. The first image has the post title below it correctly.

Thank you again for your support

Post count: 6600

Hi,

Not sure about it as I’m not aware of your changes. This could be caused by a delay on loading page’s js/css resources. I see you use the tagdiv speed booster plugin which might cause this you could try to disable it and test again or alter theme’s default js/css. I advise you to get in touch with a developer or a freelancer to help you with this as we cannot provide customization services at the moment.

Thanks for the message!

Viewing 18 posts - 1 through 18 (of 18 total)
The forum ‘Newsmag’ is closed to new topics and replies.