Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#39845 closed feature request (invalid)

Fasting Wordpress

Reported by: arvindsinghu's profile arvindsinghu Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: External Libraries Keywords:
Focuses: javascript, performance Cc:

Description

i think we should work on CDN to make wordpress more faster , i have noticed most of the wordpress are not enough to compete the static website's .

what i am think is :-
1) we can load some js and css file from the wordpress CDN server , this my help other website to load up faster .

2) removing some un wanted js file's as show by google , in the given pics.

3) compressing the java files to load up website faster .

4) you can go and check any wordpress site
https://testmysite.thinkwithgoogle.com/

and you will find the same.

i have done more than 10 test's with all different website's
but i find the same

i think we should do something regarding this :)


Attachments (3)

2017-02-11 (2).png (328.6 KB) - added by arvindsinghu 8 years ago.
WEB SITE TEST's
2017-02-11 (5).png (281.4 KB) - added by arvindsinghu 8 years ago.
Another Test
2017-02-11 (3).png (208.3 KB) - added by arvindsinghu 8 years ago.
The Following Error's

Download all attachments as: .zip

Change History (9)

@arvindsinghu
8 years ago

WEB SITE TEST's

@arvindsinghu
8 years ago

Another Test

@arvindsinghu
8 years ago

The Following Error's

#1 @arvindsinghu
8 years ago

  • Severity changed from normal to critical

we should in following

Eliminate render-blocking JavaScript and CSS in above-the-fold content
Enable compression
Leverage browser caching
Minify CSS
Minify JavaScript

#2 @Mista-Flo
8 years ago

  • Component changed from Networks and Sites to External Libraries
  • Focuses accessibility administration multisite removed
  • Severity changed from critical to normal
  • Version 4.7.2 deleted

Hello, thank you for your ticket.

I don't understand where is it related to multisite.

Performances that you are pointing is more for theme territory since it's about the frontend loading of the webite. By the way, all the possible enhancements for performances in the frontend is not only linked to WordPress, it's for all websites of the world, like static cache, compress images, concatenate and minify assets, etc, so I don't really understand what possible enhancements you have in mind.

#3 @arvindsinghu
8 years ago

@Mista-Flo ok fine , just leave about the CDN , what about the files compression to speed up website :)

you can say that google is also wrong :)

#4 @pothi
8 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Welcome to trac and thanks for filing a ticket.

what about the files compression to speed up website

File compression can be enabled by hosts. It's outside WordPress (core) territory, though. Some plugins enable compression on certain files (such as cached content), if supported by the host. Again, it is outside WP core. This trac is specially about core WordPress.

You can learn how to optimize WordPress at https://codex.wordpress.org/WordPress_Optimization/WordPress_Performance and there is a codex on optimizing high traffic WP sites too at https://codex.wordpress.org/High_Traffic_Tips_For_WordPress .

You may file a ticket particular to any bug in WordPress core. Anything in general can be posted in wp.org forum for a discussion.

#5 @netweb
8 years ago

  • Milestone Awaiting Review deleted

#6 @lukecavanagh
8 years ago

@arvindsinghu

If you mean improve performance in WP core, that is already a focus, or do you mean included libraries in WP core?

Note: See TracTickets for help on using tickets.