To Slow Joomla Site in all browsers - joomla

i have a site without heavy content in main page but load to slow.
hn-emdad.ir
in the main page i have the following modules:
a maximenu
a DJ image slider
two ZF simple marquee
sp news highlit
and a 184KB swf header
that's all.
the template made by artisteer and the joomla version is 25.11
please help me to improve the speed

i test this in chrome's "inspect element" feature when i have a slow loading page. Open "inspect element" go to the "network" tab and refresh the page. It will show you a time(latency) as each element loads, and you can narrow down where your bottleneck is.

Related

CTRL-F (FIND) together with LAZYLOAD feature of FULLPAGE.JS

A question about the Fullpage plugin: http://alvarotrigo.com/fullPage/
Fullpage.js creates a fullpage scrolling website design if you use this Jquery plugin on your website.
If you prefer you can add image tags to this website using attribute "data-src" instead of "src" which will lazy load images (they only show up when you scroll to them). This works perfectly, but not when you do a search on the page (CTRL-F). In that case it jumps to the right section and the right word on the page, and if that is a page with images, those images will not show up.
There undoubtedly would be a solution for that, but does anybody knows a solution?
There undoubtedly would be a solution for that,
Not really.
There's an open issue in fullpage.js issues forum and no solution has been found for it yet.
The only solution is using the fullpage.js options scrollBar:true or autoScrolling:false. which will create a normal scroll bar on the site.

Polymer <polymer-element name="core-spa" extends="core-scaffold"> Wish List Item

I am working on creating a SPA (Single Page Application) in Polymer that is based on the Core Scaffold. What is missing is URL Routing that keeps the current view and some data in a pretty URL that can be shared and gives the user a clear preview of the page based on the URL.
The best Router I have found is https://github.com/erikringsmuth/app-router
The main navigation will be the current "Hamburger" menu (with submenus) at the top left which changes the content of the main area and a "More or Settings" menu at the top right which pops up modal dialog boxes with things like login, settings, preferences etc.
A fast splash page followed by "Lazy Loading" is also required.
And a "Full Screen" button that hides all the clutter and give the mobile use maximum workspace.
Gluing this all together the "Polymer Way" is still confusing. Any suggestions would be appreciated.

Web Resources load time statistics

I have searched a lot for some tools that can help me measure how long it takes to load a website's resources. For example, how long does it take to load all CSS files, also all JS files, requests etc.
I'd like to measure these type of resources individually, so after doing site optimizations, I can do a before/after and check whether loadtime has decreased (and on what types of resources had it decreased).
Also, this website requires authentication, so it needs to be a browser plugin, or some kind of internal tool.
EDIT: Firebug, Chrome Developer tools, Google Pagespeed dp not help, because I cannot get the entire load time of all the CSS files, or of all the JS files, unless I calculate them manually :) Each css file, individually.
Any help would be sooo appreciated!
Thanks
Do the following step
step 1
View your application in Mozila
step 2
Right click any where in you app then go 'inspect element with firebug'
Note-install firebug if not available in your Mozila Firefox Browser.
Step 3
you will see selection tag on bottom window
step 4
select 'Net' click on this 'enable' it if not
step 5
Reload your webpage and see .
maybe this is your Answer
there are some online website that testing speed of Website and Other... . if you have a good website the first step is testing your code with w3c validator and after that solving the problems and test it on gtmatrix
and other way is downloading firebug for firefox on firebug net tab you can see the speed of your code and ...
and read about see searchengineland.com

Ajax permalink in wordpress Pluto Theme

Having an issue with a wp theme and creator can't seem to help. It's Ajax driven and doesn’t support custom permalink...
So as soon as the website appeared on Google all link referred send to some black page which seem to be out of the website:
Link appearing in Google: www.thaiorchid.be/menus/ (black page)
Compared to the real webpage: www.thaiorchid.be/#menu-item-21
I start to have an idea of solution with: AJAX navigation in Wordpress - Trouble with Permalinks and tried it on the contact page www.thaiorchid.be/contact which doesn't redirect to the black page anymore but it's still not perfect compared to www.thaiorchid.be/#menu-item-19...
Any idea would be really welcome.
Thanks a lot,
Jonathan
Your site does not provide an appropriate fallback for non–JS browsers (e.g. most Google bots to my knowledge). This seems a (serious) shortcoming of the theme without knowing it any further.
If built properly, an “AJAX–enhanced” site like this should allow access to all content through basic HTML requests. If Javascript is available in a client, preferably the same content should be loaded using AJAX requests, allowing e.g. for faster page loads and nice transitions.
Another problem comes from a missing sub navigation. Since your sub menu (fly-out) is not available without Javascript, you would need to provide an alternative way to reach pages two levels deep and deeper.
Here's an example on how this page could/should work without Javascript:
1. Visit homepage
2. Click “Menus” in navigation
3. Opens “Menus” page, showing what the “black page” currently shows
+ proper header/footer
+ main navigation
+ sub navigation for all elements in “Menus” fly–out (“Potages, Entrées, …”)
4. Click “Potages”
5. View “Potages” page, again with proper
header/footer
+ main navigation
+ sub navigation for all elements in “Menus” fly–out
I know, you’re looking probably for a quick solution, maybe a snippet of code or a plugin to resolve your situation. Unfortunately — unless your theme provides you with some help — such a silver bullet doesn’t exist. The current implementation simply approaches the topic of an “AJAX site” in a fairly reckless way IMHO (you will be “happy” to know, that most screen readers won’t be able to access your content either) and until you re–build the theme or fix the structure you’re pretty much stuck with an unaccessible site.

Keep Firefox sidebar links in the sidebar

I've created a bookmark in Firefox that links to a hosted web application I've written and displays the application in the sidebar using the "Load this bookmark in the sidebar" option.
When the application appears in the sidebar and I click links there, those links open in the current Firefox tab rather than staying in the sidebar. I would like the linked page to appear in the sidebar.
I'm hoping there's a simple solution, like setting the default target via a base tag, but I can't find a reference that gives me the information I need. It would be useful if the solution does not limit the application to the sidebar exclusively, and still lets the application run full-window.
I think all you need to do is link, or add target="_self"
This may be more a potential workaround than a real answer, but you could try using javascript to change document.location to the new URL. Something like:
<a href="javascript:document.location='http://whatever'>click me</a>
This would use the same 'window' object to display the new page and should load in the sidebar.

Resources