to improve the loading time

herve , July 29 2020, 10:22
H
herve 59
July 29 2020, 10:22 #39
Hello,
I finished my 1st site with the expose module.
I'm happy but I find the 1st load a bit long with chrome!
Is there any way to improve the loading time?
Sometimes, it happens that the descriptions load a little further in 2 columns or even 1 column?In addition to this, you need to know more about it.
In addition to this, you need to know more about it.is it possible to put a character ":" or "-" between the fields.Ex: computer software : computer
less important:Each image has 1 box. This decreases visibility in masonry mode.Is it possible to remove it or better: to make a box with a darker line on the whole of a description?
v2.clibre.eu/fr/ztest
joomla 3.9.20
Regards
marco 467
July 29 2020, 17:55 #41
Hi
I've tested your site with the actual version of chrome on my mac, i did not reconized any "long loading" problem.
What i can see is that you have two animations one is from exposer and the other from your Image Customfield Plugin. This leads in a bit strange loading behavior when you refresh the page "in the middle" of the grid...
To improve the loading speed i would recommend at least to resize the used images in Econa to a third minimum (the keepass image for example is 1000 px wide...
If I understand you correct you mean that the Element itself sometimes loads faster? I did not noticed that either but elements further up will appear earlier. But also here I can imagine that sometimes the animation of exposer collides with the animation of the Econa plugin.
This Box i think you mean that one here?
Bildschirmfoto_2020-07-29_um_19.49.34.png
This Grey border around the image?
This comes also from Econa Image Plugin, i would reccomend to change the CSS there to change the design a bit.
The needed CSS Class for a larger margin would be .econaArticleImageBlock{margin-bottom: *yourMarginInpx*}
To get rid of the image border & padding you have to change this CSS Class for Econa:
.econaImage img {
box-sizing: border-box;
border: 1px solid #cccccc;
padding: 8px;
}
Alternativ you can add a margin via Custom CSS class to the Article title Element directly in Exposer - use here the css class "uk-margin-large-top" for the title.
kind regards

Attachments
Bildschirmfoto_2020-07-29_um_19.49.34.png
(244.98 KiB)
27 Downloads/Views
---------

Rate us on JED: https://extensions.joomla.org/profile/profile/details/379934

---------
H
herve 59
July 31 2020, 16:58 #45
Hi
ok to follow like my other post.I see that you did not answer me:
In addition to this, you need to know more about it.is
it possible to put a character ":" or "-" between the fields.
Ex: custom field1 : customefield2
computer software : computer
Regards
marco 467
August 02 2020, 18:28 #46
Hi
Yes, you're right i missed that part. For tasks like that there is the "Custom Rules" Tab in the Module Params.
Here you can add characters as you like behind or in front of some customfield values. Simply add a new rule for each field that has to have such a char.
Bildschirmfoto_2020-08-02_um_20.22.22.png
Alternatively you can also add some chars by CSS Pseudoselector :after to the fields, find out the classname of the string you want to manipulate and create a CSS rule like that:
td.fieldvalue:after{ content: ":"}
Attachments
Bildschirmfoto_2020-08-02_um_20.22.22.png
(68.44 KiB)
9 Downloads/Views
Bildschirmfoto_2020-08-02_um_20.22.22.png
(68.44 KiB)
9 Downloads/Views
Bildschirmfoto_2020-08-02_um_20.22.22.png
(68.44 KiB)
16 Downloads/Views
---------

Rate us on JED: https://extensions.joomla.org/profile/profile/details/379934

---------
H
herve 59
August 04 2020, 09:56 #49
Hello
The problems encountered were solicited by the developers of speedcache. I know it's often conflicts but it improves the access time and gives a better rating from google!
I also added an additional custom rules, css with UIkit 3. All this starts to make a site that I find more pleasant :-)
There remains a problem. not sure if this is from econa or your side? I didn't get a response from him!
In Econa; I put in the "Display Options" tab everything to small except "Display Options for Article View".
If I put Meduim OR small, I have the same format that appears on the list of articles of the module expose AND the display of the article.
I will want
  • Small for the list of articles

  • Meduim for the article itself
Is this from econa or is there a tip to ask elsewhere?
Regards
marco 467
August 06 2020, 06:47 #50
Hi
It's important to understand how Exposer works - if you setup exposer to take the Article image field - it is using (in your case) the M image from econa (because you setted up econa to use that image size for article images). An option would be to set the Article Intro Image in econa as S sized with the same image and use that one in Exposer as Main Image source. Or in fact use two different econa image fields (customfields) for article image and preview in exposer...
Exposer is just using the information based on your article settings and cannot access the econa params itself - we cannot build such a feature because there are plenty of such extensions in the wild and everyone has its own way to work...
kind regards
Marco
---------

Rate us on JED: https://extensions.joomla.org/profile/profile/details/379934

---------