[wp-trac] [WordPress Trac] #28722: Boost performance with ETag in load-scripts.php and load-styles.php

WordPress Trac noreply at wordpress.org
Wed Jul 2 18:32:38 UTC 2014


#28722: Boost performance with ETag in load-scripts.php and load-styles.php
-----------------------------------------+-----------------------------
 Reporter:  sergej.mueller               |      Owner:
     Type:  feature request              |     Status:  new
 Priority:  normal                       |  Milestone:  Awaiting Review
Component:  Script Loader                |    Version:  trunk
 Severity:  normal                       |   Keywords:
  Focuses:  administration, performance  |
-----------------------------------------+-----------------------------
 Attach ''ETag'' header to the file output and check the
 ''HTTP_IF_NONE_MATCH'' request header before ''echo''.
 The generated ETag based on the MD5 checksum of the combined file content.

 '''Network Performance Comparison'''
 Without ETag (after page reload): https://db.tt/TSWkm7Qj
 With ETag (after page reload): https://db.tt/YB7CLesw

 Saving: ca. 150 KB incoming data

 ''Note: wp_unslash() is not available there. filter_input works fine.''

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28722>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list